HomeFinance › Wealthville

Wealthville

Solana + EVM liquidity-pool scores: Enter/Hold/Exit verdicts and 0-100 Wealthville Score.

Official TypeScript Local Remote
★ 0 stars Last pushed 2026-07-30 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://wealthville.net/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http wealthville-integrations https://wealthville.net/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "wealthville-integrations": {
      "url": "https://wealthville.net/mcp"
    }
  }
}

Package (npm 0.3.1)

npx -y @wealthville/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "wealthville-integrations": {
      "command": "npx",
      "args": [
        "-y",
        "@wealthville/[email protected]"
      ],
      "env": {
        "WEALTHVILLE_API_KEY": "<YOUR_VALUE>",
        "WEALTHVILLE_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • WEALTHVILLE_API_KEY secret — Optional free partner key for a higher rate limit (anonymous works at 60 req/min)
  • WEALTHVILLE_API_URL — Override the API base URL (default https://wealthville.net)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry