Odel
disruption intelligence mcp

disruption intelligence mcp

Local
@forgemeshlabs1TypeScriptMITUpdated 2w ago

AI-native commercial disruption intelligence for MCP clients and x402-powered agents.

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@forgemeshlabs/disruption-intelligence-mcpv0.1.8

Run

npx -y @forgemeshlabs/disruption-intelligence-mcp

MCP client config

{
  "mcpServers": {
    "disruption-intelligence-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/disruption-intelligence-mcp"
      ]
    }
  }
}