AMARI works inside Claude. You add it as a custom connector once, then ask Claude to verify any legal document in plain English.
Create an account, or sign in if you already have one. Free tier includes 3 verifications per month.
Open the dashboard and use the Copy button on the Your account ID panel. It looks like amari_….
Use any plan that supports custom connectors.
Go to Settings → Connectors → Add custom connector. This is where Claude lets you connect external tools to your conversations.
https://mcp.getamari.ai/mcp
Claude will hold on to it for the rest of the conversation.
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.
Most AMARI users verify documents through Claude. If you need direct API access, email support@getamari.ai.
https://mcp.getamari.ai/mcp
OAuth 2.1 discovery is published at /.well-known/oauth-protected-resource.
amari_verifySubmit a document for verification. Returns a job ID immediately; the pipeline runs asynchronously.
| Field | Type | Required | Description |
|---|---|---|---|
document | string | yes | Full document text (markdown or plain text). Up to 100 pages. |
constitution | enum | yes | One of the eight practice area IDs below. |
source_documents | array | no | Up to 3 source corpus documents (Professional/Enterprise only). |
engagement_id | string | no | Matter or engagement identifier for your records. |
output_detail | enum | no | summary, standard (default), or full. |
amari_statusFetch the status of a submitted job, or list recent jobs for your account.
| Field | Type | Required | Description |
|---|---|---|---|
job_id | string | no | Specific job to fetch. Omit to list recent jobs. |
limit | integer | no | Max records when listing (1–50, default 10). |
| ID | Domain |
|---|---|
ip_law_v1_1 | Intellectual property — patents, trademarks, copyright, licensing. |
corporate_commercial_v1_5 | Corporate & commercial — M&A, financings, governance, SAFEs. |
commercial_litigation_v1_0 | Commercial litigation — pleadings, motions, demand letters. |
employment_legal_v1_0 | Employment — agreements, severance, restrictive covenants. |
privacy_legal_v1_0 | Privacy — DPAs, notices, processor agreements. |
regulatory_legal_v1_0 | Regulatory — financial, healthcare, consumer protection. |
ai_governance_legal_v1_0 | AI governance — model cards, risk assessments, policies. |
product_legal_v1_0 | Product legal — ToS, privacy policies, EULAs. |