pody-mcp
pody-mcp
Public Model Context Protocol server for Pody — Israeli podcast infrastructure. First MCP server in the Israeli podcast vertical.
Connect Claude Desktop / Cursor / ChatGPT Custom Tools to live data on Israeli podcasting — studios, podcasts, glossary, and the State of Israeli Podcasts 2026 industry report.
Install in Claude Desktop
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.
Related MCP server: PodHome MCP Server
Available tools (7 read-only, no auth required)
Tool | Description |
| Find Israeli podcast studios. Filter by city, max hourly price (NIS), or video capability. |
| Get profile of a specific studio by slug. |
| Find Israeli podcasts. Filter by category or language ( |
| Get podcast profile by slug. |
| Look up a podcasting term in HE/EN/AR/RU. Returns definition + Pody URL. |
| Query the State of Israeli Podcasts 2026 report. Metrics: |
| Return Pody's live infrastructure health from |
Discovery endpoints
Endpoint | Purpose |
| Human-readable index page (dark-mode dashboard) |
| Capability discovery manifest |
| JSON-RPC 2.0 RPC endpoint |
Protocol version: 2025-03-26.
Try it via curl
# 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 for studios in Tel Aviv
curl -X POST https://pody.io/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"studios.search","arguments":{"city":"Tel Aviv"}}}'
# Get the live citation pulse
curl -X POST https://pody.io/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"citation_pulse","arguments":{}}}'Architecture
The Pody-MCP server runs as a Vercel edge function at api/mcp.ts in the main Pody repo (private). This repository contains the public manifest + documentation only.
Internal data source: Supabase Postgres with explicit column allow-lists per tool to prevent sensitive data exposure (no select=*).
Languages supported
The MCP server returns content in 4 languages:
Hebrew (
he) — primaryEnglish (
en)Arabic (
ar)Russian (
ru)
About Pody
Pody (פודי) is Israel's podcast content creation marketplace + AI infrastructure platform. Founded 2024 by Aviv Charuvi. Operated by MindSeller LTD (Tel Aviv, Tax ID 515284891). Wikidata: Q139719199.
Website: pody.io
Press kit: pody.io/press
Live citations: pody.io/citations
Knowledge Graph: pody.io/graph (CC-BY-SA)
SPARQL endpoint: pody.io/sparql
Self-Healing SEO Engine: pody.io/seo-pulse
License
Server code: MIT (this repo)
Knowledge Graph data: CC-BY-SA-4.0 (details)
Contact
Aviv Charuvi (founder + CEO) — aviv@pody.io
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Avivcha/pody-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server