{
  "markdown": "# Rephonic MCP Server\n\nGive AI agents and LLMs access to podcast data from [Rephonic](https://rephonic.com) — covering 4+ million podcasts with listener estimates, demographics, contact details, chart rankings, episodes, and more.\n\nThis is a remote Model Context Protocol (MCP) server that connects AI assistants like Claude, ChatGPT, and Cursor to the [Rephonic API](https://rephonic.com/developers).\n\n## Ideas and Use Cases\n\n- **Read, summarise and analyse transcripts** — grab a full-text transcript for almost any podcast episode\n- **Search and discover podcasts** — find shows by topic, category, or audience fit\n- **Research podcasts for guest pitching** — see listener numbers, audience demographics, and contact details without leaving your AI workflow\n- **Monitor brand mentions** — track when your brand, competitors, or clients are mentioned across podcasts\n- **Analyze audience demographics** — age, education, profession, income, and location breakdowns for any podcast\n- **Track chart rankings** — daily Apple, Spotify, and YouTube chart data across countries and categories\n- **Monitor sponsorships and promotions** — see who's advertising on which shows, with ad copy and promo codes\n- **Build media lists** — pull verified email contacts, social accounts, and host/guest info at scale\n\n## Tools\n\n- **search_podcasts** — Search for podcasts by topic, title, or publisher with advanced filters.\n- **search_episodes** — Search for episodes by keyword across titles, show notes, and transcripts.\n- **autocomplete** — Get suggested keywords and matching podcasts for a search query.\n- **find_podcast** — Resolve a Rephonic podcast from an Apple/iTunes ID, Spotify ID, YouTube channel ID, or RSS feed URL. Use this first when you already have one of those identifiers.\n- **lookup_podcast** — Look up a podcast's metadata, chart rankings, and latest episodes by its Rephonic ID.\n- **podcast_people** — Get hosts and guests of a podcast with contact details and social profiles.\n- **podcast_demographics** — Get estimated listener demographics (age, education, profession, income, location).\n- **podcast_promotions** — Get sponsors and cross-promotions from a podcast's episodes.\n- **list_episodes** — List all episodes for a podcast in chronological order.\n- **get_episode** — Look up metadata for an individual episode.\n- **episode_transcript** — Get the full transcript for an episode.\n- **contacts** — Get email contacts, contact pages, and social accounts for a podcast.\n- **social_accounts** — Get social media accounts linked to a podcast with follower/engagement metrics.\n- **feedback** — Get overall ratings and AI-generated review summaries for a podcast.\n- **reviews** — Get individual listener reviews from various apps.\n- **trends** — Get historical trends for podcast metrics over time.\n- **shared_audience_graph** — Get podcasts with overlapping listeners.\n- **chart_categories** — List available chart categories and countries for Apple, Spotify, or YouTube.\n- **chart_rankings** — Get the latest chart rankings for a platform, country, and category.\n- **list_categories** — List podcast categories (for use with search filters).\n- **list_countries** — List countries (for use with search filters).\n- **list_languages** — List languages (for use with search filters).\n- **list_sponsors** — List commonly seen sponsors (for use with search filters).\n- **list_professions** — List common listener professions (for use with search filters).\n- **list_interests** — List common listener interests (for use with search filters).\n- **api_quota** — Check your API request quota and usage.\n\n## Setup\n\nYou need a Rephonic API key. [Get one here](https://rephonic.com/developers).\n\n### ChatGPT\n\n1. Go to **Settings** → **Apps** → **Advanced settings** and enable **Developer mode**\n2. Then click **Create app**\n3. Enter Name: Rephonic\n4. Enter MCP Server URL: `https://mcp.rephonic.com`\n3. Click **Create** and enter your Rephonic API key when prompted\n\n### Claude.ai\n\n1. Go to **Settings** → **Connectors**\n2. Click **Add custom connector** and enter name `Rephonic` and MCP server URL `https://mcp.rephonic.com`\n3. Click **Add** and enter your Rephonic API key when prompted\n\n### Claude Desktop\n\nAdd to your config file and restart Claude Desktop:\n\n- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n- Windows: `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"rephonic\": {\n      \"url\": \"https://mcp.rephonic.com\"\n    }\n  }\n}\n```\n\n### Claude Code\n\nAdd to your project's `.mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"rephonic\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.rephonic.com\"\n    }\n  }\n}\n```\n\n### Cursor\n\nGo to **Settings** → **MCP** → **Add new MCP server**. Set type to **URL** and enter `https://mcp.rephonic.com`.\n\n---\n<details>\n<summary><h3>Development</h3></summary>\n\nIf you want to fork or customize this MCP server for your own needs, here is how you can run or deploy it.\n\n### Prerequisites\n\n- Node.js\n- A [Cloudflare account](https://dash.cloudflare.com) (for deployment)\n\n### Local dev\n\n```bash\nnpm install\nnpm start\n```\n\nThe server runs at `http://localhost:8788`. Test with the MCP Inspector:\n\n```bash\nnpx @modelcontextprotocol/inspector@latest\n```\n\n### Type-check\n\n```bash\nnpm run type-check\n```\n\n### Regenerate Cloudflare types\n\nAfter changing `wrangler.jsonc`:\n\n```bash\nnpm run cf-typegen\n```\n\n</details>\n",
  "bytes": 5407,
  "sha": "6f9a9ec375cff225616c018d07e0e5de188e696216eb3ff73fe9893f0cf8b622",
  "repo_slug": "getrephonic/rephonic-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_rephonic_rephonic_96e7b9a7/readme"
}