mcpbeat Sign in

Aster Agent Gateway MCP Server

local only

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

Read-only MCP gateway to Aster DEX: ~580 futures incl. TradFi 24/7, funding caps, vault flows.

Installs / week
pypi · aster-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 Aster 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 aster-agent-gateway -- uvx aster-agent-gateway
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aster-agent-gateway": {
      "args": [
        "aster-agent-gateway"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aster-agent-gateway]
command = "uvx"
args = ["aster-agent-gateway"]
.cursor/mcp.json
{
  "mcpServers": {
    "aster-agent-gateway": {
      "args": [
        "aster-agent-gateway"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aster-agent-gateway": {
      "args": [
        "aster-agent-gateway"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Aster Agent Gateway

same job, measured the same way
Hyperliquid Agent Gateway
by alekskram

Read-only MCP gateway to Hyperliquid: 233 perps + spot, funding carry, account risk, HyperEVM.

local only
dYdX Agent Gateway
by alekskram

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

local only
MCP Gateway Scan
by willianpinho

Read-only MCP/agent-gateway readiness scanner — scores a repo across 7 security dimensions.

28 installs/wk local only
Hooklayer
by khan-ashifur

Viral-content intelligence for AI agents — 7 read-only MCP tools, evidence-layer scoring.

12 tools answering
CAPI Gateway
by surisoft-io

Apache Camel API Gateway with REST-to-MCP bridging for LLM agents.

local only
Database MCP Sqlite
by arifulislamat

MCP server for SQLite databases. Read-only by default, row caps, statement timeouts.

57 installs/wk local only
VMware Monitor
by vmware-skills

Read-only VMware vCenter/ESXi monitoring, 32 MCP tools; vSphere calls allowlist-gated in tests.

local only
Agentguard47
by bmdhodl

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

23 installs/wk local only

Aster Agent Gateway — questions

Answers built from our own checks of this server.

Why is there no uptime for Aster Agent Gateway?
Aster 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 aster-agent-gateway.
How do I connect Aster 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 aster-agent-gateway straight from pypi; nothing to host, nothing to sign up for.
Is Aster 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.