← Registry

Analytics

wealthville.net

Provides analytics and scoring for DeFi liquidity pools, including investment signals and performance tracking.

1 endpoint4 known toolsFirst detected July 25, 2026Last detected August 6, 2026

ENDPOINT 1

https://wealthville.net/mcp

No auth detected

MCP server metadata

Name
wealthville
Version
0.3.1
Capabilities
tools.listChanged

Known tools 4

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.

Inferred read-only
get_top_pools

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

Inferred read-only
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).

Potential side effects
get_signals_feed

Get the latest published Wealthville signals (ENTER/EXIT/RISK_OFF calls with narrative and confidence).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.