MadeOnSolMade on Sol
RobinhoodBlogAdvertise
Sign in
MadeOnSolMade on Sol

Solana and Robinhood Chain intelligence — KOL wallet tracking, deployer intelligence, all-DEX trade streams, and a developer API. Discover, compare, and build.

Discover

  • All Tools
  • Stacks
  • KOL Tracker
  • Deployer Hunter
  • KOL Scout Leaderboard
  • Robinhood Chain
  • Robinhood Wallet Scanner
  • Robinhood API
  • Solana API
  • Token Surge Alerts
  • WebSocket Streaming
  • Sniper Deploy Alerts
  • MCP Servers & SDKs
  • Datasets
  • API Pricing
  • Enterprise API
  • x402 for AI agents
  • Robinhood Chain x402
  • Yields
  • Blog
  • Blog Archive
  • Solana Glossary

Best Of

  • Best Trading Bots
  • Best DEXs
  • Best Wallets
  • Best Analytics
  • Best DeFi
  • Best Snipers

Compare

  • Wallets
  • DEXs
  • Snipers
  • TG Bots
  • Terminals
  • Analytics
  • Portfolio
  • Copy Trading
  • Security
  • Liquid Staking
  • RPC Providers
  • Bridges
  • Launchpads
  • NFT Marketplaces
  • Lending
  • Bot Calculator
  • Perps
  • Scanners
  • Data APIs

Resources

  • Submit a Tool
  • API Docs
  • Get an API Key
  • For Businesses
  • Affiliate Program
  • Changelog
  • API Status
  • Tool Uptime
  • Signal Scorecard
  • Compare KOLs
  • Leaderboard
  • Community
  • Site Stats
  • Advertise

Legal

  • About
  • Contact
  • Terms
  • Privacy
  • Security
  • DPA
  • Disclaimer

© 2026 MadeOnSol

MadeOnSol — eenmanszaak, Hulshout, Belgium · KBO/BTW BE 1039.535.538 (art. 56bis, no VAT charged)

Follow us on XPowered by:constant·k — Private Solana RPC Services
Solana APIMCP servers & SDKs

Package versions and tool counts read from the manifests on 2026-08-28.

For agents and developers

MCP servers & SDKs
for Solana and Robinhood Chain data.

Two MCP servers give Claude Desktop, Cursor and Claude Code typed tools over the whole API — 96 for Solana, 64 for Robinhood Chain. 14 packages on npm, PyPI and crates.io cover TypeScript, Python, Rust, ElizaOS and Solana Agent Kit. One free key works everywhere: 200 calls a day, no card. Data only — nothing here ever trades.

Get a free key All 14 packages

MIT-licensed · mirrors at github.com/madeonsol · MCP registry names io.github.MadeOnSol/madeonsol and io.github.MadeOnSol/robinhood-chain

The surface

Counted from the package manifests.

2
MCP servers

96 + 64 tools

14
Packages

npm · PyPI · crates.io

200
Free calls / day

no card · 60/min

$0.005
Keyless from

x402, per call, no key

MCP servers

Two servers, one key, side by side.

Both speak stdio for local clients and http for hosted environments (MCP_TRANSPORT=http). Add either or both under mcpServers; the same msk_ key authenticates each.

mcp-server-madeonsol

v1.25.0 · 96 tools

Solana

KOL trade feed, coordination and first-touch signals, deployer reputation, alpha wallets, token risk / holders / candles / surges, wallet PnL, sniper deploys, the rule engines and stream-session control.

Auth: msk_ API key (MADEONSOL_API_KEY) or keyless x402 from a Solana wallet (SVM_PRIVATE_KEY)

npmGitHubSmitheryGlama

mcp-server-robinhood-chain

v0.8.1 · 64 tools

Robinhood Chain (chain id 4663)

RHC KOL trades and consensus, the Uniswap v2/v3/v4 DEX tape, LP-removal feed, token risk with live sell-simulation, wei-exact holders, deployer reputation over 160K+ deployers, tokenized equities, wallet PnL and all four RHC rule engines. 49 reads, 15 writes (marked non-readOnly).

Auth: msk_ API key (MADEONSOL_API_KEY) — same key as the Solana API

npmGitHub

npm install -g mcp-server-madeonsol · then:

claude_desktop_config.json · Solana, key mode
{
  "mcpServers": {
    "madeonsol": {
      "command": "mcp-server-madeonsol",
      "env": { "MADEONSOL_API_KEY": "msk_YOUR_KEY" }
    }
  }
}

Same server, funded Solana wallet, no key (+ x402 peer deps):

claude_desktop_config.json · Solana, x402 mode
{
  "mcpServers": {
    "madeonsol": {
      "command": "mcp-server-madeonsol",
      "env": { "SVM_PRIVATE_KEY": "<base58 solana private key>" }
    }
  }
}

No install step — npx fetches it on first run:

claude_desktop_config.json · Robinhood Chain
{
  "mcpServers": {
    "robinhood-chain": {
      "command": "npx",
      "args": ["-y", "mcp-server-robinhood-chain"],
      "env": { "MADEONSOL_API_KEY": "msk_YOUR_KEY" }
    }
  }
}

Cursor and Claude Code take the same mcpServers object in their MCP settings. One-line alternative for Solana via Smithery: npx -y smithery mcp add madeonsol/solana-kol-intelligence. x402 mode needs @x402/fetch @x402/svm @x402/core @solana/kit @scure/base installed alongside the server; the free madeonsol_discovery tool lists every keyless endpoint with its price first.

Packages

14 packages, current versions.

Seven for the Solana surface, seven standalone for Robinhood Chain (separate names, zero cross-dependency, EVM-native fields). Every release syncs all packages of a family and tags the mirror repositories together.

Solana (7)

PackageKindRegistryVersionInstallSource
madeonsolTypeScript SDKnpm2.26.0npm install madeonsolmadeonsol/madeonsol-sdk
madeonsolRust SDKcrates.io0.27.0cargo add madeonsolmadeonsol/madeonsol-rs
madeonsol-x402Python SDK (keyed + keyless x402, LangChain / CrewAI extras)PyPI1.28.0pip install madeonsol-x402madeonsol/madeonsol-python
madeonsol-x402TypeScript x402 client (keyed + keyless)npm1.28.0npm install madeonsol-x402madeonsol/madeonsol-x402
mcp-server-madeonsolMCP server (Claude, Cursor, Claude Code)npm1.25.0npm install -g mcp-server-madeonsolmadeonsol/mcp-server-madeonsol
@madeonsol/plugin-madeonsolElizaOS pluginnpm1.24.0npm install @madeonsol/plugin-madeonsolmadeonsol/plugin-madeonsol
solana-agent-kit-plugin-madeonsolSolana Agent Kit pluginnpm1.24.0npm install solana-agent-kit-plugin-madeonsolmadeonsol/solana-agent-kit-plugin-madeonsol

Robinhood Chain (7)

PackageKindRegistryVersionInstallSource
robinhood-chain-sdkTypeScript SDKnpm0.8.1npm install robinhood-chain-sdkmadeonsol/robinhood-chain-sdk
robinhood-chainRust SDKcrates.io0.8.1cargo add robinhood-chainmadeonsol/robinhood-chain-rs
robinhood-chainPython SDK (keyed + keyless USDG x402 extra)PyPI0.9.1pip install robinhood-chainmadeonsol/robinhood-chain-python
robinhood-chain-x402TypeScript x402 client (keyed + keyless USDG)npm0.9.1npm install robinhood-chain-x402 (+ viem for keyless)madeonsol/robinhood-chain-x402
mcp-server-robinhood-chainMCP server (Claude, Cursor, Claude Code)npm0.8.1npx -y mcp-server-robinhood-chainmadeonsol/mcp-server-robinhood-chain
@madeonsol/plugin-robinhood-chainElizaOS pluginnpm0.8.1npm install @madeonsol/plugin-robinhood-chainmadeonsol/plugin-robinhood-chain
solana-agent-kit-plugin-robinhood-chainSolana Agent Kit pluginnpm0.8.1npm install solana-agent-kit-plugin-robinhood-chainmadeonsol/solana-agent-kit-plugin-robinhood-chain

The free key

200 calls a day, no card, full response shape.

Every package authenticates with the same msk_ key, auto-detected by the prefix. The free tier is the real product at a smaller quota, not a demo.

Quota

200/day · 60/min

Across 40+ of the 145+ endpoints, with real wallets, transaction signatures and full precision. Limits reset at midnight UTC; a 429 tells you the limit and the reset time.

Lifetime

30 days, then regenerate.

Free keys expire 30 days after issuance; regenerating on the developer page is the renewal. Paid keys never expire, and upgrading un-expires an existing key without a regeneration.

What needs PRO

Streaming, rules, sniper, surges — from €43/mo.

WebSocket streaming and webhooks, the copy-trade / coordination / price-alert engines, pre-confirmation deploys and token surges are PRO and above.

Quick start

Three languages, three lines each.

typescript · madeonsol 2.26.0
import { MadeOnSol } from "madeonsol";
const client = new MadeOnSol({ apiKey: "msk_YOUR_KEY" });
const { trades } = await client.kol.feed({ limit: 10, action: "buy" });
python · madeonsol-x402 1.28.0
from madeonsol_x402 import MadeOnSolClient
client = MadeOnSolClient(api_key="msk_YOUR_KEY")
trades = client.kol_feed(limit=10, action="buy")
rust · madeonsol 0.27.0
use madeonsol::{MadeOnSol, types::KolFeedParams};
let client = MadeOnSol::new(std::env::var("MADEONSOL_API_KEY")?)?;
let feed = client.kol.feed(&KolFeedParams { limit: Some(10), ..Default::default() }).await?;

Where this sits

MCP is table stakes now; the tools behind it are not.

By August 2026 most data vendors ship an MCP server (Vybe, Bitquery, Nansen, Birdeye, GoPlus, CoinGecko among them) and GMGN's OpenAPI skills are the agent-builder magnet — with the caveat that GMGN's rate limit is 1 request per second and its skills can execute trades. Ours is the only MCP surface we found that exposes KOL coordination alerts, deployer reputation and pre-confirmation deploys as tools, never executes, and can pay per call keylessly over x402 on Solana (USDC) or Robinhood Chain (USDG). If you need multi-chain breadth beyond Solana and RHC, the multi-chain vendors' servers are the better fit.

FAQ

MCP & SDK questions, answered.

What is an MCP server and why would I point Claude or Cursor at one?+
The Model Context Protocol lets an AI client (Claude Desktop, Cursor, Claude Code, any MCP-capable agent) call tools exposed by a local or hosted server. Our servers expose the API as typed tools — the agent asks 'what are KOLs buying right now?' and the client calls madeonsol_kol_feed with the right parameters, reads the JSON, and reasons over it. No prompt-pasting of curl output, no hand-written wrappers, and write tools (rule creation, watchlist changes) carry non-readOnly annotations so a well-behaved client will not call them speculatively.
Which server do I install?+
mcp-server-madeonsol (1.25.0, 96 tools) for Solana — KOL, deployer, alpha-wallet, token, wallet and sniper intelligence plus the rule engines. mcp-server-robinhood-chain (0.8.1, 64 tools) for Robinhood Chain, chain id 4663, with EVM-native fields. They are independent packages and can run side by side in the same client config under different names; the same msk_ key works for both.
Do I need an API key, and what does the free one give me?+
A free msk_ key from the pricing page gives 200 calls per day and 60 per minute across 40+ endpoints of the 145+ total, with the full response shape — real wallets, transaction signatures, full precision. No card. Free keys expire after 30 days; regenerating on the developer page renews them. Streaming, webhooks, sniper, surges and the rule engines need PRO (€43/month) or above. The Solana MCP server also runs keyless: give it a funded Solana wallet via SVM_PRIVATE_KEY and it pays per call in USDC over x402 ($0.005–$0.02 per call), no key at all.
How do I configure Claude Desktop or Cursor?+
Add an entry under mcpServers in claude_desktop_config.json (Claude Desktop) or the MCP settings (Cursor / Claude Code). For Solana: install globally with npm install -g mcp-server-madeonsol and set command to mcp-server-madeonsol with env MADEONSOL_API_KEY. For Robinhood Chain there is no install step: command npx with args ["-y", "mcp-server-robinhood-chain"] and the same env. Smithery can write the Solana config for you: npx -y smithery mcp add madeonsol/solana-kol-intelligence. Restart the client and ask a question.
Are the SDKs at parity with the API?+
Yes for the keyed surface: every SDK release is a 14-package sync (bare TypeScript and Rust clients, the x402 TypeScript and Python clients, the MCP servers, the ElizaOS and Solana Agent Kit plugins), and the mirror repositories are tagged together. The latest Solana release (2026-08-28) added token surges to all seven Solana packages; the RHC packages last moved on 2026-08-27 for non-expiring stream tokens. Where an endpoint is keyed-only (surges, locks, fee-claims, the rule engines) the x402 clients call it in key mode.
Does the server ever trade or hold funds?+
No. Every package returns data only — it never signs a swap, never takes custody, never executes. In keyless x402 mode the only thing the wallet ever pays is the per-call data fee, and the free madeonsol_discovery tool lists every endpoint with its exact price before anything is spent.
Where is the source and how are versions tracked?+
All 14 packages are MIT-licensed with public mirrors under github.com/madeonsol; the npm, PyPI and crates.io listings link to them. Each server ships a server.json (MCP registry manifest, names io.github.MadeOnSol/madeonsol and io.github.MadeOnSol/robinhood-chain) and a glama.json. Version numbers on this page were read from the package manifests on 2026-08-28.

More for developers

Token surge & revival alerts

Momentum fires with risk flags and out-of-sample +1h outcomes.

WebSocket streaming

seq, replay, heartbeat, 19 channels — pushed events don't spend quota.

Pre-confirmation deploy alerts

pump.fun deploys from deshred, ~500–800 ms before confirmation.

Full surface: Solana API overview, Robinhood Chain API, endpoint docs and the 9-provider data API comparison.

Start building

Give your agent the tools.

A free msk_ key runs every package at 200 calls a day. PRO (€43/month) unlocks streaming, webhooks and the rule engines across all 14.

See plans & pricing Keyless x402 for agents