Odel
cryptodata api

cryptodata api

Local
@elevasyncsolutions-jpgJavaScriptUpdated 1mo ago

Crypto data & trading MCP with 43 tools: prices, DeFi, NFTs, Solana swaps. 11 tools free.

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@mrsscs/cryptoboss-mcpv1.0.1

Run

npx -y @mrsscs/cryptoboss-mcp

MCP client config

{
  "mcpServers": {
    "cryptodata-api": {
      "command": "npx",
      "args": [
        "-y",
        "@mrsscs/cryptoboss-mcp"
      ]
    }
  }
}