Odel
dex data mcp

dex data mcp

Local
@donnywin85JavaScriptMITUpdated 1w ago

DEX data, geocoding, weather, search, holidays, LEI, yield curve. 22 free tools, 1 paid.

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).

npmdex-data-mcpv1.6.0

Run

npx -y dex-data-mcp

MCP client config

{
  "mcpServers": {
    "dex-data-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dex-data-mcp"
      ]
    }
  }
}