Content Tools
podsquick.com
Generates podcast episodes from source material, including audio, transcripts, citations, and show notes, with job management and cost estimation.
ENDPOINT 1
https://podsquick.com/mcp
MCP server metadata
- Name
- podsquick
- Version
- 0.1.0
Podsquick turns source material into a two-host podcast episode with a transcript, citation manifest and show notes. Call generate_podcast with sources only for a good default episode; it returns a job id immediately. Poll get_job_status until status is "succeeded", then call get_episode for the audio URL and artifacts. Call estimate_cost first if you need to know the spend before committing.
Known tools 7
generate_podcastTurn 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.
Inferred read-onlyget_episodeFetch a finished episode: the audio URL, show notes, chapter marks, and optionally the full transcript and audit manifest.
Inferred read-onlyestimate_costEstimate the spend and duration for a generation request without generating anything.
Inferred read-onlylist_formatsList the episode format presets with their descriptions and supported duration ranges.
Inferred read-onlylist_voicesList the curated two-host pairings (British English pairs included as first-class options) and the full prebuilt voice library, for use with generate_podcast.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.