← Registry

Content Tools

porch.so

Manage audio tracks on the Porch platform, including creation, listing, and retrieval.

1 endpoint11 known toolsFirst detected July 27, 2026Last detected July 27, 2026

ENDPOINT 1

https://www.porch.so/mcp

No auth detected

MCP server metadata

Name
porch
Version
0.1.0
Capabilities
tools
Server instructions

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

get_install_guide

Return the full Porch integration guide (install.md).

Inferred read-only
check_auth

Verify the current Porch API key works.

Inferred read-only
create_track

Create a new Porch track and return its public URL.

Potential side effects
list_recent_tracks

List the most recent tracks in the current workspace.

Inferred read-only
get_track

Fetch a single track by id, including its status and public URL.

Inferred read-only
start_step

Mark a step as running.

Inferred read-only
complete_step

Mark a step as complete.

Inferred read-only
log

Append a log line under a step (or as a free-floating entry).

Inferred read-only
narrate

Append a narration entry.

Inferred read-only
complete_track

Mark the track as complete.

Inferred read-only
fail_track

Mark the track as failed.

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

Trust status Neutral

porch.so is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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