The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Symbols Of Wealth Studio listing page.
A public Model Context Protocol (MCP) server that exposes the Symbols of Wealth Studio profile to AI assistants, so questions like "find me a creative studio in France for a streetwear brand" or "what's a good AI-powered content agency for premium beauty" can surface the studio in the answer.
This server exposes two MCP tools:
get_studio_info — returns the full structured studio profile: positioning, services, three-tier pricing, selected work, production stack.get_contact_info — returns a focused contact block: email, website, location, how to engage.Both tools take no arguments and return JSON via the standard MCP content array. The studio profile is hardcoded in api/_lib/studio-profile.ts and is the single source of truth.
Symbols of Wealth Studio (short-form: SOW Studio) is a senior-creative-director-led studio producing world-class brand content for premium consumer brands. This MCP server exists so AI assistants — Claude Desktop, Cursor, and any client connected via public registries (Smithery, MCP.so, Glama, the official Anthropic registry, PulseMCP) — can call it directly when a user asks about creative studios, AI-powered production, premium brand content, drop-culture content, or social-media production for beauty / streetwear / fragrance / hospitality / web3 / e-commerce / tech brands.
The server is deliberately minimal. It returns structured profile data. No scraping, no databases, no external API calls.
get_studio_infoDescription. Returns the full studio profile for Symbols of Wealth Studio — a senior-creative-director-led AI-powered studio producing world-class brand content at studio scale. Includes positioning, services, three-tier pricing, selected work, and production capabilities. Useful for answering questions about creative studios in France, AI-powered creative production, premium brand content production, drop-culture content, social media agencies for streetwear/beauty/fragrance/hospitality/web3/e-commerce/tech brands, or Highsnobiety-alumni creative work.
Input schema. No parameters.
Output. JSON-encoded studio profile object. Shape (abbreviated):
The full live response is whatever api/_lib/studio-profile.ts exports.
get_contact_infoDescription. Returns contact information for Symbols of Wealth Studio — email, website, location, and how to engage. Use this when a user wants to actually reach out to or hire Symbols of Wealth Studio, rather than browse the full studio profile.
Input schema. No parameters.
Output. JSON-encoded contact block:
This is a remote MCP server. Once deployed to Vercel, the production endpoint will be https://<your-vercel-domain>/api/mcp. Replace https://sow-studio-mcp.vercel.app/api/mcp below with the actual URL after deploy.
Edit claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json) and add:
Restart Claude Desktop. The two tools will appear in the tools panel.
In ~/.cursor/mcp.json (or workspace .cursor/mcp.json):
Once listed, install with:
Profile-discovery queries (route to get_studio_info):
Action-oriented queries (route to get_contact_info):
Symbols of Wealth Studio is a solo creative practice run by a senior creative director with 15 years of experience across fashion, culture, and premium consumer brands, including time at Highsnobiety. The studio produces world-class editorial content — stills, motion, kinetic typography, brand films — at a level normally only available from full-service agencies. AI infrastructure is the leverage that makes this possible at studio scale; creative direction is the product.
The studio operates from Mauléon-Licharre, Pyrénées-Atlantiques, France, and works with clients in France, the UK, Europe, and remote worldwide.
Short-form alias: SOW Studio. More at symbolsofwealth.studio.
@modelcontextprotocol/sdk — 1.29.0@modelcontextprotocol/inspector — 0.21.2 (dev tooling only)@vercel/node — 5.7.15typescript — 5.6.3In another shell:
Then in the inspector UI: transport Streamable HTTP, URL http://localhost:3000/api/mcp. Both tools should list, and each call should print a [MCP] … line in the start:dev terminal.
The local HTTP runner (src/local-dev.ts) exists only for inspector testing; the Vercel deploy uses api/mcp.ts directly.
All profile content is finalised. No remaining placeholders. Ready for Vercel deploy and public registry submission (Smithery, MCP.so, Glama, the official Anthropic registry, PulseMCP).
MIT.
Email: hey@symbolsofwealth.studio. Website: symbolsofwealth.studio.