
Nephyr Wallets
- clm-studios/nephyr-wallets
Nephyr Wallets is an MCP server that discovers, scores, and analyzes top Polymarket wallets for smart-money research.
About
Nephyr Wallets is an MCP server that exposes smart-money tracking for Polymarket to coding agents. Developers researching prediction markets can ask Claude Code or Cursor to find top wallets, score traders, and summarize on-chain behavior without leaving the repo or a separate analytics UI. The integration uses stdio transport and is installable with uvx from PyPI as nephyr-wallets version 0.1.1. It fits the early journey when you are mapping who moves markets and whether copy-trading or signal-following is worth building into your bot. Later it supports analytics when you monitor whether followed wallets still outperform. It does not execute trades by itself; it feeds wallet intelligence into your own strategies and pairs naturally with Nephyr Risk for position sizing once you have a lead from wallet flow.
- Discover high-performing Polymarket wallets
- Score and rank wallets for copy-trade or signal ideas
- Analyze wallet history from the agent conversation
- stdio MCP via uvx on PyPI (v0.1.1)
- Complements Nephyr Risk for thesis plus sizing workflow
Nephyr Wallets by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add nephyr-wallets -- uvx nephyr-walletsAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | nephyr-wallets |
|---|---|
| Transport | STDIO |
| Auth | None |
| Repository | clm-studios/nephyr-wallets ↗ |
What it does
Discover, score, and analyze top Polymarket wallets so your agent can follow smart money during research.
Who is it for?
Best when you're researching Polymarket edges and want wallet leaderboards and scoring inside MCP agents.
Skip if: Skip if you need licensed brokerage data or non-Polymarket asset tracking only.
What you get
Your agent returns ranked wallets and analysis you can use to scope bots, alerts, or manual follow strategies.
- Ranked and scored wallet lists in agent output
- Wallet behavior summaries for strategy notes
- Research inputs for automation or alert specs
By the numbers
- PyPI package version 0.1.1 (nephyr-wallets)
- stdio MCP transport with uvx runtimeHint
- Part of clm-studios Nephyr prediction-market MCP trio
Recommended MCP Servers
How it compares
On-chain wallet intelligence MCP, not a full trading execution platform.
FAQ
Who is Nephyr Wallets for?
Developers and quants using AI agents to research Polymarket and identify wallets worth tracking or scoring.
When should I use Nephyr Wallets?
Use it during market research, when scoping a copy-trade bot, or when re-ranking wallets after major market moves.
How do I add Nephyr Wallets to my agent?
Add the stdio MCP entry for nephyr-wallets (uvx from PyPI v0.1.1) to your agent MCP settings and reload the client.