World-class creative social media content studio, powered by AI.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/symbols-of-wealth-studio)<a href="https://allmcps.com/mcp/symbols-of-wealth-studio"><img src="https://allmcps.com/api/badge/symbols-of-wealth-studio?style=directory" alt="Symbols Of Wealth Studio on AllMCPs" /></a>