Madeonsol MCP Server

Solana KOL trading intelligence & deployer analytics via x402 micropayments or API key. Its 40 documented tools cover madeonsol, wallet, token, kol. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 2 · #32 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Madeonsol

before you install - you'll need

Set MADEONSOL_API_KEY, SVM_PRIVATE_KEY before connecting.

Claude Code

claude mcp add madeonsol-mcp-server-madeonsol -- npx -y mcp-server-madeonsol

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "madeonsol-mcp-server-madeonsol": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-madeonsol"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package mcp-server-madeonsol - unscoped; check the name against the project README before installing

registry namespace io.github.MadeOnSol is GitHub-verified and matches the repo owner

03 · What Madeonsol can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list your tracked wallets and remaining capacity (Free: 10, Pro: 50, Ultra: 100), add a wallet to your watchlist, remove a wallet from your watchlist, and open positions only - lighter slice of /pnl. Shares the same cache.

Capability map

Tools grouped from the project's README - what Madeonsol lets an agent do.

Madeonsol

27 tools - e.g. Real-time KOL trade feed (1,000+ wallets); Multi-KOL convergence signals (v1.1) - peak-density window, exit detection, 0-100 score; First-KOL-touch events - backtested scout signal. Filter by scout tier…

madeonsol_kol_feed · madeonsol_kol_coordination · madeonsol_kol_first_touches · madeonsol_kol_leaderboard · madeonsol_kol_pairs · madeonsol_kol_pnl…

auth & access

13 tools - e.g. KOL momentum tokens - accelerating buy interest; Tokens ranked by KOL buy volume (5m–12h windows). ULTRA adds full KOL wallet addresses.; Filtered, sortable token directory - MC band, liquidity floor…

madeonsol_kol_hot_tokens · madeonsol_kol_trending_tokens · madeonsol_tokens_list · madeonsol_token_cap_table · madeonsol_token_buyer_quality · madeonsol_token_risk…

Latest releases

v0.2.0 · 2026-04-03

What's New in v0.2.0 · Webhooks (Pro/Ultra) · Register HTTPS webhook URLs to receive real-time push notifications · kol:trade, kol:coordination, deployer:alert, deployer:bond · HMAC-SHA256 signed payloads for…

v0.1.0 · 2026-04-02

MadeOnSol MCP Server v0.1.0 · Solana KOL trading intelligence and deployer analytics via x402 micropayments. · Tools · | Tool | Price | Description | · |---|---|---| · | madeonsol_kol_feed | $0.005 | Real-time KOL…

04 · Who maintains Madeonsol

madeonsol is maintained by madeonsol. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
finance - ranked #32 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.MadeOnSol/madeonsol (active, first published 2026-07-04 · 4 versions)
packages
npm:mcp-server-madeonsol

06 · Madeonsol FAQ

Is Madeonsol still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18. We re-verify nightly.

What can Madeonsol do?

With this server connected, an agent can list your tracked wallets and remaining capacity (Free: 10, Pro: 50, Ultra: 100), add a wallet to your watchlist, remove a wallet from your watchlist, and open positions only - lighter slice of /pnl. Shares the same cache.

How do I install Madeonsol?

Run `npx -y mcp-server-madeonsol`. The README documents 2 environment variables (MADEONSOL_API_KEY, SVM_PRIVATE_KEY) to set first. Set MADEONSOL_API_KEY, SVM_PRIVATE_KEY before connecting. You can also paste the ready-made client config above.

Does Madeonsol run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Madeonsol