Most users connect AMARI through Claude's connector directory. The MCP endpoint and tool schemas below are for developers building direct integrations.
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. |
Looking for setup instructions? See the getting started guide.