Rephonic

Rephonic

Give AI agents and LLMs access to podcast data from Rephonic — covering 3+ million podcasts with listener estimates, demographics, contact details, chart rankings, episodes, and more.

Category
Visit Server

README

Rephonic MCP Server

Give AI agents and LLMs access to podcast data from Rephonic — covering 3+ million podcasts with listener estimates, demographics, contact details, chart rankings, episodes, and more.

This is a remote Model Context Protocol (MCP) server that connects AI assistants like Claude, ChatGPT, and Cursor to the Rephonic API.

Ideas and Use Cases

  • Read, summarise and analyse transcripts — grab a full-text transcript for almost any podcast episode
  • Search and discover podcasts — find shows by topic, category, or audience fit
  • Research podcasts for guest pitching — see listener numbers, audience demographics, and contact details without leaving your AI workflow
  • Monitor brand mentions — track when your brand, competitors, or clients are mentioned across podcasts
  • Analyze audience demographics — age, education, profession, income, and location breakdowns for any podcast
  • Track chart rankings — daily Apple, Spotify, and YouTube chart data across countries and categories
  • Monitor sponsorships and promotions — see who's advertising on which shows, with ad copy and promo codes
  • Build media lists — pull verified email contacts, social accounts, and host/guest info at scale

Tools

  • search_podcasts — Search for podcasts by topic, title, or publisher with advanced filters.
  • search_episodes — Search for episodes by keyword across titles, show notes, and transcripts.
  • autocomplete — Get suggested keywords and matching podcasts for a search query.
  • 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.
  • lookup_podcast — Look up a podcast's metadata, chart rankings, and latest episodes by its Rephonic ID.
  • podcast_people — Get hosts and guests of a podcast with contact details and social profiles.
  • podcast_demographics — Get estimated listener demographics (age, education, profession, income, location).
  • podcast_promotions — Get sponsors and cross-promotions from a podcast's episodes.
  • list_episodes — List all episodes for a podcast in chronological order.
  • get_episode — Look up metadata for an individual episode.
  • episode_transcript — Get the full transcript for an episode.
  • contacts — Get email contacts, contact pages, and social accounts for a podcast.
  • social_accounts — Get social media accounts linked to a podcast with follower/engagement metrics.
  • feedback — Get overall ratings and AI-generated review summaries for a podcast.
  • reviews — Get individual listener reviews from various apps.
  • trends — Get historical trends for podcast metrics over time.
  • shared_audience_graph — Get podcasts with overlapping listeners.
  • chart_categories — List available chart categories and countries for Apple, Spotify, or YouTube.
  • chart_rankings — Get the latest chart rankings for a platform, country, and category.
  • list_categories — List podcast categories (for use with search filters).
  • list_countries — List countries (for use with search filters).
  • list_languages — List languages (for use with search filters).
  • list_sponsors — List commonly seen sponsors (for use with search filters).
  • list_professions — List common listener professions (for use with search filters).
  • list_interests — List common listener interests (for use with search filters).
  • api_quota — Check your API request quota and usage.

Setup

You need a Rephonic API key. Get one here.

ChatGPT

  1. Go to SettingsAppsAdvanced settings and enable Developer mode
  2. Then click Create app
  3. Enter Name: Rephonic
  4. Enter MCP Server URL: https://mcp.rephonic.com
  5. Click Create and enter your Rephonic API key when prompted

Claude.ai

  1. Go to SettingsConnectors
  2. Click Add custom connector and enter name Rephonic and MCP server URL https://mcp.rephonic.com
  3. Click Add and enter your Rephonic API key when prompted

Claude Desktop

Add to your config file and restart Claude Desktop:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "rephonic": {
      "url": "https://mcp.rephonic.com"
    }
  }
}

Claude Code

Add to your project's .mcp.json:

{
  "mcpServers": {
    "rephonic": {
      "type": "http",
      "url": "https://mcp.rephonic.com"
    }
  }
}

Cursor

Go to SettingsMCPAdd new MCP server. Set type to URL and enter https://mcp.rephonic.com.


<details> <summary><h3>Development</h3></summary>

If you want to fork or customize this MCP server for your own needs, here is how you can run or deploy it.

Prerequisites

Local dev

npm install
npm start

The server runs at http://localhost:8788. Test with the MCP Inspector:

npx @modelcontextprotocol/inspector@latest

Type-check

npm run type-check

Regenerate Cloudflare types

After changing wrangler.jsonc:

npm run cf-typegen

</details>

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured