amitesh-m/wealthville-integrations
๐๏ธ ๐ ๐ - Solana + EVM liquidity-pool scores for AI agents: Enter/Hold/Exit verdicts and a composite 0โ100 Wealthville Score, plus a live, immutable, miss-inclusive track record. 4 read-only tools (pool score, top pools, track record, signals feed). In the official MCP Registry. npx @wealthville/mcp-server
Quick Install
{
"mcpServers": {
"amitesh-m-wealthville-integrations": {
"command": "npx",
"args": [
"-y",
"amitesh-m-wealthville-integrations"
]
}
}
}Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
Wealthville Integrations
Official connectors for the Wealthville public data API โ liquidity-pool Enter/Hold/Exit verdicts and the composite Wealthville Score (0โ100) for Solana + EVM pools, backed by a public, immutable, miss-inclusive track record.
| Package | For | Install |
|---|---|---|
mcp-server | Claude, Cursor, any MCP client | npx -y @wealthville/mcp-server |
solana-agent-kit-plugin | Solana Agent Kit v2 agents | npm i @wealthville/solana-agent-kit-plugin |
elizaos-plugin | ElizaOS agents | npm i @wealthville/plugin-wealthville |
All three are thin, read-only wrappers over four public GET endpoints โ no wallet access, nothing to sign, no key required (a free partner key raises the rate limit).
Quick start (MCP + Claude)
claude mcp add wealthville -- npx -y @wealthville/mcp-server
Then ask Claude: "Is Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE a good pool to LP into?"
The API underneath
curl https://wealthville.net/api/v1/scores/top?limit=5
curl https://wealthville.net/api/v1/track-record?days=30
Docs: wealthville.net/developers ยท OpenAPI: /api/v1/openapi.json ยท Methodology: /learn/wealthville-score
Why gate LP decisions on this data
- Every published signal is frozen at publish time and outcome-labeled after the fact โ the track record includes misses and cannot be retro-edited.
- Outcomes are measured after impermanent loss, not raw APR.
- The same engine allocates Wealthville's own on-chain vault capital.
MIT licensed. Wealthville data is a data product, not financial advice.