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.
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
- Go to Settings → Apps → Advanced settings and enable Developer mode
- Then click Create app
- Enter Name: Rephonic
- Enter MCP Server URL:
https://mcp.rephonic.com - Click Create and enter your Rephonic API key when prompted
Claude.ai
- Go to Settings → Connectors
- Click Add custom connector and enter name
Rephonicand MCP server URLhttps://mcp.rephonic.com - 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 Settings → MCP → Add 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
- Node.js
- A Cloudflare account (for deployment)
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>
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。