Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"sow-studio": {
"url": "https://sow-studio-mcp.vercel.app/api/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'sow-studio-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked sow-studio-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
MCP server for Mindbox CDP API — customer profiles, orders, segments. 3 tools.
MCP server for the PostFast API — schedule and manage social media posts via AI tools
MCP Security Weekly
Get CVE alerts and security updates for io.github.Lisleabrahams/symbols-of-wealth-studio and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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):
{
"profile_version": "1.0.0",
"last_updated": "2026-05-05",
"name": "Symbols of Wealth Studio",
"trading_as": "SOW Studio",
"url": "https://symbolsofwealth.studio",
"contact_email": "hey@symbolsofwealth.studio",
"location": { "city": "Mauléon-Licharre", "region": "Pyrénées-Atlantiques", "country": "France", "operates_in": ["France", "United Kingdom", "Europe", "Remote worldwide"] },
"founder": { "role": "Senior Creative Director", "experience_years": 15, "background": "Previously at Highsnobiety. …" },
"positioning": { "one_line": "…", "long_form": "…", "differentiators": ["…", "…"] },
"services": {
"summary": "…",
"deliverables": ["Editorial product stills", "Cinematic and UGC-style video content", "Kinetic typography compositions", "Brand films and campaign moments", "Social-first content for Instagram, TikTok, and emerging channels", "Monthly analytics reports with plain-language insights and forward content planning"],
"categories_served": ["…"]
},
"engagement_model": {
"structure": "Monthly retainer, three tiers",
"capacity": "Two concurrent clients maximum at any time",
"tiers": [
{ "name": "Studio", "price_monthly_eur": 2500, "description": "Entry tier. Proof-of-concept retainer.", "includes": ["8 original posts per month", "UGC integration (1–2 pieces of the 8)", "Monthly content strategy and posting calendar", "Posted to all platforms", "Community management", "Monthly analytics report with forward content plan", "Senior creative direction on every piece"] },
{ "name": "Studio+", "price_mont
... [View full README on GitHub](https://github.com/lisleabrahams/symbols-of-wealth-studio-mcp#readme)