Documentation

Verifying legal documents with AMARI

AMARI works inside Claude. You add it as a custom connector once, then ask Claude to verify any legal document in plain English.

Getting started

  1. 1

    Sign up free at getamari.ai

    Create an account, or sign in if you already have one. Free tier includes 3 verifications per month.

  2. 2

    Copy your account ID from the dashboard

    Open the dashboard and use the Copy button on the Your account ID panel. It looks like amari_….

  3. 3

    Open Claude at claude.ai

    Use any plan that supports custom connectors.

  4. 4

    Add AMARI as a connector

    Go to Settings → Connectors → Add custom connector. This is where Claude lets you connect external tools to your conversations.

  5. 5

    Paste this URL

    https://mcp.getamari.ai/mcp
  6. 6

    In any conversation, say: "My AMARI account ID is [paste your ID]"

    Claude will hold on to it for the rest of the conversation.

  7. 7

    Upload a document and say: "Verify this document with AMARI"

    Claude takes it from there. Results arrive in roughly 5–15 minutes depending on document size.

You only need to provide your account ID once per conversation. Claude will remember it for all subsequent verifications.

Usage examples

Corporate & Commercial

Verify a SAFE agreement

  1. Upload your SAFE agreement to Claude.
  2. Say: "Can you verify this document with AMARI?"
  3. Claude identifies it as a Corporate & Commercial matter and submits it.
  4. Results arrive in roughly twelve minutes with the accepted corrections and any flagged items.
  5. Say: "Show my results."
  6. Claude presents a summary of corrections and flagged items, then offers to generate the corrected document and audit trail.
Commercial Litigation

Verify a demand letter

  1. Upload your demand letter to Claude.
  2. Say: "Verify this with AMARI."
  3. Claude selects Commercial Litigation automatically.
  4. AMARI catches fabricated citations, damages-arithmetic errors, and wrong statutory references — exactly the things easy to miss on a fast turnaround.
IP Law

Verify a trademark license

  1. Upload your trademark license to Claude.
  2. Say: "Verify this document with AMARI."
  3. Claude selects IP Law automatically.
  4. AMARI finds cross-reference errors, wrong Lanham Act citations, and defined-term inconsistencies between recitals and operative clauses.

For developers

Most AMARI users verify documents through Claude. If you need direct API access, email support@getamari.ai.

MCP endpoint

https://mcp.getamari.ai/mcp

OAuth 2.1 discovery is published at /.well-known/oauth-protected-resource.

Tool reference

amari_verify

Submit a document for verification. Returns a job ID immediately; the pipeline runs asynchronously.

FieldTypeRequiredDescription
documentstringyesFull document text (markdown or plain text). Up to 100 pages.
constitutionenumyesOne of the eight practice area IDs below.
source_documentsarraynoUp to 3 source corpus documents (Professional/Enterprise only).
engagement_idstringnoMatter or engagement identifier for your records.
output_detailenumnosummary, standard (default), or full.

amari_status

Fetch the status of a submitted job, or list recent jobs for your account.

FieldTypeRequiredDescription
job_idstringnoSpecific job to fetch. Omit to list recent jobs.
limitintegernoMax records when listing (1–50, default 10).

Practice areas

IDDomain
ip_law_v1_1Intellectual property — patents, trademarks, copyright, licensing.
corporate_commercial_v1_5Corporate & commercial — M&A, financings, governance, SAFEs.
commercial_litigation_v1_0Commercial litigation — pleadings, motions, demand letters.
employment_legal_v1_0Employment — agreements, severance, restrictive covenants.
privacy_legal_v1_0Privacy — DPAs, notices, processor agreements.
regulatory_legal_v1_0Regulatory — financial, healthcare, consumer protection.
ai_governance_legal_v1_0AI governance — model cards, risk assessments, policies.
product_legal_v1_0Product legal — ToS, privacy policies, EULAs.