RGX — MCP server
MCP client for RGX: two primitives for AI trading agents, pay-per-call in USDC on Base (x402), free tier, no signup.
Hosted API: https://rgx.tail817c3b.ts.net — set it as RGX_API.
| Tool | What |
|---|---|
snap_router |
Snap Router — your task → the ranked x402 / MCP tools that serve it, over the merged x402 Bazaar + MCP Registry catalog (16k+). One pass, ~200ms, no LLM call. $0.003 |
token_report |
pre-trade: real tradeable depth vs headline TVL + multi-pool price corroboration + honeypot test, one call. $0.04 |
token_depth |
largest trade that fills within 1 / 2 / 5% price impact, vs the headline TVL. $0.01 |
price_corroboration |
consensus USD price only when ≥2 deep pools agree; flags single-source / manipulated prices. $0.01 |
honeypot_check |
real buy + sell round-trip; flags honeypot / transfer tax. $0.005 |
redeem_spread |
ERC-4626 share redemption value vs market. $0.01 |
anomaly_screener |
tokens on a chain that just broke (depth collapse / price break / new honeypot). $0.025 |
Chains: base, ethereum, arbitrum.
Why
- Snap Router — the tool-retrieval bottleneck: past ~2,000 tools, semantic
retrieval beats keyword and beats long-context. Coinbase's Bazaar
/askis LLM-ranked (a model call on every task); 402index falls back to keyword-only when its embedding service times out. Snap Router has neither hole. - Pricing-Truth — every "token safety" tool checks the contract. None check whether the liquidity is real or the price is trustworthy. A pool can show $15M TVL and fill $4.
Install
pip install rgx-mcp
claude mcp add rgx --env RGX_API=https://rgx.tail817c3b.ts.net -- rgx-mcp
or with uvx (no install):
claude mcp add rgx --env RGX_API=https://rgx.tail817c3b.ts.net -- uvx rgx-mcp
Optional: RGX_XPAYMENT = a base64 x402 X-PAYMENT payload, to make paid calls
past the free tier. Without it you get 25 free calls/day per IP.
Direct HTTP (no MCP)
# Snap Router
curl -sX POST https://rgx.tail817c3b.ts.net/v1/snap -H 'content-type: application/json' \
-d '{"task":"check a base token for honeypot before trading","k":4}'
# Pre-trade report
curl -s https://rgx.tail817c3b.ts.net/v1/base/token/0x532f27101965dd16442E59d40670FaF5eBB142E4/report
Discovery: /.well-known/agent-card.json (A2A), /.well-known/x402,
/.well-known/mcp.json, /llms.txt, /openapi.json.
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rgx_mcp-1.0.2.tar.gz.
File metadata
- Download URL: rgx_mcp-1.0.2.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c59b725e52240d9ae0af1f30e46e835645be3d3c1b28310f30c4bc6736e234d7
|
|
| MD5 |
c9250870de2f01cdc632a30f7769ae2d
|
|
| BLAKE2b-256 |
5b08c0f8588f813bae404079798e22ff6662971943ba800b723dda0f7d9c871b
|
File details
Details for the file rgx_mcp-1.0.2-py3-none-any.whl.
File metadata
- Download URL: rgx_mcp-1.0.2-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f555d649a6fcc6b6d5bdef7100d2884f77a86abd3a840500b7b8d46f164afa1d
|
|
| MD5 |
167c606f2beee0418281ce7a3fdb023e
|
|
| BLAKE2b-256 |
79c0ba0ad53acf6d69638bde78457062d7e2956924ce49fd089b6bdcb91b7ed2
|