Skip to main content

Overview

is Formal’s hosted MCP server at https://api.formal.ai/mcp. The MCP server has only read-only tool calls. The server stays current with shipped product behavior. It can search the API reference and query the state of your organization.
This is Formal’s hosted server. It is not an MCP resource. MCP resources proxy other MCP traffic through a Connector.

What Formal MCP can do

Calls run as the authenticated identity. The client never sees more than you can see in the Formal console. It cannot create or update objects.

Connect with an API key

Authentication matches the rest of the Formal API. Send an API key in the x-api-key header. See API authentication.
1

Create an API key

Go to API Keys and click Create API Key. Copy the key once.
2

Add the server to your client

Point the client at https://api.formal.ai/mcp and send the key on every request.
3

Verify the connection

Ask the client to list your connectors. You should get live results from your organization.
The response lists the read-only tools above.
Treat the API key like any other Formal secret. Do not commit it to source control or share it in a public prompt.