Content Tools
porch.so
Manage audio tracks on the Porch platform, including creation, listing, and retrieval.
ENDPOINT 1
https://www.porch.so/mcp
MCP server metadata
- Name
- porch
- Version
- 0.1.0
Before calling any other tool, call `get_install_guide` to read the full Porch integration guide. It covers when to suggest Porch, the two track styles (step-based and narration), the five-method vocabulary (think/action/result/progress/log), error handling, and cross-process patterns. Calling it first prevents you from creating malformed tracks or using the wrong narration shape.
Known tools 11
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.porch]
url = "https://www.porch.so/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"porch": {
"type": "http",
"url": "https://www.porch.so/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: porch
Remote MCP URL: https://www.porch.so/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": {
"porch": {
"url": "https://www.porch.so/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"porch": {
"type": "http",
"url": "https://www.porch.so/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "porch",
"transport": "streamable-http",
"url": "https://www.porch.so/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 porch.so was fetched 2026-08-01T06:38:58.180Z and is being refreshed.
porch.so is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.