Public Model Context Protocol server for Pody — Israeli podcast infrastructure (Wikidata Q139719199). 7 read-only tools: studios.search, studios.get, podcasts.search, podcasts.get, glossary.lookup, industry_report.query, citation_pulse.
SaferSkills independently audited pody-mcp (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
<!-- mcp-name: io.github.Avivcha/pody-mcp -->
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 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"}}}'
# Look up a Hebrew podcast term
curl -X POST https://pody.io/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"glossary.lookup","arguments":{"term":"פודקאסט"}}}'
# Get live infrastructure pulse
curl -X POST https://pody.io/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":4,"method":"tools/call","params":{"name":"citation_pulse","arguments":{}}}'Once installed, try asking Claude/Cursor/Cline:
The LLM will call Pody-MCP tools automatically and ground the answer in live data.
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 + server.json + documentation.
Internal data source: Supabase Postgres with explicit column allow-lists per tool to prevent sensitive data exposure (no select=*).
Content returned in 4 languages:
he) — primary, RTL nativeen)ar)ru)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.
Pody also pioneered archive-first storage: every episode mirrors to archive.org so the podcaster's RSS feed keeps working even if Pody disappears. That's the structural guarantee no other podcast host offers.
io.github.Avivcha/pody-mcp v1.0.0 (active)Aviv Charuvi (founder + CEO) — [email protected]
If you use Pody-MCP in research or content, please cite:
Charuvi, A. (2026). _Pody-MCP: An Israeli podcast marketplace knowledge graph as a Model Context Protocol server_. MindSeller LTD. Wikidata: Q139719199. https://github.com/Avivcha/pody-mcp
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.