
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@wealthville/mcp-server
Advanced tools
MCP server exposing Wealthville pool scores, verdicts, and the live track record to AI assistants
Gives AI assistants (Claude, Cursor, or anything that speaks MCP) live access to Wealthville pool scores — Enter/Hold/Exit verdicts and the composite Wealthville Score (0–100) for Solana + EVM liquidity pools, plus the public, miss-inclusive track record.
Ask your assistant things like:
"Is this Meteora pool safe to LP into?" · "What are the top 10 Solana pools right now?" · "How has Wealthville's ENTER signal performed lately?"
| Tool | What it does |
|---|---|
get_pool_score | Verdict + 4 scores for one pool (Solana base58, EVM 0x, or DefiLlama UUID) |
get_top_pools | Pools ranked by Wealthville Score (limit, chain) |
get_track_record | Live hit rates + IL-adjusted PnL, misses included (days) |
get_signals_feed | Latest published ENTER/EXIT signals (limit) |
Every response includes the methodology link and the "not financial advice" note, so assistants relay them.
Claude Code:
claude mcp add wealthville -- npx -y @wealthville/mcp-server
Claude Desktop / other MCP clients — add to the MCP config:
{
"mcpServers": {
"wealthville": {
"command": "npx",
"args": ["-y", "@wealthville/mcp-server"]
}
}
}
From source: npm install && npm run build, then point your MCP config at node dist/index.js.
For platforms that need an HTTPS endpoint (e.g. Smithery's "MCP Server URL"), the
same server also runs over Streamable HTTP at POST /mcp — stateless, so it
scales horizontally. Build the image and host it anywhere:
docker build -f Dockerfile.http -t wealthville-mcp-http .
docker run -p 8080:8080 wealthville-mcp-http
# health: curl -s localhost:8080/health
# then expose it over HTTPS and use https://<your-host>/mcp
Or without Docker: npm run build && npm run start:http (listens on $PORT, default 8080).
Per-request config is accepted via ?config=<base64 JSON>, ?wealthvilleApiKey=…, or an
x-api-key header; otherwise the WEALTHVILLE_* env vars below apply.
| Env var | Purpose |
|---|---|
WEALTHVILLE_API_KEY | Partner key → higher rate limit (get one at wealthville.net/developers) |
WEALTHVILLE_API_URL | Override the API base URL (default https://wealthville.net) |
No key is required — anonymous access is 60 req/min per IP.
GET endpoints; it never touches wallets or signs anything.FAQs
MCP server exposing Wealthville pool scores, verdicts, and the live track record to AI assistants
We found that @wealthville/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.