An Agent Skill that teaches AI agents how to use the Senzing MCP server for entity resolution workflows.
This skill enables AI agents to:
- Map source data to Senzing entity resolution format (CSV, JSON, etc.)
- Generate SDK code in Python, Java, C#, and Rust
- Search documentation across SDK guides, entity specification, quickstarts, and more
- Troubleshoot errors with causes and resolution steps for 456 error codes
- Access sample data from real-world CORD datasets for evaluation
- Migrate V3 to V4 with breaking change mappings and flag references
The skill requires the Senzing MCP server. Add it to your client:
Claude Code:
claude mcp add --transport http senzing https://mcp.senzing.com/mcpClaude Desktop / Other MCP Clients — add to your MCP config:
{
"mcpServers": {
"senzing": {
"type": "url",
"url": "https://mcp.senzing.com/mcp"
}
}
}See SKILL.md for the full skill manifest including tool reference, workflows, best practices, and entity resolution glossary.
The Senzing MCP server works from pre-fetched documentation. It never connects to live Senzing instances and never handles PII. Data mapping and analysis scripts run locally on the client.
Proprietary — see SKILL.md frontmatter.