MCP server for Anchord — identity resolution and pre-write safety checks for AI agents. Read-only. Backed by the hosted Anchord API.
Anchord MCP MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. MCP server for Anchord — identity resolution and pre-write safety checks for AI agents. Read-only. Backed by the hosted Anchord API.
Sign up at app.anchord.ai/signup and create an API key in Settings > API Keys.
Once Anchord MCP is connected, these are the calls the assistant has available:
resolve_company — Resolve a company to a canonical AnchorIDresolve_company_batch — Batch company resolution (max 200)resolve_person — Resolve a person to a canonical AnchorIDresolve_person_batch — Batch person resolution (max 200)get_entity — Fetch an AnchorID with optional linked recordsget_entity_export — Export the golden record for an AnchorIDlink_source_record — Link a source record to an AnchorIDunlink_source_record — Soft-delete a source record linkguard_write — Pre-write safety check (evaluation-only)guard_write_batch — Batch pre-write safety check (max 200)ingest_record — Ingest a source record into AnchordYou will need 3 environment variables: ANCHORD_API_KEY, YOUR_ANCHORD_API_KEY, ANCHORD_API_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Anchord MCP's toolset — resolve_company, resolve_company_batch, resolve_person and 8 more — is a fair guide to whether it matches your workflow. It is maintained by nolenation04; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Anchord MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| resolve_company | Resolve a company to a canonical AnchorID |
| resolve_company_batch | Batch company resolution (max 200) |
| resolve_person | Resolve a person to a canonical AnchorID |
| resolve_person_batch | Batch person resolution (max 200) |
| get_entity | Fetch an AnchorID with optional linked records |
| get_entity_export | Export the golden record for an AnchorID |
| link_source_record | Link a source record to an AnchorID |
| unlink_source_record | Soft-delete a source record link |
| guard_write | Pre-write safety check (evaluation-only) |
| guard_write_batch | Batch pre-write safety check (max 200) |
| ingest_record | Ingest a source record into Anchord |
{
"mcpServers": {
"anchord": {
"command": "npx",
"args": ["-y", "@anchord/mcp-server"],
"env": {
"ANCHORD_API_KEY": "your-value",
"YOUR_ANCHORD_API_KEY": "your-value",
"ANCHORD_API_BASE_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| ANCHORD_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_ANCHORD_API_KEY | Credential the server authenticates with. | Yes |
| ANCHORD_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.