Server data from the Official MCP Registry
Solana + EVM liquidity-pool scores: Enter/Hold/Exit verdicts and 0-100 Wealthville Score.
Solana + EVM liquidity-pool scores: Enter/Hold/Exit verdicts and 0-100 Wealthville Score.
This is a well-structured MCP server providing read-only access to the Wealthville public data API. The code implements proper credential handling via environment variables, uses URL encoding for user inputs, and maintains a clear separation of concerns across three integration packages. No security vulnerabilities were identified. Minor code quality observations around error handling and input validation do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue (1 critical, 0 high severity).
6 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: WEALTHVILLE_API_KEY
Environment variable: WEALTHVILLE_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-amitesh-m-wealthville": {
"env": {
"WEALTHVILLE_API_KEY": "your-wealthville-api-key-here",
"WEALTHVILLE_API_URL": "your-wealthville-api-url-here"
},
"args": [
"-y",
"@wealthville/plugin-wealthville"
],
"command": "npx"
}
}
}From the project's GitHub README.
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).
claude mcp add wealthville -- npx -y @wealthville/mcp-server
Then ask Claude: "Is Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE a good pool to LP into?"
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
MIT licensed. Wealthville data is a data product, not financial advice.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.