
Antevo Mandates MCP server
Your client book: who is due a review, what their mandate allows, and what has moved.
Little public usage data yet
Reviews
Write oneNobody has reviewed Antevo Mandates yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Antevo Mandates tools (24, 11 write)
write = sends, deletes, buys or postsassign_team_memberFreeAssign a team member to an EAM client. role: PRIMARY, SECONDARY, SUPPORT.
complete_reviewFreeRecord that this client's review is done, and schedule the next one. Stamps last_reviewed_at and moves next_review_date forward by next_review_months (default 12). Any notes are filed as an OBSERVATION note against the client. NOTE: this tool used to take a `review_id`. It queried eam_client_review, a table that exists in no schema, so it errored on every call and the id never had a referent. Review state is a pair of columns on the client row.
convert_prospectFreeConvert a prospect to active client status.
create_client_goalwrite actionFreeCreate a financial goal. goal_type: RETIREMENT, EDUCATION, PROPERTY, LIFESTYLE, CHARITABLE, LEGACY, LIQUIDITY, CUSTOM.
create_eam_clientwrite actionFreeCreate a new EAM client/prospect. client_type: INDIVIDUAL, COMPANY, TRUST. pipeline_stage: LEAD, PROSPECT, QUALIFIED, PROPOSAL, NEGOTIATION.
create_share_linkwrite actionFreeCreate a shareable link for a document. Link is valid for expires_in_hours (max 720 = 30 days).
delete_documentwrite actionFreeSoft-delete a document (sets status to DELETED).
extract_document_dataFreeTrigger OCR / data extraction from a document. Returns extraction status.
generate_meeting_briefFreeGenerate a full meeting brief for a client — 11 sections covering portfolio, compliance, macro, relationship health, next best conversation. Consumes credits.
get_client_dossierFreeGet full client dossier — profile, entities, AUM, review status, team assignments.
get_client_goalsFreeGet financial goals for a client — retirement, education, property, etc. with progress.
get_client_reviews_dueFreeGet compliance reviews due for a client, or all clients if client_id omitted.
get_client_teamFreeGet assigned team members for an EAM client.
get_document_detailFreeGet document metadata, ACLs, and share links for a specific document.
get_eam_clientsFreeList EAM clients for a firm. Filter by status (ACTIVE/ARCHIVED), pipeline_stage, or search term.
get_email_detailwrite actionFreeGet full email with AI analysis — sentiment, summary, topics, compliance flags, suggested action.
get_email_messageswrite actionFreeList email messages for an EAM firm with AI analysis. Filter by client_id, priority (CRITICAL,HIGH,MEDIUM,LOW), category (INQUIRY,INSTRUCTION,UPDATE).
get_succession_scanFreeFirm-wide succession urgency scan — identifies clients with incomplete succession planning (EAM).
link_email_to_clientwrite actionFreeLink an email message to an EAM client record.
list_documentsFreeList documents for a household. Optionally filter by category (STATEMENT, TAX, LEGAL, etc.).
update_client_goalwrite actionFreeUpdate goal progress. status: ON_TRACK, AHEAD, BEHIND, AT_RISK, ACHIEVED, PAUSED, CANCELLED.
update_documentwrite actionFreeUpdate document metadata — description, category, or tags (comma-separated).
update_eam_clientwrite actionFreeUpdate an EAM client record.
upload_documentwrite actionFreeInitialize a document record. domain: WEALTH, TAX, LEGAL, COMPLIANCE, PERSONAL. category: STATEMENT, TAX_RETURN, WILL, TRUST_DEED, INSURANCE, CONTRACT, ID, OTHER. If base64_content is provided, the document blob is stored. Otherwise returns a doc_id for separate upload.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1112ms20/20
- Tool poisoning24 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 11 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http mandates https://api.antevo.ch/mcp/mandates/mcp
Antevo Mandates: common questions
- Is Antevo Mandates MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Antevo Mandates safety report
- How do I install Antevo Mandates?
- It runs remotely at api.antevo.ch. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Antevo Mandates need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Antevo Mandates maintained?
- The latest release is v1.0.0.
- Is Antevo Mandates up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.