Standard MCP over HTTP
Speaks the Model Context Protocol over the Streamable HTTP transport, so any MCP-aware client can connect.
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:
| Route | Method | Purpose |
|---|---|---|
/mcp | POST | Model Context Protocol over Streamable HTTP |
/health | GET | Liveness 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.