Skip to content

Senzing/senzing-mcp-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Senzing Entity Resolution — Agent Skill

An Agent Skill that teaches AI agents how to use the Senzing MCP server for entity resolution workflows.

What It Does

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

Installation

The skill requires the Senzing MCP server. Add it to your client:

Claude Code:

claude mcp add --transport http senzing https://mcp.senzing.com/mcp

Claude Desktop / Other MCP Clients — add to your MCP config:

{
  "mcpServers": {
    "senzing": {
      "type": "url",
      "url": "https://mcp.senzing.com/mcp"
    }
  }
}

Skill Definition

See SKILL.md for the full skill manifest including tool reference, workflows, best practices, and entity resolution glossary.

Privacy

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.

License

Proprietary — see SKILL.md frontmatter.

About

Agent skill for Senzing entity resolution — data mapping, SDK code generation, documentation search, error troubleshooting, and sample data via the Senzing MCP server

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors