Wealthville MCP Server
Give Claude, Cursor, or any MCP-speaking assistant live access to Wealthville pool intelligence — Enter/Hold/Exit verdicts, the composite Wealthville Score (0–100), and the public, miss-inclusive track record. Read-only, free, no key required.
Install in 30 seconds
Claude Code — one line:
claude mcp add wealthville -- npx -y @wealthville/mcp-server
Claude Desktop, Cursor & other MCP clients — add to your MCP config:
{
"mcpServers": {
"wealthville": {
"command": "npx",
"args": ["-y", "@wealthville/mcp-server"]
}
}
}That's it — the package is on npm as @wealthville/mcp-server, source at github.com/amitesh-m/wealthville-integrations.
What your assistant can do
- get_pool_score — verdict, confidence, and all four action scores for any pool (Solana base58 address, EVM 0x address, or DefiLlama pool UUID).
- get_top_pools — pools ranked by Wealthville Score, filterable by chain (
solana,evm,ethereum,base, …). - get_track_record — live hit rates and IL-adjusted 7-day PnL over any window, misses included.
- get_signals_feed — the latest published Enter/Exit signals with narratives.
Try asking
- "Is this Meteora pool safe to LP into?
5rCf1DM8…" - "What are the top 10 Solana pools by Wealthville Score right now?"
- "How has the ENTER signal performed over the last 30 days — including misses?"
- "Compare the top Base pools against the top Solana pools."
The assistant picks the right tool automatically; every response carries the methodology link and a not-financial-advice note, so answers stay grounded.
Configuration (optional)
- WEALTHVILLE_API_KEY — free partner key for a higher rate limit (anonymous works at 60 req/min per IP). Request one via contact.
- WEALTHVILLE_API_URL — override the API base URL (default
https://wealthville.net).
{
"mcpServers": {
"wealthville": {
"command": "npx",
"args": ["-y", "@wealthville/mcp-server"],
"env": { "WEALTHVILLE_API_KEY": "wv_live_..." }
}
}
}Safety & trust
The server is strictly read-only: it calls public GET endpoints and nothing else — no wallet access, no signing, no transactions. The scores it returns are backed by a public, immutable track record that includes our misses, and the same engine allocates Wealthville's own on-chain vault capital. Methodology: how the Wealthville Score works. Data product, not financial advice.
Building agents instead?
The same data ships as framework plugins: Solana Agent Kit for on-chain agents and ElizaOS for conversational ones — or use the plain REST API directly.




