LIVE ENDPOINT
https://www.porch.so/mcp
Connect to this endpoint to inspect the live schema for check_auth and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.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.
Related tools
get_install_guide— Return the full Porch integration guide (install.md).create_track— Create a new Porch track and return its public URL.list_recent_tracks— List the most recent tracks in the current workspace.get_track— Fetch a single track by id, including its status and public URL.start_step— Mark a step as running.complete_step— Mark a step as complete.log— Append a log line under a step (or as a free-floating entry).narrate— Append a narration entry.