# MadeOnSol Solana Intelligence

Real-time Solana KOL trading intelligence and deployer analytics via x402 micropayments.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add madeonsol/solana-kol-intelligence

# Browse available tools
npx -y @smithery/cli@latest tool list madeonsol/solana-kol-intelligence

# Get full schema for a tool
npx -y @smithery/cli@latest tool get madeonsol/solana-kol-intelligence madeonsol_kol_feed

# Call a tool
npx -y @smithery/cli@latest tool call madeonsol/solana-kol-intelligence madeonsol_kol_feed '{}'
```

## Direct MCP Connection

Endpoint: `https://solana-kol-intelligence--madeonsol.run.tools`

**Optional config:**
- `SVM_PRIVATE_KEY` (query) — Base58-encoded Solana private key for automatic USDC x402 payments. Optional — without it, tools return payment requirements instead of data. The discovery tool always works without a key.
- `MADEONSOL_API_URL` (query) — MadeOnSol API base URL. Only change this for testing.

## Tools (5)

- `madeonsol_kol_feed` — Get real-time Solana KOL trades from 946 tracked wallets. Costs $0.005 USDC per request via x402.
- `madeonsol_kol_coordination` — Get KOL convergence signals — tokens being accumulated by multiple KOLs simultaneously. Costs $0.02 USDC per request vi…
- `madeonsol_kol_leaderboard` — Get KOL performance rankings by PnL and win rate. Costs $0.005 USDC per request via x402.
- `madeonsol_deployer_alerts` — Get real-time alerts from elite Pump.fun deployers with KOL buy enrichment. Costs $0.01 USDC per request via x402.
- `madeonsol_discovery` — List all available MadeOnSol x402 API endpoints with prices and parameter docs. Free, no payment required.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get madeonsol/solana-kol-intelligence <tool-name>
```

## Resources

- `madeonsol://api-overview` — MadeOnSol x402 API overview — endpoints, pricing, and how it works

## Prompts (2)

- `solana_kol_analysis` (period) — Analyze current Solana KOL trading activity — what are smart money wallets buying and selling?
- `deployer_scout` — Scout for new high-potential token launches from elite Pump.fun deployers
