Developer Tools
aex402.com
Provides access to Solana blockchain data including balances, account info, token accounts, transactions, and blockhash.
ENDPOINT 1
https://rpc.aex402.com/mcp
MCP server metadata
- Name
- rpc-aex402
- Version
- 0.2.0
Solana RPC + AeX402 AMM tools. Full API docs: https://rpc.aex402.com/llms.txt — Auth: include X-Session header (from /topup) or Authorization: Bearer sk-aex-v1-... (API key). Raw X-Wallet is read-only.
Known tools 33
solana_getAccountInfoGet raw account info (owner, lamports, data) for any Solana address.
Inferred read-onlysolana_getTransactionGet full transaction details by signature, including instructions, logs, and status.
Inferred read-onlyaex402_getPoolGet detailed AeX402 pool info: token mints, balances, fee, amplification, LP supply, analytics (OHLCV candles), circuit breaker status.
Inferred read-onlyaex402_rh_poolGet the live state of the aeX402 AMM on Robinhood Chain (EVM 4663) — the diamond-contract port of the Solana AMM.
Inferred read-onlylaunch_tokenLaunch a memecoin on the aeX402 launchpad on Robinhood Chain (EVM 4663) for a FIXED pump.
Inferred read-onlysolana_rpcCall ANY Solana-compatible JSON-RPC method by name — full RPC surface beyond the typed solana_* tools (getProgramAccounts, getBlock, getEpochInfo, simulateTransaction, .
Inferred read-onlymcp_callCall a tool on another MCP server this RPC federates with, for tools that have no equivalent in solana_rpc/evm_rpc (no underlying JSON-RPC method — e.
Inferred read-onlyevm_rpcCall ANY EVM JSON-RPC method on a supported chain — eth_getBalance, eth_call, eth_blockNumber, eth_sendRawTransaction, eth_getLogs, .
Inferred read-onlybridge_statusTrack a cross-chain bridge submitted via bridge_quote — returns DONE / PENDING / FAILED plus the receiving-chain tx once it completes.
Inferred read-onlyhl_infoQuery the Hyperliquid Info API — the perps/spot order-book data layer (read-only, no auth).
Inferred read-onlydiscover_programsDiscover on-chain programs/contracts across every chain this RPC supports (Solana, Slonana SVM, Robinhood, HyperEVM, Ethereum, Base, Stable, Plasma, Tempo, Codex).
Inferred read-onlyreconstruct_abiReconstruct a PARTIAL function/event interface for an EVM contract on a supported EVM chain from its BYTECODE — no source or verification needed.
Inferred read-onlysearch_tokensSearch the live token/NFT census for Robinhood Chain (4663) and HyperEVM (999) by symbol or name.
Inferred read-onlydiscovery_healthReport the freshness and health of the cross-chain program/token discovery pipeline: when the hourly cron last ran, how many programs/tokens each chain scan produced, and which scans failed.
Inferred read-onlypayment_helpHow to pay for API access (x402 micropayments) — the complete self-serve guide for agents: current prices, every accepted asset/chain (USDC/USDT/SOL/ANSEM on Solana, ETH/USDG on Robinhood Chain, USDC/HYPE on HyperEVM), the merchant addresses, step-by-step topup → session-token → API-key flow, and how to attach credentials to MCP calls.
Potential side effectssearchSearch the aeX402 universe by keyword: tokens (Robinhood Chain + HyperEVM census), known programs/contracts (Solana, Robinhood, HyperEVM, Slonana), and live AeX402 AMM pools.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rpc-aex402]
url = "https://rpc.aex402.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rpc-aex402": {
"type": "http",
"url": "https://rpc.aex402.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rpc-aex402
Remote MCP URL: https://rpc.aex402.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rpc-aex402": {
"url": "https://rpc.aex402.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rpc-aex402": {
"type": "http",
"url": "https://rpc.aex402.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rpc-aex402",
"transport": "streamable-http",
"url": "https://rpc.aex402.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aex402.com was fetched 2026-08-25T01:50:34.838Z.
aex402.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.