# nephyr-wallets

Smart money tracking for prediction markets. Discover and rank top Polymarket wallets by performance, score any wallet's trading ability, get detailed portfolio analysis, pull complete trade historie…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add clm-studios/nephyr-wallets

# Browse available tools
npx -y @smithery/cli@latest tool list clm-studios/nephyr-wallets

# Get full schema for a tool
npx -y @smithery/cli@latest tool get clm-studios/nephyr-wallets get_top_wallets

# Call a tool
npx -y @smithery/cli@latest tool call clm-studios/nephyr-wallets get_top_wallets '{}'
```

## Direct MCP Connection

Endpoint: `https://nephyr-wallets--clm-studios.run.tools`

## Tools (5)

- `get_top_wallets` — Get the top Polymarket wallets ranked by PnL.
- `score_wallet` — Score a wallet using the PnL + consistency + specialization formula.
- `analyze_wallet` — Deep analysis of a wallet: profile, score, category breakdown, monthly returns.
- `get_wallet_trades` — Fetch trade history for a wallet.
- `compare_wallets` — Side-by-side comparison of multiple wallets.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get clm-studios/nephyr-wallets <tool-name>
```
