PlatformPilot MCP Gateway

Hosted Model Context Protocol (MCP) servers for PlatformPilot. Point an MCP client at a server endpoint below. OAuth-aware servers authenticate with OAuth 2.1 (PKCE and dynamic client registration) and need no API key.

The gateway routes MCP traffic to the backend that serves each server, applies rate limits, and hosts the OAuth discovery documents and authorization endpoints for every server.

Use this gateway when a user wants PlatformPilot capabilities from an MCP client such as Claude, Cursor, or ChatGPT: the company's memory, its investigation and scoring agents, or the third-party tools PlatformPilot hosts.

MCP servers

For agents

References

FAQ

How do I connect an MCP client?

Add the server's MCP endpoint as a Streamable HTTP server. The first request returns 401 with a WWW-Authenticate header; the client discovers the authorization server, registers itself, and opens the sign-in page. After consent, every request carries a Bearer token.

Do I need an API key?

No. OAuth-aware servers use OAuth 2.1 with PKCE and dynamic client registration against a PlatformPilot account. Servers marked gateway-key only are PlatformPilot infrastructure and have no self-service path.

What can an agent read without signing in?

The discovery documents on this host and, for servers that opened their handshake, the tool list (initialize and tools/list). Every tool call needs a token.

Where does the data live?

On PlatformPilot's backends, scoped to the signed-in user's organization. The gateway routes and rate-limits; it stores no user data and no credentials.