podcast-goat-pp-mcp — MCP server for podcast-goat integration

draft — generated, polish on first use.

Category: pp-mcp Where it works: both Source: ~/.mcp.json

What it is

MCP server exposing podcast-goat functionality to Claude Code and Hermes. Remote Go implementation; tool surface not locally introspectable.

How to trigger it

  • “connect to podcast-goat MCP”
  • “use podcast-goat tools”
  • “podcast-goat MCP”
  • Direct command: none known — verifică doctrina
  • Auto-fires? no

How to use it

Operator references the MCP by name or capability; Claude Code / Hermes loads the remote server and surfaces its tools for subsequent calls.

Practical examples

  1. you: “list podcast-goat MCP tools” MCP connects and returns available remote tools.
  2. you: “run podcast-goat search” MCP executes search via remote endpoint and returns results.

Tools

toolwhat it doesexample
searchsearches podcast catalog (uncertain)search(“ai ethics”)
get_episoderetrieves single episode metadata (uncertain)get_episode(“123”)
list_showslists available shows (uncertain)list_shows()
transcriptfetches episode transcript (uncertain)transcript(“123”)

Notes / limits

Remote Go binary; tool list inferred from common podcast MCP patterns — verify actual surface on first connection. No local cost; network latency applies.