What that means for how you'd actually plug in
If you're building (or evaluating) an agent that needs to read Solana or Robinhood Chain data — KOL wallet activity, deployer reputation, token risk, coordination signals — here's the current, verified state of MadeOnSol's side of that:
- 104 tools on the MCP server (
mcp-server-madeonsol, verified via a live tools/list call, not a doc claim) — usable directly from Claude Desktop, Cursor, or any MCP-compatible client.
- A second MCP server for Robinhood Chain (
mcp-server-robinhood-chain), same auth, same key.
- ElizaOS and Solana Agent Kit plugins for both chains, so an agent framework gets the same data as a natural first-class action instead of a raw HTTP call.
- x402 keyless pay-per-call on both rails — USDC on Solana, USDG on Robinhood Chain (EIP-3009, gasless) — for an agent that would rather sign a payment than manage an API key.
- The full picture, machine-readable, at
/agents.json and /llms.txt.
The MCP servers & SDKs page has the exact package versions, install commands, and a from-scratch quickstart. If you're setting up Claude Desktop or Cursor specifically, the MCP server install guide walks through the config file. Building on ElizaOS instead — see the ElizaOS KOL alpha guide. Prefer to pay per call with no signup at all — x402 keyless access and the x402 agent tutorial cover that path.
FAQ
What percentage of Solana trading volume is done by AI agents?
More than 70% of Solana DEX volume on peak token-launch days comes from automated agents rather than human traders, as of 2026. The share is lower on quiet days but has been trending up all year as agent frameworks and payment rails matured.
What changed in the MCP spec in 2026?
The 2026-07-28 revision removed protocol-level sessions and SSE stream resumability, made the Mcp-Method and Mcp-Name headers mandatory for the Streamable HTTP transport, and moved version negotiation to a per-request basis instead of per-session. It's a genuinely breaking change from the 2025-era spec, though the older HTTP+SSE transport still works — it's deprecated, not removed.
Does MadeOnSol let an AI agent execute trades?
No. MadeOnSol is a decision-layer intelligence API — KOL trade feeds, deployer reputation, token risk scoring, coordination signals — not a broker or exchange. An agent combines MadeOnSol's data with a separate execution tool (like Solana Agent Kit's own swap action, or Jupiter directly) to actually place a trade.
What's the difference between x402 v1 and v2?
x402 v2 (December 2025) standardized how networks and assets are identified using CAIP-2 format (solana:5eykt..., eip155:4663) instead of casual per-chain strings, and split the reference SDK into modular packages. It's the version MadeOnSol's x402 implementation is built on.
What is agents.json?
A machine-readable manifest — paired with the older llms.txt — that lists an API's MCP servers, agent-framework plugins, SDKs, payment rails, and capabilities in one place, so an agent (or a developer building one) can discover what's available without crawling documentation pages. MadeOnSol's is at /agents.json.
Can an AI agent use MadeOnSol without an API key?
Yes, via x402: an agent with a funded Solana or Robinhood Chain wallet can pay per call in USDC or USDG with no signup, no key, and no subscription. Every endpoint is also available with a free msk_ API key (200 calls/day) for agents that prefer that model. See x402 for AI agents.
Which agent frameworks does MadeOnSol support?
Model Context Protocol (Claude Desktop, Cursor, Claude Code, any MCP client), ElizaOS, and Solana Agent Kit — each with a dedicated package for both Solana and Robinhood Chain. Full list at /mcp.
Try it
A free API key runs any of the above at 200 calls/day, no card required. Get one at madeonsol.com/pricing, or skip the signup entirely and pay per call with x402.