Odel
OneSource MCP

OneSource MCP

Local
@blockparty-globalTypeScriptUpdated 1w ago

38 tools for blockchain data, live chain queries, and REST API documentation

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@one-source/mcpv5.11.0

Run

npx -y @one-source/mcp

MCP client config

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