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
- you: “list podcast-goat MCP tools” → MCP connects and returns available remote tools.
- you: “run podcast-goat search” → MCP executes search via remote endpoint and returns results.
Tools
| tool | what it does | example |
|---|---|---|
| search | searches podcast catalog (uncertain) | search(“ai ethics”) |
| get_episode | retrieves single episode metadata (uncertain) | get_episode(“123”) |
| list_shows | lists available shows (uncertain) | list_shows() |
| transcript | fetches 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.