Official AntV MCP server that turns a description of your data into a rendered chart — 26 visualization types from bar and line to sankey, mind-map, fishbone and geographic maps.
Summary
Teaches an agent to build on Senzing entity resolution: a guided data-mapping workflow, SDK scaffolds in four languages, doc search and 456+ error-code explanations.
Features
- Guided 8-step workflow for mapping source data into Senzing's feature model
- SDK scaffolds for Python, Java, C# and Rust, plus GitHub code examples
- Explains 456+ Senzing error codes with causes and resolution steps
- Full-text search across indexed Senzing documentation
- Three sample datasets (Las Vegas, London, Moscow) for evaluation
- No authentication and no access to your data — runs on pre-fetched docs
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Senzing does entity resolution — deciding, across messy records from many systems, which ones describe the same person, company or address, and how they relate. Integrating it means mapping source fields into Senzing's feature model and then driving its SDK correctly, and both steps are where projects stall. This official MCP server is aimed squarely at that: it is a build-time assistant for Senzing, not a query interface to your resolved data.
That distinction matters for privacy and is deliberate. The server runs against pre-fetched Senzing documentation and reference material and never reaches into a customer's records, so connecting it exposes nothing. It ships roughly thirteen tools plus a matching set of prompts across six areas: metadata about its own capabilities, data mapping, SDK and code generation, documentation search, troubleshooting and sample data.
The mapping workflow is the centrepiece — a guided eight-step process that profiles your source data, plans the entity structure, maps fields onto Senzing features with fuzzy matching, generates and validates the output, then optionally detects the SDK environment, loads test data, produces a validation report and evaluates the result. SDK tools scaffold working code for Python, Java, C# and Rust covering record ingestion, entity search and redo processing, and can pull real examples from Senzing's GitHub. Troubleshooting takes any of 456-plus error codes and returns causes and resolution steps, with full-text documentation search behind it for deeper context. Three sample datasets — Las Vegas, London and Moscow — are included so an evaluation can run end to end without supplying real data.
It is hosted at https://mcp.senzing.com/mcp over streamable HTTP with no authentication, which makes it one of the easiest MCP servers to try: point Claude, Cursor, VS Code or another client at the URL and ask it to map a CSV.
Related MCP Servers
Turso's hosted MCP server — manage Turso Cloud databases, branch them point-in-time and run SQL from a coding agent, authorised over OAuth with no API token to paste.
Google's official Firebase MCP server — 70+ tools across Firestore, Auth, Crashlytics, Cloud Functions, Storage, Messaging and Remote Config, shipped inside the Firebase CLI.
InfluxData's official MCP server for InfluxDB 3 — schema discovery, bounded SQL and InfluxQL queries, line-protocol writes and token administration across Core, Enterprise and Cloud.
