mcpserver.lol
registry/rpc
Connection check verified live · 20h ago

rpc

Agent MCP for DeFi: cross-chain LINQ fan-out, AMM quotes/swaps, bridge, AI. Solana+EVM. Free+x402.

Tools 33
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

33 tools

Read from the running server on 20h ago.

aex402_buildSwap pool*amount*inputMint*userWallet*slippageBps
Build an AeX402 AMM swap action. Fetches live pool state, computes output with slippage protection, returns all instruction parameters and account addresses for client signing.
aex402_getPool address*
Get detailed AeX402 pool info: token mints, balances, fee, amplification, LP supply, analytics (OHLCV candles), circuit breaker status.
aex402_listPools minTvl
List all AeX402 AMM pools on Solana. Returns pool addresses with basic info (mints, balances, fee, amp). Pools are 1024-byte accounts owned by program 3AMM53MsJZy2Jvf7PeHHga3bsGjWV…
aex402_quote pool*amount*inputMint*
Get a swap quote from an AeX402 pool. Calculates expected output, price impact, and fees without executing.
aex402_rh_pool
Get the live state of the aeX402 AMM on Robinhood Chain (EVM 4663) — the diamond-contract port of the Solana AMM. The AMM is the set of GRADUATED launchpad coins whose pools are se…
agent_delegate rolemodelmessage*session
Delegate a task to an independent specialist AI agent session. The delegate runs with full tool access and returns its response. Useful for breaking complex tasks into subtasks. Ma…
ai_chat modelmessages*max_tokenstemperaturereasoning_effort
Send a chat completion request to the aeX402 AI Router. Free tier: 3 calls/day. Paid: deducts credits based on token usage.
api_get path*
GET any public read endpoint of rpc.aex402.com: /health, /credits?wallet=, /pumpfun?limit=, /pumpfun/tuple?mint=, /security/<pool>, /market/list, /sniper/leaderboard, /sniper/bets?…
bridge_quote toChain*toToken*fromChain*fromToken*toAddressfromAmount* +1
Bridge/swap ANY asset across ANY chain via LI.FI (the engine behind Jumper) — e.g. Arbitrum USDC → Robinhood Chain (4663) USDG, or bridge into ETH for gas. Returns the best route (…
bridge_status bridgetxHash*toChainfromChain
Track a cross-chain bridge submitted via bridge_quote — returns DONE / PENDING / FAILED plus the receiving-chain tx once it completes. Pass the source-chain tx hash (and the bridge…
describe_program chain*address*
Introspect ANY specific program/contract address on a chain. Solana/Slonana: returns executable, owner, data size, and whether it is a known program. EVM: RPC-verified facts (is-co…
discover_programs chain
Discover on-chain programs/contracts across every chain this RPC supports (Solana, Slonana SVM, Robinhood, HyperEVM, Ethereum, Base, Stable, Plasma, Tempo, Codex). Returns a curate…
discovery_health
Report 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 sca…
evm_rpc method*paramsnetwork
Call ANY EVM JSON-RPC method on a supported chain — eth_getBalance, eth_call, eth_blockNumber, eth_sendRawTransaction, eth_getLogs, ... Chains: robinhood (4663) / robinhood-testnet…
fetch id*
Fetch the full document for one search result id (from the search tool). Accepts token:<chain>:<address>, program:<chain>:<address>, or pool:<address>. Returns the entity detail (o…
hl_info dircointype*userlimitrankBy
Query the Hyperliquid Info API — the perps/spot order-book data layer (read-only, no auth). The 'type' field selects the query: meta (perps universe + leverage), l2Book (order book…
launch_token name*buildimagelinksticker*creator +1
Launch a memecoin on the aeX402 launchpad on Robinhood Chain (EVM 4663) for a FIXED pump.fun-style bonding curve (1B supply, starts 0.0001 USDG, graduates at 10,000 USDG raised, qu…
mcp_call toolserver*arguments
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's aea_list_services…
mcp_linq linqcalls*reducepipelineconcurrencyignoreFailures
Primary LINQ-style MCP workflow tool. Run one bounded MCP call: fan out up to 32 READ-ONLY tool calls across chains, then compose the combined result with fluent chains like result…
payment_help
How 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 Ro…
reconstruct_abi chain*address*
Reconstruct a PARTIAL function/event interface for an EVM contract on a supported EVM chain from its BYTECODE — no source or verification needed. Extracts PUSH4 function selectors…
search query*
Search the aeX402 universe by keyword: tokens (Robinhood Chain + HyperEVM census), known programs/contracts (Solana, Robinhood, HyperEVM, Slonana), and live AeX402 AMM pools. Retur…
search_tokens chainlimitquery
Search the live token/NFT census for Robinhood Chain (4663) and HyperEVM (999) by symbol or name. Returns matching tokens with address, standard (erc20/erc721/erc1155), decimals, h…
solana_buildTransfer to*from*mintamount*
Build a SOL or SPL token transfer instruction. Returns instruction JSON (programId, keys, data) for client-side TX construction and signing.
solana_getAccountInfo address*encoding
Get raw account info (owner, lamports, data) for any Solana address.
solana_getBalance address*
Get SOL balance for a wallet address (in lamports). Divide by 1e9 for SOL.
solana_getLatestBlockhash
Get latest blockhash for transaction building. Returns blockhash + lastValidBlockHeight.
solana_getSignaturesForAddress limitaddress*
Get recent transaction signatures for an address. Returns up to 20 most recent.
solana_getSlot
Get the current slot number.
solana_getTokenAccountsByOwner owner*
Get all SPL token accounts owned by a wallet. Returns mint, balance, decimals for each token.
solana_getTransaction signature*
Get full transaction details by signature, including instructions, logs, and status.
solana_rpc method*paramsnetwork
Call ANY Solana-compatible JSON-RPC method by name — full RPC surface beyond the typed solana_* tools (getProgramAccounts, getBlock, getEpochInfo, simulateTransaction, ...). Defaul…
solana_sendTransaction transaction*
Submit a signed transaction to the network. Returns transaction signature.