Skip to main content
Glama
MadeOnSol

MadeOnSol

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SVM_PRIVATE_KEYNoYour Solana private key for x402 micropayments
MADEONSOL_API_KEYNoYour MadeOnSol API key (free at madeonsol.com/pricing)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
madeonsol_kol_feedA

Get real-time Solana KOL trades from 1,000+ tracked wallets. Each trade includes the token's market cap (USD) at the moment of trade — sourced from our in-memory price tracker, accurate to the millisecond, faster than Dexscreener spot. PRO+ adds size/age/strategy/winrate filters.

madeonsol_kol_coordinationA

KOL convergence signals (v1.2) — tokens being accumulated by multiple KOLs. Response includes peak_kols/peak_buys (busiest window slice), exited_count (net-flow-negative wallets), 0-100 coordination_score, and (v1.2 / 2026-05-06) market_cap_usd_at_first_buy + market_cap_usd + last_price_usd so you can see whether the cluster formed at micro-cap or after the chart was already running. Blacklist filters WIF/BONK/stables by default.

madeonsol_kol_leaderboardA

Get KOL performance rankings by PnL and win rate. PRO+ can sort by alternative axes (winrate/roi/profit_factor/early_entry).

madeonsol_deployer_alertsA

Get real-time alerts from Pump.fun deployers with KOL buy enrichment. Filters: deployer tier, alert_type, priority, and min_kol_buys to gate out noise. Cursor-paginated via 'before' (preferred over 'offset' at scale).

madeonsol_kol_pairsB

KOL affinity matrix — discover which KOLs frequently co-trade the same tokens within a time window.

madeonsol_kol_timingA

KOL entry/exit timing profile — hold duration, exit speed, and activity patterns for a specific KOL.

madeonsol_deployer_trajectoryA

Deployer skill curve — streaks, rolling bond rate, improvement trend, and deployment cadence for a Pump.fun deployer.

madeonsol_kol_hot_tokensA

KOL momentum tokens — tokens with accelerating KOL buy interest, early signals before coordination triggers. PRO+ adds buyer-quality filters.

madeonsol_kol_token_entry_orderA

Ranked KOL first-buyers for a specific token, ordered by entry timestamp. PRO+ adds percentile_pnl_7d per entry.

madeonsol_kol_compare_walletsA

Side-by-side comparison of 2-5 KOL wallets — strategy, winrates, ROI, percentile. PRO+ adds 30d overlap tokens (bought by 2+ of the wallets).

madeonsol_kol_alerts_recentA

Live KOL alert feed — consensus clusters, fresh-token KOL buys, and heating-up wallets in one unified stream.

madeonsol_kol_pnlA

Deep per-wallet PnL breakdown — realized PnL, win rate, profit factor, max drawdown, daily equity curve, closed/open positions. BASIC: summary only. PRO: + curve + closed. ULTRA: + open positions.

madeonsol_kol_trending_tokensA

Tokens ranked by KOL buy volume — pure capital-flow signal. Sub-hour periods (5m/15m/30m) require PRO/ULTRA.

madeonsol_sniper_recentA

Deshred pre-confirm pump.fun deploy feed — new launches surface ~500ms before they confirm on-chain (reconstructed from shred-level data). PRO sees elite/good deployers; ULTRA sees every tier. Requires a Pro/Ultra msk_ API key.

madeonsol_sniper_by_deployerA

Deshred pre-confirm deploys filtered to a single deployer wallet — audit a deployer's recent launches before tracking them. ULTRA only.

madeonsol_discoveryA

List all available MadeOnSol API endpoints with prices and parameter docs. Free, no auth required.

madeonsol_wallet_tracker_watchlistA

List your tracked wallets with labels and remaining watchlist capacity. BASIC=10, PRO=50, ULTRA=100.

madeonsol_wallet_tracker_addA

Add a Solana wallet to your watchlist. Returns 409 if already tracked or limit reached.

madeonsol_wallet_tracker_removeA

Remove a wallet from your watchlist.

madeonsol_wallet_tracker_tradesA

Historical swap and transfer events for all your watched wallets. BASIC: truncated wallets, no tx_signature.

madeonsol_wallet_tracker_summaryA

Per-wallet stats: swap counts, SOL bought/sold, and last activity time across your watchlist.

madeonsol_wallet_statsA

Aggregate stats for any Solana wallet over the last 90 days plus cross-product flags (is_kol, is_alpha_tracked with bot_confidence + win_rate + net_pnl, is_deployer with tokens_deployed + bonding_rate). Use this before drilling into PnL to size up an unknown wallet quickly. PRO+.

madeonsol_wallet_pnlA

Full FIFO cost-basis PnL for any wallet: realized + unrealized SOL, profit factor, max drawdown, avg + median hold minutes, daily UTC PnL curve, closed positions sorted by pnl desc (with ROI %, hold time, win/loss), and open positions hydrated with live current prices from the market-cap tracker. Cached with dynamic TTL (5min active / 1h recent / 24h dormant). Cache hits don't count against your daily quota. Cost basis only observable inside the 90-day data window — overflow sells are silently discarded rather than fabricated. PRO+.

madeonsol_wallet_positionsA

Open positions only for any wallet — lighter slice of madeonsol_wallet_pnl for use cases that don't need the full PnL summary or curve. Each position: token_mint, token_amount, cost_basis_sol, avg_entry_price_sol, current_price_sol (live from mc-tracker; null if delisted), current_value_sol, unrealized_sol, unrealized_pct, first_buy_at. Shares the /pnl cache. PRO+.

madeonsol_wallet_tradesA

Cursor-paginated raw trades for any wallet. Filter by action (buy/sell), specific token_mint, time window via since/until (Unix seconds; default last 90 days). Cursor encodes (block_time, id) for stable DESC pagination — pass next_cursor from the previous response to fetch older trades. Limit 1-500 (default 100). PRO+.

madeonsol_create_webhookA

Register a webhook URL to receive real-time push notifications for KOL trades and deployer alerts. Requires Pro/Ultra subscription.

madeonsol_list_webhooksA

List all your registered webhooks with delivery status and failure counts.

madeonsol_delete_webhookB

Delete a webhook by ID. Permanently removes the webhook and its delivery history.

madeonsol_test_webhookA

Send a sample event payload to a webhook URL to verify it works. Returns status code and response time.

madeonsol_stream_tokenA

Generate a 24h WebSocket streaming token. Includes ws_url for KOL/deployer streaming (Pro/Ultra) and dex_ws_url for all-DEX trade streaming (Ultra only).

madeonsol_stream_sessions_listA

List your live WebSocket streaming sessions. Returns sessions[] (each with id, service 'ws-streaming'|'dex-stream', tier, channels[], connected_at, remote_ip, messages_sent) and count. Use it to see which connections are holding your per-tier socket slots before evicting a ghost with madeonsol_stream_session_kill. PRO/ULTRA only.

madeonsol_stream_session_killA

Evict (force-disconnect) one live WebSocket streaming session by id — frees the connection slot it holds. Returns { evicted: true, id }; 404 { error, id } if no such live session, 400 if id is not a positive integer. PRO/ULTRA only.

madeonsol_meA

Inspect your MadeOnSol API account — current tier, daily/burst quota state, remaining requests, subscription expiry, and per-feature usage (webhooks, copy-trade wallets, coordination rules, etc.). Use to self-throttle without parsing rate-limit headers.

madeonsol_tokens_listA

Filtered, sortable token directory. Browse all tracked Solana tokens by market-cap band, liquidity floor, recent-activity window, primary DEX, authority/safety flags, and computed 1h volume / MEV-share / MC-change deltas. Default min_liq=2000 skips phantom-MC dust (low-liquidity pools producing absurd VWAP×supply products) — pass min_liq=0 to opt out. Computed filters (min_volume_1h_usd, max_mev_share_pct, mc_change_1h_min_pct, mc_change_1h_max_pct) over-fetch and post-filter — pagination.post_filtered=true on the response means page size may be < limit. PRO+ only.

madeonsol_almost_bondedA

Pre-bond pump.fun tokens approaching graduation, ranked by VELOCITY (Δprogress/min) — '95% and accelerating' beats '92% stalled'. Each token is enriched with its deployer's reputation tier. progress_pct comes from on-chain real_token_reserves depletion; velocity_pct_per_min is null until a 5-minute snapshot exists; eta_minutes is a linear projection from current velocity. Returns tokens[] with mint, symbol, name, progress_pct, velocity_pct_per_min, eta_minutes, stalled, real_sol_reserves, market_cap_usd, liquidity_usd, authorities_revoked, deployer_tier, age_minutes. PRO/ULTRA only.

madeonsol_alpha_leaderboardA

Top statistically profitable early-buyer wallets, scored from 47,000+ early-buyer records. BASIC=25 (truncated), PRO=100, ULTRA=500 + bot signals.

madeonsol_alpha_walletA

Full alpha profile for one wallet — per-token breakdown + bot_signals array. ULTRA only.

madeonsol_alpha_linkedA

Wallets behaviorally linked to a target wallet (co-bought 3+ tokens within 2 seconds). ULTRA only.

madeonsol_token_cap_tableA

First non-deployer early buyers for a token, enriched with PnL, KOL identity, and bot flags. PRO=top 10 (truncated wallets), ULTRA=top 20 (full). BASIC: 403.

madeonsol_token_buyer_qualityA

0–100 buyer-quality score for a token's first-buyer cohort. 5-min cached. Full breakdown on all tiers, incl. dump_cluster_count (3+ dump-cluster wallets in the first-20 → 94% historical dump rate vs 61% base) and recycled_early_buyer_count.

madeonsol_token_riskA

Transparent 0–100 token rug-risk/safety score (higher = riskier). Returns a band (safe/caution/danger), an explainable factors[] array (mint authority, freeze authority, liquidity, transfer fee, token-2022, burn, launch cohort, deployer bond rate, KOL signal, blacklist) each with status/points/detail, and the raw inputs that produced the score. PRO/ULTRA only — BASIC receives HTTP 403.

madeonsol_token_candlesA

Historical OHLCV price candles for a token, aggregated from the on-chain trade firehose. Each candle carries t/open/high/low/close/volume_usd/trades/market_cap_usd. Timeframes: 1m/5m/15m/1h/4h/1d. PRO=OHLCV, last 30 days only. ULTRA adds buy/sell volume + count splits, net flow, MEV volume, open/close liquidity, high/low MC, and full history. PRO/ULTRA only — BASIC receives HTTP 403.

madeonsol_token_flowA

Trade-flow aggregate for a token — an organic-vs-fake volume read over a 1h/24h window. Returns unique_wallets / unique_buyers / unique_sellers, buy_count / sell_count / total_trades, buy_sol / sell_sol / net_sol (sell − buy; positive = net SOL leaving the pool), and trades_per_wallet (wash-trading proxy: high = a small set of wallets churning volume). PRO/ULTRA only — BASIC receives HTTP 403.

madeonsol_tokens_batch_buyer_qualityA

Bulk buyer-quality scoring for up to 50 mints in one call. Shares the 5-min LRU cache with the single-mint endpoint — already-warm mints return at ~zero cost. Response includes cache_hits counter.

madeonsol_tokens_batch_riskA

Bulk token rug-risk/safety scoring for up to 50 mints in one call — same per-mint shape as madeonsol_token_risk (0–100 score, band, explainable factors[], raw inputs) plus an as_of ISO timestamp. Untracked mints come back as { mint, error: 'not_tracked' } and do NOT fail the batch; per-mint failures come back as { mint, error: 'error' }. Response preserves de-duplicated input order and carries count (number of unique mints). Counts as ONE request against your quota. PRO/ULTRA only.

madeonsol_token_getA

Comprehensive per-mint snapshot: price (VWAP), market cap, 24h volume, deployer reputation, KOL smart-money activity, first_seen_at + age_seconds, and blacklist status — all in one call. ULTRA adds individual KOL wallet addresses in top_buyers[].

madeonsol_token_batchA

Bulk lookup of up to 50 mints in one request. Returns the same per-mint shape as madeonsol_token_get. DB queries batched with IN(...); dex-stream + RPC fan-outs run in parallel. ~10-20× cheaper than N sequential calls — ideal for sniper pipelines scoring many tokens at once.

madeonsol_copytrade_listB

List your copy-trade rules. PRO=3 rules, ULTRA=20 rules.

madeonsol_copytrade_createA

Create a copy-trade rule. Returns webhook_secret ONCE on creation when delivery_mode includes 'webhook' — store it to verify HMAC signatures. PRO=5 source_wallets/rule, ULTRA=50.

madeonsol_copytrade_getA

Get one copy-trade rule by id.

madeonsol_copytrade_updateC

Update fields on a copy-trade rule, including is_active toggle.

madeonsol_copytrade_deleteA

Delete a copy-trade rule permanently.

madeonsol_copytrade_signalsA

Recent fired copy-trade signals (up to 7 days). Filter by subscription_id, since (ISO8601), and limit (1–500).

madeonsol_coordination_alerts_listA

List your coordination alert rules. PRO=5 rules, ULTRA=20.

madeonsol_coordination_alerts_createA

Create a coordination alert rule. Fires within ~1s when a KOL cluster meets thresholds (peak-density scored). Delivered via WebSocket (kol:coordination channel) and/or HMAC-signed webhook. Returns webhook_secret ONCE when delivery_mode includes 'webhook' — store it.

madeonsol_coordination_alerts_getA

Get one coordination alert rule by id.

madeonsol_coordination_alerts_updateC

Update fields on a coordination alert rule, including is_active toggle.

madeonsol_coordination_alerts_deleteA

Delete a coordination alert rule permanently.

madeonsol_kol_first_touchesA

Recent first-KOL-touch events — every time a tracked KOL was the first to buy a token mint. Filterable by scout tier (S/A/B/C from mv_kol_scout_score), KOL winrate, token age, etc. Backtest: top scouts attract ≥3 follow-on KOLs within 4h ~50% of the time vs ~14% baseline. Median lead time before second KOL is 12s — for trading this signal, use the WebSocket channel rather than polling.

madeonsol_first_touch_subscriptions_listA

List your first-touch webhook subscriptions. ULTRA only.

madeonsol_first_touch_subscriptions_createA

Create a first-touch webhook subscription. ULTRA only — up to 10 active. Filters: kol (wallet), mint_suffix, min_first_buy_sol, min_scout_tier (S/A/B/C), min_n_touches. Returns webhook_secret ONCE — store it.

madeonsol_first_touch_subscriptions_getA

Get one first-touch subscription by id. ULTRA only.

madeonsol_first_touch_subscriptions_updateC

Update fields on a first-touch subscription, including is_active toggle. ULTRA only.

madeonsol_first_touch_subscriptions_deleteA

Delete a first-touch subscription permanently. ULTRA only.

madeonsol_price_alerts_listA

List your price alerts. PRO=5 alerts, ULTRA=25. Each alert monitors a token's MC for dip/recovery events.

madeonsol_price_alerts_createA

Create a price alert. Captures baseline MC from current token_prices. Fires when MC drops below baseline × (1 − drop_pct/100). Optional recovery_pct fires again on recovery. Returns webhook_secret ONCE — store it.

madeonsol_price_alerts_getB

Get one price alert by id.

madeonsol_price_alerts_updateA

Update alert name, delivery mode, webhook URL, or is_active. Thresholds (drop_pct, recovery_pct) are immutable.

madeonsol_price_alerts_deleteA

Delete a price alert and its event history.

madeonsol_price_alerts_eventsA

Fired price alert event history (30-day retention). Each event records the dip or recovery moment with actual MC values.

madeonsol_scout_leaderboardA

Scout leaderboard — top KOLs ranked by scout score, first-touch frequency, and swarm attraction rate (% of first-touched tokens that attract 3+ follow-on KOLs within 4h). ULTRA only.

madeonsol_coordination_historyA

Coordination history — past coordination alert fires with token, coordination score, KOL count, and timing. ULTRA only.

madeonsol_kol_consensusA

KOL consensus on a specific token: total buyers/sellers, exit rate, net SOL flow, median entry MC. ULTRA adds individual buyer + exited wallet arrays.

madeonsol_peak_historyA

Peak MC history for a token: all-time high MC, decline from peak %, MC at bond, MC at 1h/6h/24h/7d after bond, time-to-bond, and deploy/bond timestamps.

madeonsol_signal_performanceA

Signal performance stats for a named signal — hit rate, sample size, median outcome, and confidence window. Use this to evaluate how well a signal (e.g. 'kol_coordination', 'first_touch') has been predicting token moves before acting on it.

Prompts

Interactive templates invoked by user choice

NameDescription
solana_kol_analysisAnalyze current Solana KOL trading activity — what are smart money wallets buying and selling?
deployer_scoutScout for new high-potential token launches from elite Pump.fun deployers

Resources

Contextual data attached and managed by the client

NameDescription
api-overviewMadeOnSol x402 API overview — endpoints, pricing, and how it works

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MadeOnSol/mcp-server-madeonsol'

If you have feedback or need assistance with the MCP directory API, please join our Discord server