Skip to main content
Glama
Sponsored-Code

sponsored-code-mcp

npm license sponsoredcode.com

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-mcp

Claude 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

whoami

read

The team and scopes your key resolves to.

analytics

read

Impressions, spend, reach, clicks, geography, per-campaign.

recent_impressions

read

Your team's most recent impressions.

list_campaigns

read

Every campaign in the team and its status.

create_campaign

write

Launch a campaign into the live auction.

set_campaign_status

write

Pause or resume a campaign.

Analytics are aggregate — the API never exposes an individual developer's wallet or IP.

Learn more

License

PolyForm Shield 1.0.0 — source-available. See sponsoredcode.com.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    F
    maintenance
    Enables 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
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI agents to manage Kakao Moment advertisements (Kakao's advertising platform) through natural language queries, supporting campaign, ad group, creative listing, and performance reporting.
    7
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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