{
  "markdown": "# Sponsorable MCP server\n\nConnect the [Sponsorable](https://sponsorable.com) podcast-sponsorship database to Claude, ChatGPT,\nCursor, and any other client that speaks the [Model Context Protocol](https://modelcontextprotocol.io).\n\n**Find brands that already sponsor podcasts like yours—then reveal the buyer to pitch, by name and\nemail.** The same detections that power [sponsorable.com](https://sponsorable.com), read from 4M+\npodcast sponsorships across 5.4M shows and updated daily, available to your AI assistant as tools it\ncalls on your behalf.\n\n> This repo holds connection config, examples, and the registry manifest. The server itself is\n> **hosted** by Sponsorable—there's nothing to install or run locally.\n\n- **Server URL:** `https://app.sponsorable.com/mcp`\n- **Transport:** Streamable HTTP\n- **Auth:** OAuth 2.1 (log in to Sponsorable once; tokens refresh automatically)\n- **Full docs:** https://sponsorable.com/docs/mcp\n- **Pricing:** public, from $0 — https://sponsorable.com/pricing\n\n## Connect your client\n\n### Claude (claude.ai & Claude Desktop)\nSettings → Connectors → **Add custom connector** → enter `https://app.sponsorable.com/mcp` → approve\n(you'll log in to Sponsorable, then get sent back to Claude).\n\n### Claude Code\n```bash\nclaude mcp add --transport http sponsorable https://app.sponsorable.com/mcp\n```\n\n### ChatGPT\nEnable **Developer mode** under Settings → Apps & Connectors (needs a plan with connector support),\nadd a connector with the URL `https://app.sponsorable.com/mcp`, complete sign-in.\n\n### Cursor — `.cursor/mcp.json`\n```json\n{\n  \"mcpServers\": {\n    \"sponsorable\": {\n      \"url\": \"https://app.sponsorable.com/mcp\"\n    }\n  }\n}\n```\n\n### VS Code — `.vscode/mcp.json`\n```json\n{\n  \"servers\": {\n    \"sponsorable\": {\n      \"type\": \"http\",\n      \"url\": \"https://app.sponsorable.com/mcp\"\n    }\n  }\n}\n```\n\nSee [`examples/`](examples/) for copy-paste config files.\n\n## Tools\n\nAvailability follows your plan. All tools are read-only except the list-management tools and\n`reveal_contact`. Credit mechanics match the web app—nothing is double-charged, and every unlock is\nshared with your whole organization.\n\n| Tool | Plans | What it does |\n|---|---|---|\n| `search_sponsors` | All | Search and filter the sponsor database (category, industry, activity, recency) |\n| `get_sponsor` | All | Full sponsor profile. 1 credit to unlock on Free; included on paid |\n| `list_sponsor_contacts` | All | Buyer contacts at a brand, ranked. Names masked until revealed |\n| `reveal_contact` | All | Reveal a buyer's name and email (spends a credit) |\n| list management | All | Create and manage saved prospect lists |\n| `search_podcasts` | Pro | Search the podcast database |\n\n## Sample prompts\n\nSee [`prompts.md`](prompts.md). A few to start:\n\n- \"Which brands sponsor podcasts like *[your show]*? Show the ones that advertise most consistently.\"\n- \"Find sponsors in the finance category that started advertising in the last 90 days.\"\n- \"Who's the buyer to pitch at *[brand]*, and what's their email?\"\n\n## Links\n\n[Website](https://sponsorable.com) · [MCP docs](https://sponsorable.com/docs/mcp) ·\n[API reference](https://sponsorable.com/docs) · [Pricing](https://sponsorable.com/pricing) ·\n[Browse sponsors](https://sponsorable.com/sponsors)\n\n## License\n\nMIT — see [LICENSE](LICENSE). Covers this repo's examples and config only; the hosted service has its\nown [terms](https://sponsorable.com/terms).\n",
  "bytes": 3415,
  "sha": "eea12c0a9141103ed5f723a7f02e7b8b8d373898c2f0a609fbb9a76807e147bc",
  "repo_slug": "sponsorable/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_sponsorable_sponsorable_d2b97bdd/readme"
}