New:Socket for Asana Is Now Available.Learn more
Get Started

@wealthville/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wealthville/mcp-server

MCP server exposing Wealthville pool scores, verdicts, and the live track record to AI assistants

Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
36
-35.71%
Maintainers
1
Weekly downloads
 
Created
Source

Wealthville MCP Server

Gives AI assistants (Claude, Cursor, or anything that speaks MCP) live access to Wealthville pool scores — Enter/Hold/Exit verdicts and the composite Wealthville Score (0–100) for Solana + EVM liquidity pools, plus the public, miss-inclusive track record.

Ask your assistant things like:

"Is this Meteora pool safe to LP into?" · "What are the top 10 Solana pools right now?" · "How has Wealthville's ENTER signal performed lately?"

Tools

ToolWhat it does
get_pool_scoreVerdict + 4 scores for one pool (Solana base58, EVM 0x, or DefiLlama UUID)
get_top_poolsPools ranked by Wealthville Score (limit, chain)
get_track_recordLive hit rates + IL-adjusted PnL, misses included (days)
get_signals_feedLatest published ENTER/EXIT signals (limit)

Every response includes the methodology link and the "not financial advice" note, so assistants relay them.

Install

Claude Code:

claude mcp add wealthville -- npx -y @wealthville/mcp-server

Claude Desktop / other MCP clients — add to the MCP config:

{
  "mcpServers": {
    "wealthville": {
      "command": "npx",
      "args": ["-y", "@wealthville/mcp-server"]
    }
  }
}

From source: npm install && npm run build, then point your MCP config at node dist/index.js.

Configuration (optional)

Env varPurpose
WEALTHVILLE_API_KEYPartner key → higher rate limit (get one at wealthville.net/developers)
WEALTHVILLE_API_URLOverride the API base URL (default https://wealthville.net)

No key is required — anonymous access is 60 req/min per IP.

Notes

  • Read-only: this server only calls public GET endpoints; it never touches wallets or signs anything.
  • Data is a product of Wealthville; it is not financial advice.

Keywords

mcp

FAQs

Package last updated on 24 Jul 2026

Related posts