Odel
mcp ai tooling detector

mcp ai tooling detector

Local
@mambalabsdevJavaScriptMITUpdated 1w ago

Detect whether a company declares, deploys, or charges for AI, with evidence.

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-ai-tooling-detectorv1.2.0

Run

npx -y @mambalabsdev/mcp-ai-tooling-detector

MCP client config

{
  "mcpServers": {
    "mcp-ai-tooling-detector": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-ai-tooling-detector"
      ]
    }
  }
}