Odel
mcp icp fit scorer

mcp icp fit scorer

Local
@mambalabsdev2JavaScriptMITUpdated 3w ago

Scores a company against your ICP with weighted signals. Returns score, tier, and breakdown.

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-icp-fit-scorerv1.1.1

Run

npx -y @mambalabsdev/mcp-icp-fit-scorer

MCP client config

{
  "mcpServers": {
    "mcp-icp-fit-scorer": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-icp-fit-scorer"
      ]
    }
  }
}