TrustMCPdocs

Architecture

TrustMCP is a small set of cooperating services around an open wire format.

Components

Trust boundaries

Request flow (customer read)

agent ──MCP──▶ MCP server ──Bearer key──▶ Network API ──▶ Postgres
                                   │
                                   └─signed JSON (verified) + signed S3 URL (hash-checked)

Deployment (reference)

Render Blueprint (render.yaml): three Docker web services (network, web, docs) + managed Postgres, with a persistent disk (or S3/R2) for artifacts and automatic TLS on the trustmcp.app domains. trustmcp.org 301-redirects to trustmcp.app. See Self-hosting to run it yourself.