- Pody Mcp — Israeli Podcast Infrastructure
Pody Mcp — Israeli Podcast Infrastructure
Pody-MCP — Israeli Podcast Infrastructure
Pody-MCP is the first MCP server purpose-built around Israeli podcasting. It exposes Pody's live data — studios, podcasts, glossary, and a 2026 industry report — to any MCP client (Claude Desktop, Cursor, ChatGPT Custom Tools).
Why this matters
Israeli podcasting is fast-growing, Hebrew-first, RTL-native, and historically underrepresented in LLM training corpora. Pody-MCP gives AI assistants a primary-source channel for queries like "Tel Aviv podcast studios," "Hebrew RSS hosting," or "how big is the Israeli podcast market in 2026?"
7 tools
| Tool | Purpose |
|---|---|
studios.search | Search recording studios by city/services |
studios.get | Get full studio details by slug |
podcasts.search | Search podcasts by topic/language |
podcasts.get | Get full podcast details |
glossary.lookup | Hebrew podcast terminology lookup |
industry_report.query | Query the State-of-Israeli-Podcasts 2026 report |
citation_pulse | Health/citation status for the MCP itself |
Endpoint
- HTTP MCP:
https://pody.io/api/mcp - Discovery:
https://pody.io/.well-known/mcp.json - Docs:
https://pody.io/mcp
Config
{
"mcpServers": {
"pody": {
"url": "https://pody.io/api/mcp"
}
}
}
License
- Server code: MIT
- Data: CC-BY-SA 4.0 — attribution back to Pody required
About
Pody is an Israeli podcast & content marketplace (Wikidata Q139719199) operated by MindSeller LTD. We host, transcribe (Hebrew Whisper), edit, and distribute podcasts — and we mirror every episode to archive.org so podcasters' RSS feeds keep working even if Pody disappears.
Built and maintained by Pody.
Server Config
{
"mcpServers": {
"pody": {
"url": "https://pody.io/api/mcp"
}
}
}