Analytics
wealthville.net
Provides analytics and scoring for DeFi liquidity pools, including investment signals and performance tracking.
ENDPOINT 1
https://wealthville.net/mcp
MCP server metadata
- Name
- wealthville
- Version
- 0.3.1
Known tools 4
get_pool_scoreGet the Wealthville verdict (ENTER/HOLD/EXIT/AVOID) and scores (enter/hold/exit + composite Wealthville Score, 0-100) for one liquidity pool.
Inferred read-onlyget_top_poolsList liquidity pools ranked by composite Wealthville Score (0-100), freshly scored within the last 6 hours.
Inferred read-onlyget_track_recordGet 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 effectsget_signals_feedGet the latest published Wealthville signals (ENTER/EXIT/RISK_OFF calls with narrative and confidence).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.