CORD AS A SERVER
7 tools. Two ways to connect.
Connect Cord to an assistant like Claude and the AI works with your real data: checks the pipeline, finds overdue accounts, looks up a client, or drafts a quote. There are two entry doors: JSON-RPC 2.0 over stateless HTTP at /api/mcp, where the 7 tools live; and an HTTP/SSE channel with session at /api/mcp/sse + /api/mcp/message. Both authenticate with your API key and respect each tool's scope.
- The 7 tools run inside your org — the AI queries, it doesn't make things up
- Write actions require a key with write permission
- The SSE session is tied to your org_id: every query respects your RLS