voltiex mcp
Install VOLTIEX from GitHub.
Open-source MCP skillfor Windows & Ubuntu — scanners and RWA tools only. Pair it with Robinhood's official Agentic Trading MCP for portfolio and orders. Production website source is not part of the public install.
public repo
Voltiex-dev/voltiex-mcp
MIT · MCP + SKILL.md
robinhood official
agent.robinhood.com/mcp/trading
Agentic Trading MCP
01
Install VOLTIEX MCP (open source)
One command — Node.js 18+ on Windows, Ubuntu, or macOS:
npx -y github:Voltiex-dev/voltiex-mcp
Or use the install scripts:
# Ubuntu / Linux / macOS curl -fsSL https://github.com/Voltiex-dev/voltiex-mcp/raw/main/scripts/install.sh | bash # Windows PowerShell irm https://github.com/Voltiex-dev/voltiex-mcp/raw/main/scripts/install.ps1 | iex
02
Wire Cursor (or your agent host)
Settings → Tools & MCP — paste both servers (VOLTIEX local + Robinhood HTTP):
{ "mcpServers": { "voltiex": { "command": "npx", "args": ["-y", "github:Voltiex-dev/voltiex-mcp"] }, "robinhood-trading": { "url": "https://agent.robinhood.com/mcp/trading" } } }03
Connect Robinhood Agentic Trading
Authenticate when prompted and finish Agentic account onboarding on desktop. Official docs: Agentic Trading overview.
- Claude Code —
claude mcp add robinhood-trading --transport http https://agent.robinhood.com/mcp/trading - Claude Desktop — Connectors → custom → https://agent.robinhood.com/mcp/trading
- ChatGPT / Codex / Grok— add the same MCP URL per platform steps in Robinhood's article
- Claude Code —
04
What you get
- voltiex —
scan_token,list_rwa_assets,get_chain_info - robinhood-trading — portfolio, watchlists, orders in your Agentic account
- Cursor skill: ship with the repo as
SKILL.md
- voltiex —
You are responsible for every trade your agent places. VOLTIEX does not custody funds or execute brokerage orders — that is Robinhood Agentic Trading after you authenticate.