Sponsorable MCP server
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., "@Sponsorable MCP serverFind sponsors in the finance category"
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.
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/mcpTransport: 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/mcpChatGPT
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.
Related MCP server: pocketcasts-mcp
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 |
| All | Search and filter the sponsor database (category, industry, activity, recency) |
| All | Full sponsor profile. 1 credit to unlock on Free; included on paid |
| All | Buyer contacts at a brand, ranked. Names masked until revealed |
| All | Reveal a buyer's name and email (spends a credit) |
list management | All | Create and manage saved prospect lists |
| 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.
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
- Flicense-qualityCmaintenanceConnects AI assistants to Pocket Casts accounts for browsing subscriptions, reading episode details, and retrieving transcripts with automatic transcription via AssemblyAI when no native transcript exists.Last updated
- AlicenseBqualityDmaintenanceEnables AI assistants to search, browse, and manage your Pocket Casts podcast library.Last updated141MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to search and retrieve B2B leads and company data from the LeadBrew database, including contact details and company information.Last updated51MIT

Presso MCP Serverofficial
Alicense-qualityDmaintenanceConnects e-commerce and marketing data sources like Shopify, GA4, Google Ads, and Meta Ads to AI assistants, enabling natural language queries about store performance, ad campaigns, and customer behavior.Last updated322MIT
Related MCP Connectors
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
Search 4M+ podcasts & YouTube, transcribe any episode, search transcripts, generate AI lessons.
Search and discover advertiser products through an open marketplace for AI agents.
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/sponsorable/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server