MCP SERVER
Connect your AI directly to your business
Cove ships a Model Context Protocol server with ~141 tools over the whole workspace. Connect Claude, ChatGPT desktop or Cursor in one click and work by asking.
An AI client connects over MCP and drives a live Cove workspace — from issuing invoices to preparing tax filings.
ONE CONNECTION
The whole workspace, exposed as tools
Cove's MCP server exposes ~141 tools over clients, invoices, expenses, revenue, products, documents, HR, calendar and taxes. Connect Claude, ChatGPT desktop or Cursor once and work by asking.
One-click OAuth 2.1
Connect from Claude, ChatGPT desktop or Cursor with PKCE and dynamic client registration. No manual key copying.
Full CRUD over 14 resources
Create, read, update and delete across the whole workspace — from clients and invoices to payroll and documents.
Same rails as the public API
Every MCP tool is generated from the same resource registry as Cove's REST API, so behaviour is identical whichever door you come through.
Prefer code over chat?
The full REST API at /api/v1 is there too, with OpenAPI 3.1 docs, a Scalar playground, idempotency keys and per-key rate limits.
Connected in three steps
No SDKs, no config files — the connect flow is built into the AI clients you already use.
- 01
Add Cove as a connector
Point Claude, ChatGPT desktop or Cursor at Cove's MCP endpoint. The client registers itself via dynamic client registration.
- 02
Approve access
Sign in and approve the OAuth 2.1 request. Cove issues the token as a scoped, revocable API key.
- 03
Ask in plain language
Issue an invoice, list your expenses, validate a client's VAT number — your AI calls the right tools and Cove enforces the rules.
UNDER YOUR CONTROL
Only what its key allows
A connected AI works under the same permission checks as your team: the tool list is filtered by scopes and role, and every call runs under your permissions, inside your workspace.
Scope-filtered tool list
A connection only sees the tools its key scopes and your team role permit — the rest are simply never advertised.
Tokens you control
The issued token is a scoped, revocable Cove API key. Revoke it in the Developers section and access stops immediately.
Workspace-scoped by design
Every call is checked by row-level security and confined to your workspace. Another tenant's data is unreachable by construction.