Mmcp.market

Podcast Guest CRM MCP server

by RudrenduPaul·io.github.RudrenduPaul/podcast-guest-crm·v0.1.5

Manage podcast guest pipeline, outreach drafts, and analytics via 5 MCP tools.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

0 stars25 downloads/wk

Reviews

Write one

Nobody has reviewed Podcast Guest CRM yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Podcast Guest CRM tools (5, 3 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • add_guestwrite action

    Create a new guest in the discover stage. Wraps POST /api/v1/guests. Fit scoring runs asynchronously after creation; call list_guests or the guest detail endpoint shortly after to see fitScore populate.

  • draft_outreach_emailwrite action

    Generate an AI outreach email draft for a guest. Wraps POST /api/v1/outreach/draft. Uses claude-sonnet-4-6 server-side (packages/ai). Returns subject, body, a confidence score, and the reasoning behind the draft.

  • get_analytics_summary

    Dashboard overview: total guests, stage breakdown, average fit score, reply and booking conversion rates, top topics, recent activity. Wraps GET /api/v1/analytics/overview.

  • list_guests

    List guests in the pipeline, paginated and filterable by stage, priority, and free-text search. Wraps GET /api/v1/guests.

  • update_guest_stagewrite action

    Transition a guest to a new lifecycle stage. Wraps PATCH /api/v1/guests/:id/stage. Valid paths: discover -> outreach -> scheduled -> recorded -> published -> follow_up, with back-transitions outreach -> discover (declined), scheduled -> outreach (reschedule), recorded -> scheduled (re-record), follow_up -> outreach (invite back) or follow_up -> published. Invalid transitions are rejected by the AP

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan4 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 10 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Podcast Guest CRM repository's README, as published. We do not edit it. Read it on GitHub

🎙️ Podcast Guest CRM

<!-- Core cluster: 5 badges, cap enforced. Full stack badges collapsed below -->

Full tech stack badges

The operating system for podcast booking.AI-native. Keyboard-first. Built for agencies.

4.2 million podcasts. $4B+ creator economy. Zero purpose-built workflow software. We built the tool that should have existed for the last decade.

Built by Rudrendu Paul &amp; Sourav Nandy &nbsp;·&nbsp; Engineered with Claude Code

Quick Start &nbsp;·&nbsp; The Problem &nbsp;·&nbsp; The Product &nbsp;·&nbsp; AI Layer &nbsp;·&nbsp; Architecture &nbsp;·&nbsp; Tech Stack

Quick Start

git clone https://github.com/RudrenduPaul/podcast-guest-crm
cd podcast-guest-crm
pnpm install
pnpm dev

The app runs on seed data from first boot; 34 realistic guests across all six pipeline stages. No environment variables required.

web:  http://localhost:3000
api:  http://localhost:3001
docs: http://localhost:3001/docs   ← Swagger UI, auto-generated from route schemas

[!NOTE]

Zero-config only applies to this local dev mode running on seed data. A production deployment needs real Supabase and Anthropic credentials set in the environment: the Zod env schema in packages/config crashes the server at boot if a required secret is missing, by design.

The Problem

Every tool a podcast host reaches for was built for a different job. HubSpot is a sales CRM. PodMatch is a discovery marketplace. Notion is a blank canvas that requires engineering to become anything useful. None of them model the guest lifecycle (the arc from discovery through outreach, scheduling, recording, publishing, and follow-up) as a first-class object.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y podcast-guest-crm-cli on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add podcast-guest-crm -- npx -y podcast-guest-crm-cli
Add to Cursor

Podcast Guest CRM: common questions

Is Podcast Guest CRM MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Podcast Guest CRM safety report
How do I install Podcast Guest CRM?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Podcast Guest CRM need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Podcast Guest CRM maintained?
The last commit was 11 days ago (2026-09-13). The latest release is v0.1.5.
What can I use instead of Podcast Guest CRM?
Servers from other publishers that do the same job: Munin MCP server, Nevent MCP server and MisarReach MCP Server. Compare all Podcast Guest CRM alternatives.

Alternatives to Podcast Guest CRM

Same job from other publishers: the closest match first, then the best rated.

All Podcast Guest CRM alternatives →
  • Munin
    Open-source all-in-one MCP-first customer platform: KB, Conversations, CRM, CMS, Outreach, Analytics
    A
  • Nevent MCP
    Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
    A
  • MisarReach MCP Server
    Find and enrich leads, run multi-channel outreach, and manage the sales pipeline.
    A
  • Salesforce Cloud
    AI-powered Salesforce CRM: opportunity intelligence, conversation analysis, SOQL, analytics
    B
  • Kaseya BMS MCP
    CLI and MCP server for Kaseya BMS PSA: tickets, CRM, contracts, finance, and offline analytics.
    B

More from RudrenduPaul