← sponsorable.com

INDIVIDUAL MCP TOOL

remove_list_item

Remove an item from a saved list.

sponsorable.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.sponsorable.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for remove_list_item and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

sponsorable.com

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.
  • get_sponsor — Full profile for one sponsor, addressed by domain: description, industry, location, size, sponsorship totals, top and newest podcasts, and top categories.
  • 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.