INDIVIDUAL MCP TOOL
list_formats
List the episode format presets with their descriptions and supported duration ranges.
LIVE ENDPOINT
https://podsquick.com/mcp
Connect to this endpoint to inspect the live schema for list_formats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.podsquick]
url = "https://podsquick.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"podsquick": {
"type": "http",
"url": "https://podsquick.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: podsquick
Remote MCP URL: https://podsquick.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"podsquick": {
"url": "https://podsquick.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"podsquick": {
"type": "http",
"url": "https://podsquick.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "podsquick",
"transport": "streamable-http",
"url": "https://podsquick.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generate_podcast— Turn source material into a finished two-host podcast episode: audio, a timestamped transcript, a citation manifest mapping every claim back to the sources, and show notes.get_job_status— Check a generation job.get_episode— Fetch a finished episode: the audio URL, show notes, chapter marks, and optionally the full transcript and audit manifest.approve_draft— Release a job that is awaiting_approval.estimate_cost— Estimate the spend and duration for a generation request without generating anything.list_voices— List the curated two-host pairings (British English pairs included as first-class options) and the full prebuilt voice library, for use with generate_podcast.