# Podcasto

> Podcasto turns Telegram channels and news sources into AI-generated, multi-language podcast episodes: script generation plus multi-speaker text-to-speech, scheduled or on-demand, credit-based.

Podcasto ingests a public Telegram channel (or a set of source URLs), drafts a
podcast script with an LLM, and synthesizes it into audio using a choice of
text-to-speech engines. Episodes can be single-speaker (monologue) or
multi-speaker (dialogue), in Hebrew, English, and dozens of other languages.
Podcasts can auto-generate on a recurring schedule or be generated on demand;
each generation consumes credits from the owner's plan.

## Key pages

- [Podcast directory](https://app.podcasto.org/podcasts): browse public podcasts
- [Pricing](https://www.podcasto.org/pricing): plan tiers and how credits work
- [Connect your AI assistant](https://www.podcasto.org/mcp): MCP server, tokens and tool reference
- [About](https://www.podcasto.org/about)
- [Contact](https://www.podcasto.org/contact)
- [Sign in](https://app.podcasto.org/auth/login)

## For AI agents

Podcasto exposes a Model Context Protocol (MCP) server at `https://app.podcasto.org/api/mcp`
(Streamable HTTP). Authenticate via OAuth 2.1 discovery, or a personal access
token created at [https://app.podcasto.org/settings/agent-access](https://app.podcasto.org/settings/agent-access)
and sent as `Authorization: Bearer pk_...`.

Tools: get_me, list_my_podcasts, get_podcast, preview_telegram_channel,
create_podcast, update_podcast, pause_podcast, resume_podcast, list_episodes,
get_episode, generate_episode (charges credits, requires `confirm: true`),
get_credit_balance.

Connect from Claude Code:

```
claude mcp add --transport http podcasto https://app.podcasto.org/api/mcp --header "Authorization: Bearer pk_..."
```

- [Agent skill](https://www.podcasto.org/skills/podcasto-agent/SKILL.md)
- [Agent access guide](https://github.com/NehoraiHadad/podcasto/blob/master/podcasto/docs/AGENT_ACCESS.md)

## Public podcasts

- [Spotlight by Daniel Trabelsi](https://app.podcasto.org/podcasts/3a23ba12-aed3-48ca-945f-938937514a5f) (he) — חדשות טכנולוגיה
- [MathyAIwithMike](https://app.podcasto.org/podcasts/c25b0c24-f9bf-4102-97f8-edca39a59489) (en) — Deep learning paper reviews, math puzzles, mathy discussions about AI.
- [CyberSecurityIL](https://app.podcasto.org/podcasts/6d7a543c-4752-4ebc-957a-607aacf81de9) (he) — אירועי סייבר בישראל
- [חדשות העתיד](https://app.podcasto.org/podcasts/60ba5dce-bba7-46d3-a980-253b83d6f7d5) (he) — מביאים לכם את חדשות העתיד מדי יום, במדע, טכנולוגיה ובריאות, עם פרשנות לגבי ההשלכות.
- [Amit segal - telegram](https://app.podcasto.org/podcasts/f5db51c2-1149-4211-a53e-6c33d651134f) (en) — News from Amit Segal from Telegram. Politics and more...
- [אבועליאקספרס](https://app.podcasto.org/podcasts/f7c6d8d4-e7ce-4ae8-8c61-359334753a17) (he) — אבועליאקספרס - בטלגרם
- [MathyAIwithMike-עברית](https://app.podcasto.org/podcasts/86852c46-29ba-4690-843a-e3c55f7df8a4) (he) — סקירות מאמרים על למידה עמוקה, חידות מתמטיקה, דיונים מתמטיים על בינה מלאכותית.
- [abualiexpress](https://app.podcasto.org/podcasts/893bc856-9deb-4e6a-a147-bc9c640126c0) (en) — abualiexpress telegram channel
- [Selina, Kyla, Keira's podcast of spotlight](https://app.podcasto.org/podcasts/36c8175a-b4c9-483b-af01-18196c49f277) (en) — film spotlight

## Full details

See [llms-full.txt](https://app.podcasto.org/llms-full.txt) for the complete guide, all
public podcasts, plan tiers, and limitations.
