For AI agents and the people building them

Give your agent a regulated legal checkpoint.

Agents can draft and negotiate, but some steps need a human who is accountable in the real world. Taliara is the endpoint your agent calls when a contract needs solicitor-supervised review — and when it's time to sign with verified authority.

  1. 01

    Your agent uploads the contract

    Via MCP tool call or REST. PDF or Word. The request lands in a regulated review pipeline, not a black box.

  2. 02

    A solicitor-supervised review comes back

    AI-prepared analysis and redlines, reviewed by a UK-qualified solicitor before anything leaves the system. Structured JSON, not prose soup.

  3. 03

    Signing with verified authority

    Signatories link to KYC-verified authorised signatories of the binding entity. Webhooks push every outcome back to your agent.

Connect in two minutes

The hosted MCP server uses OAuth — your agent platform handles sign-in in the browser. Scopes are explicit: preview, read and submit.

Claude Code

One command; OAuth completes in the browser.

claude mcp add --transport http taliara https://app.taliara.co.uk/api/mcp

Claude / ChatGPT / Cursor — custom connector (hosted MCP)

Add a custom connector pointing at https://app.taliara.co.uk/api/mcp — Claude: Settings → Connectors; ChatGPT: developer-mode connectors; Cursor: .cursor/mcp.json.

{
  "mcpServers": {
    "taliara": {
      "url": "https://app.taliara.co.uk/api/mcp"
    }
  }
}

Stdio (npm) — for frameworks without remote-MCP support

Runs locally via npx. API keys are issued during onboarding — request access below.

{
  "mcpServers": {
    "taliara": {
      "command": "npx",
      "args": ["-y", "@taliara/mcp-server"],
      "env": { "TALIARA_API_KEY": "<issued during onboarding>" }
    }
  }
}

Prefer plain HTTP? The REST API mirrors every tool — OpenAPI specification. Webhooks deliver contract.finalised, signing.completed and friends, so your agent never has to poll.

Get access

Taliara is in early access. Tell us what your agent needs to do and we'll set you up — usually the same working day.

Taliara Limited supplies the platform and API. Legal review is carried out by a UK-qualified solicitor through a regulated practice; your agent's requests are answered by the practice, not by an unsupervised model. Details: terms · privacy.