← Registry

Content Tools

podsquick.com

Generates podcast episodes from source material, including audio, transcripts, citations, and show notes, with job management and cost estimation.

1 endpoint7 known toolsFirst detected August 24, 2026Last detected August 24, 2026

ENDPOINT 1

https://podsquick.com/mcp

No auth detected

MCP server metadata

Name
podsquick
Version
0.1.0
Capabilities
tools
Server instructions

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_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.

Inferred read-only
get_job_status

Check a generation job.

Inferred read-only
get_episode

Fetch a finished episode: the audio URL, show notes, chapter marks, and optionally the full transcript and audit manifest.

Inferred read-only
approve_draft

Release a job that is awaiting_approval.

Inferred read-only
estimate_cost

Estimate the spend and duration for a generation request without generating anything.

Inferred read-only
list_formats

List the episode format presets with their descriptions and supported duration ranges.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.