Entity ResolutionServer

u3588064
GitHub
Data ComparisonEntity ResolutionText Normalization

Loading subscription status...

💡 Description

This MCP server helps determine whether two data records belong to the same entity by comparing both exact and semantic equality through text normalization and integration of language models.

📝 JSON Entries

{
  "mcpServers": [
    {
      "EntityResolution": {
        "env": {
          "GENAI_API_KEY": "<SECRET_NAME>"
        },
        "args": [
          "arg1",
          "arg2"
        ],
        "command": "python script.py"
      }
    }
  ]
}

🛠️ Tools

PythonJSON

Features

  • Text Normalization
  • Value Comparison
  • JSON Traversal
  • Language Model Integration

💬 Example Queries

  • Identify if two records come from the same entity
  • Compare two JSON objects for matches