mcpbeat Sign in

Arcus Agent Gateway MCP Server

local only

Arcus 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 194 tokenized US equities on Robinhood Chain: quotes, holders, whales.

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

Alternatives to Arcus Agent Gateway

same job, measured the same way
AI Agent Tokenized Stock OS
by aatos

Non-custodial MCP for Stock Tokens on Robinhood Chain (4663): quotes, plans, Morpho Earn.

37 tools answering
Robinhood Crypto
by nirholas

Robinhood Crypto Trading API for AI agents: quotes, holdings, orders read-only; opt-in trading.

36 installs/wk local only
Hoodly GMGN Robinhood Research
by hoodly-agent

Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.

7 tools answering
Rialto Swap (read-only)
by hoodly-agent

Read-only MCP for Rialto quotes and swap preflight on Robinhood Chain. No signing or broadcast.

4 tools answering
Otto Data — Robinhood Chain
by ottodata

Live Robinhood Chain tokenized-stock data: basis vs NASDAQ, gaps, pools, whale flows.

39 tools answering
Hood MCP
by nirholas

Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches

38 installs/wk local only
Hyperliquid Agent Gateway
by alekskram

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

local only
Token Operations
by xroot

Read-only Solana and Robinhood Chain tools: wallet recovery, token safety, unlocks, upgrades, fees.

18 tools answering

Arcus Agent Gateway — questions

Answers built from our own checks of this server.

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