streamable-httpMITupdated 1mo ago
Connect the Sponsorable podcast-sponsorship database to Claude, ChatGPT, Cursor, and any other client that speaks the Model Context Protocol.
What can you do with sponsorable?
Sponsorable MCP server
Connect the Sponsorable podcast-sponsorship database to Claude, ChatGPT, Cursor, and any other client that speaks the Model Context Protocol.
Find brands that already sponsor podcasts like yours—then reveal the buyer to pitch, by name and email. The same detections that power sponsorable.com, read from 4M+ podcast sponsorships across 5.4M shows and updated daily, available to your AI assistant as tools it calls on your behalf.
This repo holds connection config, examples, and the registry manifest. The server itself is hosted by Sponsorable—there's nothing to install or run locally.
- Server URL:
https://app.sponsorable.com/mcp - Transport: Streamable HTTP
- Auth: OAuth 2.1 (log in to Sponsorable once; tokens refresh automatically)
- Full docs: https://sponsorable.com/docs/mcp
- Pricing: public, from $0 — https://sponsorable.com/pricing
Connect your client
Claude (claude.ai & Claude Desktop)
Settings → Connectors → Add custom connector → enter https://app.sponsorable.com/mcp → approve
(you'll log in to Sponsorable, then get sent back to Claude).
Claude Code
claude mcp add --transport http sponsorable https://app.sponsorable.com/mcp
ChatGPT
Enable Developer mode under Settings → Apps & Connectors (needs a plan with connector support),
add a connector with the URL https://app.sponsorable.com/mcp, complete sign-in.
Cursor — .cursor/mcp.json
{
"mcpServers": {
"sponsorable": {
"url": "https://app.sponsorable.com/mcp"
}
}
}
VS Code — .vscode/mcp.json
{
"servers": {
"sponsorable": {
"type": "http",
"url": "https://app.sponsorable.com/mcp"
}
}
}
See examples/ for copy-paste config files.
Tools
Availability follows your plan. All tools are read-only except the list-management tools and
reveal_contact. Credit mechanics match the web app—nothing is double-charged, and every unlock is
shared with your whole organization.
| Tool | Plans | What it does |
|---|---|---|
search_sponsors |
All | Search and filter the sponsor database (category, industry, activity, recency) |
get_sponsor |
All | Full sponsor profile. 1 credit to unlock on Free; included on paid |
list_sponsor_contacts |
All | Buyer contacts at a brand, ranked. Names masked until revealed |
reveal_contact |
All | Reveal a buyer's name and email (spends a credit) |
| list management | All | Create and manage saved prospect lists |
search_podcasts |
Pro | Search the podcast database |
Sample prompts
See prompts.md. A few to start:
- "Which brands sponsor podcasts like [your show]? Show the ones that advertise most consistently."
- "Find sponsors in the finance category that started advertising in the last 90 days."
- "Who's the buyer to pitch at [brand], and what's their email?"
Links
Website · MCP docs · API reference · Pricing · Browse sponsors
License
MIT — see LICENSE. Covers this repo's examples and config only; the hosted service has its own terms.
Install
Add sponsorable to your client. Pick the one you use.
claude mcp add --transport http sponsorable https://app.sponsorable.com/mcpcodex mcp add sponsorable --url https://app.sponsorable.com/mcp{
"mcpServers": {
"sponsorable": {
"url": "https://app.sponsorable.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"sponsorable": {
"type": "http",
"url": "https://app.sponsorable.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"sponsorable": {
"url": "https://app.sponsorable.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"sponsorable": {
"serverUrl": "https://app.sponsorable.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 tools
sponsorable exposes 5 tools to a connected agent.
- search_sponsors
- All
- get_sponsor
- All
- list_sponsor_contacts
- All
- reveal_contact
- All
- search_podcasts
- Pro
Score
72 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 49 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 13, 2026 |