sponsored-code-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sponsored-code-mcpshow me my campaign analytics"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Brand MCP server
Manage your Sponsored Code campaigns from Claude — or any Model Context Protocol client — right inside the chat. Ask "how are my ads doing?" or "launch a campaign for X". It's the brand SDK wrapped as an MCP server, and it signs in with an API key.
Runs over stdio via npx — no install, no wallet, no browser.
Related MCP server: Amazon Ads MCP
Get an API key
In the dashboard, open Settings → API keys and create a key. You'll
see the secret (scode_live_…) once — store it safely. A key is scoped to one team and to read and/or
write:
read — analytics, impressions, list campaigns
write — create, pause, and resume campaigns
A key can't move funds or change a payout wallet. Revoke it any time from the same screen.
Configure your client
Any MCP-capable CLI — Claude Code, Codex, Gemini, and friends all share the same mcp add subcommand, so swap the binary for your tool:
claude mcp add sponsored-code \
--env SCODE_API_KEY=scode_live_your_key \
-- npx -y sponsored-code-mcpClaude Desktop (claude_desktop_config.json) or Cursor (~/.cursor/mcp.json):
{
"mcpServers": {
"sponsored-code": {
"command": "npx",
"args": ["-y", "sponsored-code-mcp"],
"env": { "SCODE_API_KEY": "scode_live_your_key" }
}
}
}Tools
tool | scope | what it does |
| read | The team and scopes your key resolves to. |
| read | Impressions, spend, reach, clicks, geography, per-campaign. |
| read | Your team's most recent impressions. |
| read | Every campaign in the team and its status. |
| write | Launch a campaign into the live auction. |
| write | Pause or resume a campaign. |
Analytics are aggregate — the API never exposes an individual developer's wallet or IP.
Learn more
Docs → SDK & API — the same actions from your own code.
License
PolyForm Shield 1.0.0 — source-available. See sponsoredcode.com.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceEnables users to analyze, manage, and optimize digital advertising campaigns through natural language conversations in Claude, offering performance insights, interactive visualizations, and campaign management for platforms like Amazon Ads.4
- AlicenseNot gradedqualityDmaintenanceFacilitate the management and automation of Amazon Sponsored Ads114MIT
- AlicenseAqualityBmaintenanceEnables AI agents to manage Kakao Moment advertisements (Kakao's advertising platform) through natural language queries, supporting campaign, ad group, creative listing, and performance reporting.7MIT
- AlicenseNot gradedqualityCmaintenanceEnables users to create, manage, and monitor Meta (Facebook/Instagram) ad campaigns directly from Claude using natural language.6MIT
Related MCP Connectors
Boost posts and launch community growth campaigns from your AI assistant. OAuth, credit-billed.
Manage Google, Meta, Amazon, TikTok, LinkedIn & ChatGPT ads. 430 tools for campaigns & analytics.
Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sponsored-Code/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server