Anchord MCP
Anchord MCP is an MCP server that gives agents access to the Anchord identity-resolution API so they resolve companies and people to canonical AnchorIDs and run a pre-write safety check before any record write.
Description
Anchord MCP is an MCP server that gives AI agents access to the Anchord identity-resolution API as a set of tools. The resolve tools map companies and people to canonical AnchorIDs against Anchord's identity graph and return needs_review when multiple plausible matches exist. The guard_write tools provide an evaluation-only pre-write safety check that returns allowed true or false with block codes before any record is written. The server is a thin proxy to the hosted Anchord SaaS platform, carrying no business logic of its own.
Solution
An agent calls resolve_company or resolve_person to map an entity to a canonical AnchorID; if the server returns needs_review the agent stops and surfaces the candidates rather than writing. Before a mutating write the agent calls guard_write, which evaluates the proposed write and returns allowed true or false with block codes. The agent can fetch the merged golden record for an AnchorID at any point. All processing happens server-side; the local MCP server is a thin proxy.
Primary use cases
- resolving companies and people to canonical AnchorIDs
- pre-write safety checks before mutating records
- exporting merged golden records for an entity
- grounding agent-emitted identifiers against a system of record
Open the full interactive page →
Diagram, neighbourhood map, code examples, related patterns and full provenance.