Skip to content

Suralink MCPModel Context Protocol server

Connect your AI assistant to Suralink engagements, request lists, files, and comments.

Suralink connects audit and accounting firms with their clients to exchange request lists, files, and comments. The Suralink MCP server exposes that data to AI assistants through the Model Context Protocol, so a model can answer questions about engagements, request items, files, and comment history on your behalf.

The server exposes a single MCP endpoint plus a liveness probe:

RouteMethodPurpose
/mcpPOSTModel Context Protocol over Streamable HTTP
/healthGETLiveness probe — returns {"status":"ok"}

The MCP endpoint uses the official SDK's Streamable HTTP transport in stateless mode: every request gets a fresh server instance. There is no session cookie or persistent connection on the MCP side.

Continue to Getting Started to connect a client, or see the Tools reference for everything the server can do.