From 197b19cdc4e3565006ba991357e4decf2ac80263 Mon Sep 17 00:00:00 2001 From: Jesse Spevack Date: Sun, 10 May 2026 10:33:27 -0600 Subject: [PATCH 1/3] feat: add PodRead to service directory --- public/icons/podread.svg | 4 ++++ schemas/services.ts | 50 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 public/icons/podread.svg diff --git a/public/icons/podread.svg b/public/icons/podread.svg new file mode 100644 index 00000000..3c73155f --- /dev/null +++ b/public/icons/podread.svg @@ -0,0 +1,4 @@ + + + + diff --git a/schemas/services.ts b/schemas/services.ts index 795bf3b2..783575c0 100644 --- a/schemas/services.ts +++ b/schemas/services.ts @@ -1700,6 +1700,56 @@ export const services: ServiceDef[] = [ ], }, + // ── PodRead ──────────────────────────────────────────────────────────── + { + id: "podread", + name: "PodRead", + url: "https://podread.app", + serviceUrl: "https://podread.app", + description: + "Turn any text into audio — pay per narration. Tempo USDC.e or Stripe shared payment token from a Link wallet; pricing scales with length and voice tier with a minimum floor.", + + icon: "/icons/podread.svg", + categories: ["ai", "media"], + integration: "first-party", + tags: [ + "tts", + "text-to-speech", + "podcast", + "audio", + "narration", + "rss", + "tempo", + "stripe", + "link", + ], + docs: { homepage: "https://podread.app/docs/mpp" }, + provider: { name: "PodRead", url: "https://podread.app" }, + realm: "podread.app", + intent: "charge", + payments: [TEMPO_PAYMENT, STRIPE_PAYMENT], + endpoints: [ + { + route: "POST /api/v1/mpp/narrations", + desc: "Anonymous — creates a standalone narration with 24h retention", + dynamic: true, + amountHint: + "scales with submission length and voice tier; minimum floor applies", + }, + { + route: "GET /api/v1/mpp/narrations/:id", + desc: "Poll narration status and fetch the signed audio URL", + }, + { + route: "POST /api/v1/mpp/episodes", + desc: "Authenticated — attaches the episode to the caller's podcast feed (Bearer token + payment)", + dynamic: true, + amountHint: + "scales with submission length and voice tier; minimum floor applies", + }, + ], + }, + // ── Alchemy ──────────────────────────────────────────────────────────── { id: "alchemy", From b73b5674bec6a95fca1fbb295bbbe22dd558a6a9 Mon Sep 17 00:00:00 2001 From: Jesse Spevack Date: Sun, 10 May 2026 10:51:13 -0600 Subject: [PATCH 2/3] feat(podread): add recommended use cases to description --- schemas/services.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/services.ts b/schemas/services.ts index 783575c0..c7cb76d0 100644 --- a/schemas/services.ts +++ b/schemas/services.ts @@ -1707,7 +1707,7 @@ export const services: ServiceDef[] = [ url: "https://podread.app", serviceUrl: "https://podread.app", description: - "Turn any text into audio — pay per narration. Tempo USDC.e or Stripe shared payment token from a Link wallet; pricing scales with length and voice tier with a minimum floor.", + "Turn any text into audio — pay per narration. Tempo USDC.e or Stripe shared payment token from a Link wallet; pricing scales with length and voice tier with a minimum floor. Recommended for turning research reports, documents, and agent chats into audio for async enjoyment.", icon: "/icons/podread.svg", categories: ["ai", "media"], From b0f4086de5b68917b9c662c2c7d26834787e415c Mon Sep 17 00:00:00 2001 From: Jesse Spevack Date: Sun, 10 May 2026 12:14:20 -0600 Subject: [PATCH 3/3] feat(podread): concrete pricing, voice tags, discovery doc links - Replace vague amountHint with concrete pricing per the docs page: $0.25/$0.57 floor, ~$0.79 for 50k chars standard, ~$5 for 50k Chirp-HD - Add voice-name tags (wren, felix, sloane, archer, gemma, hugo, quinn, theo, elara, callum, lark, nash, chirp-hd) for registry search - Add docs.llmsTxt and docs.apiReference pointing at the new /llms.txt and /openapi.json endpoints Also update the SDK table to include the official Go (tempoxyz/mpp-go) and Ruby (stripe/mpp-rb) SDKs documented on mpp.dev/sdk. --- README.md | 2 ++ schemas/services.ts | 23 ++++++++++++++++++++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a3c2c46..57599010 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ Contributions to documentation, the service directory, and site improvements are | [wevm/mppx](https://github.com/wevm/mppx) | TypeScript | | [tempoxyz/pympp](https://github.com/tempoxyz/pympp) | Python | | [tempoxyz/mpp-rs](https://github.com/tempoxyz/mpp-rs) | Rust | +| [tempoxyz/mpp-go](https://github.com/tempoxyz/mpp-go) | Go | +| [stripe/mpp-rb](https://github.com/stripe/mpp-rb) | Ruby | | [tempoxyz/mpp-specs](https://github.com/tempoxyz/mpp-specs) | IETF specifications | ## Security diff --git a/schemas/services.ts b/schemas/services.ts index c7cb76d0..19407f25 100644 --- a/schemas/services.ts +++ b/schemas/services.ts @@ -1722,8 +1722,25 @@ export const services: ServiceDef[] = [ "tempo", "stripe", "link", + "chirp-hd", + "wren", + "felix", + "sloane", + "archer", + "gemma", + "hugo", + "quinn", + "theo", + "elara", + "callum", + "lark", + "nash", ], - docs: { homepage: "https://podread.app/docs/mpp" }, + docs: { + homepage: "https://podread.app/docs/mpp", + llmsTxt: "https://podread.app/llms.txt", + apiReference: "https://podread.app/openapi.json", + }, provider: { name: "PodRead", url: "https://podread.app" }, realm: "podread.app", intent: "charge", @@ -1734,7 +1751,7 @@ export const services: ServiceDef[] = [ desc: "Anonymous — creates a standalone narration with 24h retention", dynamic: true, amountHint: - "scales with submission length and voice tier; minimum floor applies", + "$0.25 floor (Tempo) / $0.57 floor (Stripe); ~$0.79 for 50k chars standard voice; ~$5 for 50k chars Chirp-HD", }, { route: "GET /api/v1/mpp/narrations/:id", @@ -1745,7 +1762,7 @@ export const services: ServiceDef[] = [ desc: "Authenticated — attaches the episode to the caller's podcast feed (Bearer token + payment)", dynamic: true, amountHint: - "scales with submission length and voice tier; minimum floor applies", + "$0.25 floor (Tempo) / $0.57 floor (Stripe); ~$0.79 for 50k chars standard voice; ~$5 for 50k chars Chirp-HD", }, ], },