Building an AI client? After connecting, read the Operating Contract — the session-start guide for how an AI should ground itself and act inside Concierca.
Every call runs server-side as the user who owns the key. Reads are filtered to what that user may see; writes need the matching per-tool grant. Secrets and OAuth flows never travel the model channel.
Endpoint
The main endpoint is what you connect in day-to-day use. The vertical endpoint is a standalone surface for the market-intelligence tools (
vertical_*) — see Vertical.
Authentication
Two ways to connect, both from Settings → MCP Access:- OAuth (recommended for a person) — connect the client and approve in the browser. A Company-Admin connect grants the full surface; a Member connect grants the read-only baseline. See Authentication for the scope model.
- API key — generate a key and pass it as a bearer token. Best for headless agents and the CLI.
Connect from Claude (Desktop / Code)
Add the server to your MCP client config, pointing at the main endpoint and your key:Connect from ChatGPT
Add a connector pointing athttps://app.concierca.ch/api/mcp/v1 and authorize it.
First calls
Ground every session before acting:whoami— confirms identity, role, tenant, and the tools your key may use.get_context— returns your Operating Manual (the always-load governance + knowledge block).guardrails_get— the governance rules to honor; over MCP these are pull-only, so fetch them at session start.
