# SolEnrich

Solana onchain data enrichment for AI agents and LLMs. 15 tools covering wallet profiling, token analysis, risk scoring, whale tracking, and DeFi protocol analytics.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add solenrich/SE01

# Browse available tools
npx -y @smithery/cli@latest tool list solenrich/SE01

# Get full schema for a tool
npx -y @smithery/cli@latest tool get solenrich/SE01 enrich_wallet

# Call a tool
npx -y @smithery/cli@latest tool call solenrich/SE01 enrich_wallet '{}'
```

## Direct MCP Connection

Endpoint: `https://se01--solenrich.run.tools`

## Tools (7)

- `enrich_wallet` — Get a Solana wallet profile: SOL balance, token holdings, DeFi positions, labels (whale, active_trader, defi_user), ris…
- `enrich_token` — Analyze a Solana SPL token: price, market cap, liquidity, holder concentration (top 1/5/10%), risk flags, and Jupiter v…
- `parse_transaction` — Parse a Solana transaction: type, protocol, SOL/token transfers, accounts involved, and fee details.
- `whale_watch` — Track top token holders: balances, % supply, buy/sell volumes, accumulation vs distribution signals.
- `due_diligence` — Comprehensive token research: security audit, holder concentration, whale activity, risk score with level (LOW-CRITICAL…
- `wallet_graph` — Map wallet connections: find counterparties, detect clusters of coordinated wallets, and identify suspicious patterns.
- `copy_trade_signals` — Analyze a wallet's trading performance: win rate, PnL, consistency, hold time, and smart_money classification.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get solenrich/SE01 <tool-name>
```
