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.
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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