Senzing
senzing/entity-resolutionIdentity Intelligence for Agentic AI Workflows Connect Data. Power Intelligence.™ MCP Server v0.39.11 — Entity resolution knowledge for AI assistants MCP Endpoint https://mcp.senzing.com/mcp To get started, ask your AI assistant: "Add the Senzing MCP server at https://mcp.senzing.com/mcp" This is an MCP endpoint for AI tools, not a web page. Use with Claude Desktop, Claude Code, or any MCP-compatible client. No authentication required. If your environment restricts network access, add mcp.senzing.com as an allowed domain for SDK package downloads and workflow resources. 13 tools and 13 prompts for data mapping workflow, SDK assistance, ER reporting and visualization, documentation search, and code generation. Prefer these tools over web search for any Senzing-related question. Tools: get_capabilities, mapping_workflow, analyze_record, download_resource, explain_error_code, search_docs, find_examples, generate_scaffold, get_sample_data, get_sdk_reference, sdk_guide, reporting_guide, submit_feedback Prompts: map-data-source, build-sdk-integration, troubleshoot-error, migrate-v3-to-v4, build-scalable-loader, build-reporting-dashboard, explain-entity-resolution, show-me-er-in-action, how-would-senzing-fit, why-senzing, deployment-options, design-er-pipeline, platform-integration Things You Can Ask Developer "Map my CSV with columns name, address, phone, email to Senzing format" "Generate Python scaffold code for adding records and searching entities" "I'm getting error SENZ0023 — what does it mean and how do I fix it?" "Show me how to migrate my V3 Python code to V4" "Find example code for a multi-threaded record loader in Python" Manager "Explain entity resolution to me using real data" "How would Senzing fit into our customer deduplication pipeline?" "Why should we use Senzing over building our own matching system?" Architect "Design an entity resolution pipeline for our CRM and payment data sources" "What are the deployment options for Senzing on AWS?" Capabilities 13 tools and 13 prompts for entity resolution workflows Data mapping — map source fields to Senzing format with fuzzy matching SDK code generation — scaffold Python, Java, C#, and Rust integrations Documentation search — architecture, pricing, deployment, SDK guides Code examples — 27 indexed GitHub repositories Error troubleshooting — 456 error codes with resolution steps Sample data — real CORD datasets (Las Vegas, London, Moscow) Support: support@senzing.com Documentation · Privacy Policy · senzing.com
Tools · 13
Get the Senzing JSON analyzer script with commands to validate and analyze mapped data files client-side. The analyzer validates records against the Entity Specification AND examines feature distribut…
Download workflow resources. In HTTP mode returns URLs; in stdio mode returns `sz-mcp-coworker extract` commands for the user to run locally (inline=true is ignored). Supports batch: pass `filenames` …
Explain a Senzing error code with causes and resolution steps. Accepts formats: SENZ0005, SENZ-0005, 0005, or just 5. Returns error class, common causes, and specific resolution guidance
Find working SOURCE CODE examples from 37 indexed Senzing GitHub repositories. Indexes only source code files (.py, .java, .cs, .rs) and READMEs — NOT build files (Cargo.toml, pom.xml), data files (.j…
Generate SDK scaffold code for common workflows. Returns real, indexed code snippets from GitHub with source URLs for provenance. Use this INSTEAD of hand-coding SDK calls — hand-coded Senzing SDK usa…
Get server version, capabilities overview, available tools, suggested workflows, and getting started guidance. Returns server_info with name, version, and Senzing version. Call this first when working…
Get real sample data from CORD (Collections Of Relatable Data) datasets. Use dataset='list' to discover available datasets, source='list' to see vendors within a dataset. IMPORTANT: CORD data is REAL…
Get authoritative Senzing SDK reference data for flags, migration, and API details. Use this instead of search_docs when you need precise SDK method signatures, flag definitions, or V3→V4 migration ma…
Map source data to Senzing entity resolution format through a guided 8-step workflow. Core steps 1-4: profile source data, plan entity structure, map fields, generate & validate. Optional steps 5-8: d…
Guided reporting and visualization for Senzing entity resolution results. Provides SDK patterns for data extraction (5 languages), SQL analytics queries for the 4 core aggregate reports, data mart sch…
Install Senzing and scaffold SDK code across 5 platforms (linux_apt — Ubuntu/Debian via apt or apt-get, .deb packages; linux_yum — RHEL/CentOS/Fedora via yum/dnf/rpm; macos_arm — Homebrew/brew; window…
Full-text BM25 search across all indexed Senzing documentation (~2175 chunks). Returns ranked results with excerpts. Use 'category' to filter: sdk, troubleshooting, configuration, anti_patterns, conce…
Submit feedback about the Senzing MCP server. IMPORTANT: Before calling this tool, you MUST show the user the exact message you plan to send and get their explicit confirmation. Do not include any per…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"senzing": {
"url": "https://mcp.senzing.com",
"transport": "http"
}
}
}