Developer reference

MCP endpoint and tool schemas

Most users connect AMARI through Claude's connector directory. The MCP endpoint and tool schemas below are for developers building direct integrations.

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.