# sponsorable MCP server

Find brands that already sponsor podcasts like yours, then reveal the buyer to pitch.

## Links
- Registry page: https://www.getdrio.com/mcp/com-sponsorable-sponsorable
- Repository: https://github.com/sponsorable/mcp

## Install
- Endpoint: https://app.sponsorable.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://app.sponsorable.com/mcp

## Tools
- search (Search Sponsors) - Search Sponsorable's podcast-sponsorship database for brands that sponsor podcasts — the deep-research/Responses-API compatibility interface, paired with fetch. Matches sponsor names and domains and returns citable documents; pass a result's id to fetch for the full profile. For filtered or paginated search (category, industry, recency), use search_sponsors instead. Endpoint: https://app.sponsorable.com/mcp
- fetch (Fetch Sponsor Profile) - Retrieve the Sponsorable profile for one podcast sponsor as a citable document — the deep-research/Responses-API compatibility interface, paired with search. The id is a sponsor domain, as returned by search (e.g. 'betterhelp.com'). For a structured JSON profile use get_sponsor instead. Endpoint: https://app.sponsorable.com/mcp
- find_sponsors_for_show (Find Sponsors for a 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. Each result carries a short reason. Use this for "who would sponsor my show?" questions; it identifies one show per call and does not browse the podcast catalog. Without a linked account, results cover publicly listed sponsors only. Endpoint: https://app.sponsorable.com/mcp
- search_sponsors (Search & Filter Sponsors) - Search companies that sponsor podcasts. All filters are optional and combine (AND). Results are paginated (default 25 per page, max 100); page depth is capped at 20 — refine the filters instead of paging deep. Each result carries the sponsor's domain, name, industry, location, sponsorship/podcast counts, and a representative buyer contact (masked on credit-based plans). Without a linked account, results cover only publicly listed sponsors with top-line stats (no contact or company-detail fields), the last 90 days, first page only, max 25 results. For one company's full profile use get_sponsor; for its buyer-contact list use list_sponsor_contacts. Endpoint: https://app.sponsorable.com/mcp
- get_sponsor (Sponsor Profile) - Full profile for one sponsor, addressed by domain: description, industry, location, size, sponsorship totals, top and newest podcasts, and top categories. Without a linked account, only publicly listed sponsors resolve, with top-line stats and category names only (no company details, no contact section). Endpoint: https://app.sponsorable.com/mcp
- list_sponsor_contacts (Sponsor Contacts) - Contacts at the sponsoring company who are the likely buyers of podcast sponsorships — the people a podcaster or sales agency would pitch. Ordered by likelihood of owning the ad budget. Free to call. On credit-based plans, locked contacts come back masked (initials, no email/LinkedIn) with disclosure fields — has_email, email_domain, has_linkedin — showing what reveal_contact buys. Plans with contact data included get every contact unmasked here directly; those listings record deduplicated internal usage for billing parity (no credits are charged, nothing else changes). Endpoint: https://app.sponsorable.com/mcp
- reveal_contact (Reveal Contact) - Spend 1 credit to reveal a contact's full name, email, and LinkedIn URL. The unlock is permanent and org-wide: revealing an already-unlocked contact is free and never double-charges. Check the contact's has_email/has_linkedin fields from list_sponsor_contacts first so you know what the credit buys. Ask the user before revealing unless they already told you to, then set confirmed=true. Endpoint: https://app.sponsorable.com/mcp
- list_categories (Podcast Categories) - The full podcast category tree with per-category sponsorship totals. Category slugs from here feed the category filter on search_sponsors and search_podcasts. Without a linked account the totals cover the last 90 days and internal identifiers are omitted. Endpoint: https://app.sponsorable.com/mcp
- get_category (Category Detail) - Category dossier: totals plus the top sponsors and podcasts in the category. Free to call. Endpoint: https://app.sponsorable.com/mcp
- search_podcasts (Search Podcasts) - Search podcasts by name, category, sponsor activity, or the industry of their sponsors. Free to call. Results are paginated (default 25 per page, max 100); page depth is capped at 20 — refine the filters instead of paging deep. Each result carries the podcast_id, name, categories, episode count, and sponsor/sponsorship counts. For one podcast's full profile and its top sponsors, use get_podcast. Endpoint: https://app.sponsorable.com/mcp
- get_podcast (Podcast Detail) - Full profile for one podcast: overview, host contact, and its top and newest sponsors. Free to call. Endpoint: https://app.sponsorable.com/mcp
- list_lists (Saved Lists) - The organization's saved lists — named collections of sponsors, podcasts, categories, and contacts — with item counts. Free to call. Endpoint: https://app.sponsorable.com/mcp
- get_list (List Detail) - Full contents of a saved list: sponsors, podcasts (Pro plans), categories, and contacts. Contacts follow the same masking and reveal rules as list_sponsor_contacts, including the deduplicated internal usage record on included-contact plans (no credits are charged). Endpoint: https://app.sponsorable.com/mcp
- create_list (Create List) - Create a new, empty saved list. Free to call. Endpoint: https://app.sponsorable.com/mcp
- add_list_item (Add to List) - Add an item to a saved list. item_id is the sponsor's domain, a podcast_id (Pro plans), a category_id, or a contact_id. Adding an item that's already in the list is a no-op. Free to call. Endpoint: https://app.sponsorable.com/mcp
- remove_list_item (Remove from List) - Remove an item from a saved list. Removing an item that isn't in the list is a no-op. Free to call. Endpoint: https://app.sponsorable.com/mcp
- delete_list (Delete List) - Permanently delete a saved list and everything in it. This cannot be undone — confirm with the user before calling, then set confirmed=true. Endpoint: https://app.sponsorable.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.sponsorable
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 13, 2026
- Source: https://registry.modelcontextprotocol.io
