Odel
crypto signals mcp

crypto signals mcp

Local
@forgemeshlabsJavaScriptMITUpdated 5 days ago

Crypto Signals by ForgeMesh: market intelligence, calibrated forecasts, whale flows, risk context.

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/crypto-signals-mcpv0.1.3

Run

npx -y @forgemeshlabs/crypto-signals-mcp

MCP client config

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