Israeli podcast & content marketplace MCP — 7 tools: studios, podcasts, glossary, industry report.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pody": {
"url": "https://pody.io/api/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Public Model Context Protocol server exposing live data on the Israeli podcast vertical — studios, podcasts, glossary, and the State of Israeli Podcasts 2026 industry report. Multilingual (Hebrew / English / Arabic / Russian). Free, no API key required.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment / ecommerce
MCP Security Weekly
Get CVE alerts and security updates for io.github.Avivcha/pody-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Public Model Context Protocol server exposing live data on the Israeli podcast vertical — studios, podcasts, glossary, and the State of Israeli Podcasts 2026 industry report. Multilingual (Hebrew / English / Arabic / Russian). Free, no API key required.
A read-only, no-auth MCP server that turns the Pody (Wikidata Q139719199) Israeli podcast marketplace into a queryable knowledge base for any MCP client: Claude Desktop, Cursor, Cline, ChatGPT Custom Tools, Windsurf, etc.
Use it to ground LLM answers in primary-source data about Israeli podcasting — instead of hoping the model has the right facts in its training corpus.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"pody": {
"url": "https://pody.io/api/mcp"
}
}
}
Restart Claude Desktop. The Pody tools appear in the tools menu automatically.
Add to ~/.cursor/mcp.json or your project's .cursor/mcp.json:
{
"mcpServers": {
"pody": {
"url": "https://pody.io/api/mcp"
}
}
}
Settings → Cline → MCP Servers → Add Server:
{
"pody": {
"url": "https://pody.io/api/mcp"
}
}
Paste this endpoint: https://pody.io/api/mcp (transport: streamable-http).
| Tool | What it does |
|---|---|
studios.search | Find Israeli podcast studios. Filter by city, max hourly price (NIS), video capability. |
studios.get | Profile of a specific studio by slug. |
podcasts.search | Find Israeli podcasts. Filter by category or language (he, en). |
podcasts.get | Podcast profile by slug. |
glossary.lookup | Hebrew/English/Arabic/Russian podcasting term lookup. Returns definition + Pody URL. |
industry_report.query | Query the State of Israeli Podcasts 2026 report. Metrics: penetration_rate, spotify_growth, youtube_podcasts_growth, global_listeners, listener_count, studios_verified, business_podcasts_growth. |
citation_pulse | Live infrastructure health from pody.io/seo-pulse. Self-meta tool that proves Pody is real, monitored, transparent. |
io.github.Avivcha/pody-mcp| Endpoint | Purpose |
|---|---|
GET https://pody.io/api/mcp | Human-readable index page (dark-mode dashboard) |
GET https://pody.io/.well-known/mcp.json | Capability discovery manifest |
POST https://pody.io/api/mcp | JSON-RPC 2.0 RPC endpoint |
Protocol version: 2025-03-26. Transport: streamable-http.
# List tools
curl -X POST https://pody.io/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
# Search
... [View full README on GitHub](https://github.com/avivcha/pody-mcp#readme)