mcpbeat Sign in

dYdX Agent Gateway MCP Server

local only

dYdX Agent Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Analytics-only MCP gateway to dYdX v4: market data, funding, trader PnL, anomalies. No keys.

Installs / week
pypi · dydx-agent-gateway
1
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check dYdX Agent Gateway every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dydx-agent-gateway -- uvx dydx-agent-gateway
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dydx-agent-gateway": {
      "args": [
        "dydx-agent-gateway"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dydx-agent-gateway]
command = "uvx"
args = ["dydx-agent-gateway"]
.cursor/mcp.json
{
  "mcpServers": {
    "dydx-agent-gateway": {
      "args": [
        "dydx-agent-gateway"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dydx-agent-gateway": {
      "args": [
        "dydx-agent-gateway"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to dYdX Agent Gateway

same job, measured the same way
Stride20k x402 Data Gateway
by marysbrain

x402 analytics feed + 20+ pay-per-call agent tools over x402 (data, LLM, risk), no accounts.

36 installs/wk local only
Asterpay
by timolein74

EUR settlement for AI agents. Trust scoring, market data, crypto analytics. 16 free tools.

18 installs/wk local only
Coinversaa
by coinversaa

Crypto intelligence for AI agents. Hyperliquid trader analytics, cohorts, and live market data.

208 installs/wk local only
Roistat MCP
by theyahia

MCP server for Roistat API — marketing analytics, visits tracking. API key auth.

31 installs/wk local only
OpenRush
by openrushdata

The Marketing Data Layer for AI Agents - SEO, Search Console, and Analytics

answering
CryptoData API
by elevasyncsolutions-jpg

Crypto MCP with 21 tools for market data, DeFi, analytics, and sentiment. Post-paid USDC billing.

48 tools answering
Singular
by singular

Marketing intelligence MCP server providing campaign performance data and analytics tools.

answering
MT5-MCP-Quant
by severus-sys

Native Windows MCP server for MetaTrader 5 backtesting, Market Watch, calendar data, and analytics.

local only

dYdX Agent Gateway — questions

Answers built from our own checks of this server.

Why is there no uptime for dYdX Agent Gateway?
dYdX Agent Gateway runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package dydx-agent-gateway.
How do I connect dYdX Agent Gateway?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dydx-agent-gateway straight from pypi; nothing to host, nothing to sign up for.
Is dYdX Agent Gateway open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.