ToolTrust
D65/100
Smithery

senzing-entity-resolution

mcpsmithery

@Smithery

Identity 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: [email protected] Documentation · Privacy Policy · senzing.com

By Smithery | 44 findings | Scanned 5/29/2026 | tooltrust-scanner/v0.3.12

12 High11 Medium8 Low13 Info

Risk Summary

Block in Production

Excessive Permissions + Dep Visibility risk is significant. Avoid using this in production agents.

Potential impact: The agent may gain overly broad access to files, network, databases, or execution capabilities.

Recommended action: This tool should stay disabled in production agents until the flagged risks are fixed and the scan is clean.

{
  "mcpServers": {
    "senzing-entity-resolution": {
      "disabled": true
    }
  }
}

Security Findings (44)

  • HighAS-002

    ⚠️Excessive Permissions ×10

    tool declares network permission

    download_resourcefind_examplesgenerate_scaffoldget_sample_datareporting_guidesearch_docs

    tool declares exec permission

    find_examplesget_sample_datamapping_workflowreporting_guide

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • HighAS-003

    🔀Scope Mismatch ×2

    tool name "find_examples" implies read-only operation but declares exec permission

    find_examples

    tool name "get_sample_data" implies read-only operation but declares exec permission

    get_sample_data

    Fix: Ensure tool names, descriptions, and permission declarations are internally consistent. Use explicit naming conventions that fully reflect actual capabilities.

  • MediumAS-002

    ⚠️Excessive Permissions ×11

    tool declares fs permission

    analyze_recorddownload_resourcefind_examplesmapping_workflowsdk_guide

    tool declares db permission

    find_examplesgenerate_scaffoldget_capabilitiesmapping_workflowreporting_guidesdk_guide

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout ×7

    tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

    download_resourcefind_examplesgenerate_scaffoldget_sample_datamapping_workflowreporting_guidesearch_docs

    Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

  • LowAS-002

    ⚠️Excessive Permissions

    find_examples:tool declares http permission

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×13

    Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

    analyze_recorddownload_resourceexplain_error_codefind_examplesgenerate_scaffoldget_capabilitiesget_sample_dataget_sdk_referencemapping_workflowreporting_guidesdk_guidesearch_docssubmit_feedback

    Fix: Review and remediate the identified issue.

Scan this tool yourself

Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y senzing-entity-resolution"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade D](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-d.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)