← wealthville.net

INDIVIDUAL MCP TOOL

get_top_pools

List liquidity pools ranked by composite Wealthville Score (0-100), freshly scored within the last 6 hours.

wealthville.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://wealthville.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_top_pools and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

wealthville.net

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.wealthville]
url = "https://wealthville.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wealthville": {
      "type": "http",
      "url": "https://wealthville.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wealthville
Remote MCP URL: https://wealthville.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "wealthville": {
      "url": "https://wealthville.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wealthville": {
      "type": "http",
      "url": "https://wealthville.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wealthville",
  "transport": "streamable-http",
  "url": "https://wealthville.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_pool_score — Get the Wealthville verdict (ENTER/HOLD/EXIT/AVOID) and scores (enter/hold/exit + composite Wealthville Score, 0-100) for one liquidity pool.
  • get_track_record — Get Wealthville's live signal track record: per-action hit rates, IL-adjusted 7-day PnL, and recent resolved signals — misses included (the ledger is immutable at publish time).
  • get_signals_feed — Get the latest published Wealthville signals (ENTER/EXIT/RISK_OFF calls with narrative and confidence).