← ClaudeAtlas

senzing-entity-resolutionlisted

Guides AI agents through Senzing entity resolution workflows using the Senzing MCP server. Covers data mapping to Senzing format, SDK code generation (Python, Java, C#, Rust, TypeScript/Node.js), documentation search, error troubleshooting, sample data access, reporting and visualization, SDK setup guides, and V3-to-V4 migration. Use when working with entity resolution, record matching, record linkage, deduplication, Senzing SDK integration, data mapping for Senzing ingestion, or troubleshooting Senzing error codes. Also use when the user mentions matching records across data sources, finding duplicate entities, identity resolution, master data management, or needs to resolve who is who across datasets.
Senzing/senzing-mcp-skill · ★ 13 · AI & Automation · score 76
Install: claude install-skill Senzing/senzing-mcp-skill
# Senzing Entity Resolution — MCP Skill Use this skill whenever a task involves entity resolution, record linkage, deduplication, or any interaction with the Senzing platform. ## What Is Senzing Senzing provides real-time AI-powered entity resolution as an embeddable SDK. It determines when two records refer to the same real-world entity (person, organization, etc.) by analyzing names, addresses, identifiers, and other attributes across data sources — without training data or manual rules. ## MCP Server Setup The Senzing MCP server is a remote server. Connect it to your client: **Claude Code:** ```bash claude mcp add --transport http senzing https://mcp.senzing.com/mcp ``` **Claude Desktop / Other MCP Clients** — add to your MCP config: ```json { "mcpServers": { "senzing": { "type": "url", "url": "https://mcp.senzing.com/mcp" } } } ``` The server works from pre-fetched documentation — it never connects to live Senzing instances and never handles PII. It also hosts official Senzing SDK `.deb` packages at `/downloads/` for direct download in firewalled environments — `sdk_guide` returns download URLs and install commands automatically. ## Tool Reference Start any Senzing session by calling `get_capabilities` for an up-to-date tool listing and suggested workflows. ### Data Mapping (3 tools) | Tool | Purpose