INDIVIDUAL MCP TOOL
get_sponsor
Full profile for one sponsor, addressed by domain: description, industry, location, size, sponsorship totals, top and newest podcasts, and top categories.
LIVE ENDPOINT
https://app.sponsorable.com/mcp
Connect to this endpoint to inspect the live schema for get_sponsor and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sponsorable]
url = "https://app.sponsorable.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sponsorable": {
"type": "http",
"url": "https://app.sponsorable.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sponsorable
Remote MCP URL: https://app.sponsorable.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sponsorable": {
"url": "https://app.sponsorable.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sponsorable": {
"type": "http",
"url": "https://app.sponsorable.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sponsorable",
"transport": "streamable-http",
"url": "https://app.sponsorable.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search Sponsorable's podcast-sponsorship database for brands that sponsor podcasts — the deep-research/Responses-API compatibility interface, paired with fetch.fetch— Retrieve the Sponsorable profile for one podcast sponsor as a citable document — the deep-research/Responses-API compatibility interface, paired with search.find_sponsors_for_show— Given a podcast's name or RSS feed URL, return the brands detected sponsoring it, falling back to brands active in the show's categories when few exact sponsors are found.search_sponsors— Search companies that sponsor podcasts.list_sponsor_contacts— Contacts at the sponsoring company who are the likely buyers of podcast sponsorships — the people a podcaster or sales agency would pitch.reveal_contact— Spend 1 credit to reveal a contact's full name, email, and LinkedIn URL.list_categories— The full podcast category tree with per-category sponsorship totals.get_category— Category dossier: totals plus the top sponsors and podcasts in the category.