Odel
cryptocapi mcp

cryptocapi mcp

Local
@jegoba90TypeScriptUpdated 3 days ago

Análisis de riesgo cripto: cada insight PRO trae el SHA-256 de sus inputs para que lo recalcules.

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@cryptocapi/mcpv0.2.3

Run

npx -y @cryptocapi/mcp

MCP client config

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