Productivity
podmule.com
This MCP server enables querying and executing PodMule capabilities, providing read-only answers and performing actions like image generation and scheduling.
ENDPOINT 1
https://app.podmule.com/mcp
MCP server metadata
- Name
- podmule-mcp
- Version
- 1.0.0
PodMule gives you read and write access to a podcast workspace: shows, episodes, transcripts, knowledge pages, clips, contacts, interviews and campaigns. How to work with it: - Call search to discover the exact capability and its input schema. Capability names and schemas change; do not guess either. - Call execute with one capability name and one input object to do the work. - If execute returns an error, call search again to repair the route rather than retrying the same input. Where a question belongs: - Verbatim quotes, passages, exact timestamps, or "which episodes discuss X" / "episodes about X" lists: search_transcripts. Read episode lists off its matched_episodes field. - Cross-episode synthesis ("what does the show think about X", topic overviews, guest summaries, takeaways across the back catalogue): search_knowledge, then get_knowledge_page for a full page. Drop to search_transcripts when you need the underlying quotes or timestamps. - Reusable Saved Prompts the workspace has stored: list_prompt_library, then get_saved_prompt. Before you write: - Writes act on the customer's live workspace. Confirm with the user before creating, updating, deleting or publishing anything. - Route writes through execute. ask_podmule is read-only and will not perform them.
Known tools 3
ask_podmuleAsk PodMule for a concise read-only domain answer or an advisory route plan.
Inferred read-onlyexecuteExecute one OAuth-visible PodMule capability — reads and writes (create/update, generate and apply images, schedule, etc.
Potential side effectsCONNECT 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.podmule-mcp]
url = "https://app.podmule.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"podmule-mcp": {
"type": "http",
"url": "https://app.podmule.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: podmule-mcp
Remote MCP URL: https://app.podmule.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": {
"podmule-mcp": {
"url": "https://app.podmule.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"podmule-mcp": {
"type": "http",
"url": "https://app.podmule.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "podmule-mcp",
"transport": "streamable-http",
"url": "https://app.podmule.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for podmule.com was fetched 2026-08-21T10:58:10.562Z.
podmule.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.