Odel
mcp company identity resolver

mcp company identity resolver

Local
@mambalabsdevJavaScriptMITUpdated 2 days ago

Resolve company name, domain, or LinkedIn into one canonical identity with confidence scores.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mambalabsdev/mcp-company-identity-resolverv1.0.1

Run

npx -y @mambalabsdev/mcp-company-identity-resolver

MCP client config

{
  "mcpServers": {
    "mcp-company-identity-resolver": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-company-identity-resolver"
      ]
    }
  }
}