AR
aeX402 RPC (Solana + Robinhood Chain)
/mcp_call
mcp call
Call 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.g. Slonana
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 /mcp_call for me.
Input
| Field | Type | Description |
|---|---|---|
| server* | string | Federated server name. One of: slonana |
| tool | string | Tool name on that server, e.g. aea_list_services. Omit both tool and arguments to list tha |
| arguments | object | Arguments for the tool call, per that server's own schema. |
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":"/mcp_call","input":{"server":"..."}}'cli
npx cracked-ai run -p mcp-com-aex402-rpc -e /mcp_call -i '{"server":"..."}'mcp
run_tool({ provider: "mcp-com-aex402-rpc", endpoint: "/mcp_call", input: {"server":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.