Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.sponsorable/sponsorable

com.sponsorable/sponsorable

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

Uptime
100.0%
1 direct probes · 30d
Response
201ms
last probe
Tools
17
callable
Resources
0
readable
Prompts
0
available

Tools · 17

search

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 r…

fetch

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…

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. Each result carries a short …

search_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 pag…

get_sponsor

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 liste…

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. Ordered by likelihood of owning the ad budget. Free to call. …

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…

list_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…

get_category

Category dossier: totals plus the top sponsors and podcasts in the category. Free to call.

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 filt…

get_podcast

Full profile for one podcast: overview, host contact, and its top and newest sponsors. Free to call.

list_lists

The organization's saved lists — named collections of sponsors, podcasts, categories, and contacts — with item counts. Free to call.

get_list

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…

create_list

Create a new, empty saved list. Free to call.

add_list_item

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.

remove_list_item

Remove an item from a saved list. Removing an item that isn't in the list is a no-op. Free to call.

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.sponsorable/sponsorable": {
      "url": "https://app.sponsorable.com/mcp",
      "transport": "streamable-http"
    }
  }
}