senzing-entity-resolutionlisted
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