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).
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"
]
}
}
}