AR
aeX402 RPC (Solana + Robinhood Chain)
/evm_rpc
evm rpc
Call ANY EVM JSON-RPC method on a supported chain — eth_getBalance, eth_call, eth_blockNumber, eth_sendRawTransaction, eth_getLogs, ... Chains: robinhood (4663)
liveverifiedunknown~5s typical
mcpprobedaex402rpc(solana
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-aex402-rpc /evm_rpc for me.
Input
| Field | Type | Description |
|---|---|---|
| method* | string | EVM RPC method name, e.g. eth_getBalance |
| params | array | Positional params array (method-specific). Omit for no params. |
| network | string | Chain slug: robinhood (default; legacy mainnet alias accepted), robinhood-testnet, hyperev default "robinhood" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-aex402-rpc","endpoint":"/evm_rpc","input":{"method":"...","network":"robinhood"}}'cli
npx cracked-ai run -p mcp-com-aex402-rpc -e /evm_rpc -i '{"method":"...","network":"robinhood"}'mcp
run_tool({ provider: "mcp-com-aex402-rpc", endpoint: "/evm_rpc", input: {"method":"...","network":"robinhood"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.