# Wealthville (npm · @wealthville/mcp-server)

Solana + EVM liquidity-pool scores: Enter/Hold/Exit verdicts and 0-100 Wealthville Score.

- Trust score: 79/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `wealthville.net`: 73/100, [markdown](https://verifymcp.io/servers/amitesh-m-wealthville/wealthville.md), [page](https://verifymcp.io/servers/amitesh-m-wealthville/wealthville)
- npm · `@wealthville/mcp-server`: 79/100 (this document), [markdown](https://verifymcp.io/servers/amitesh-m-wealthville/wealthville-mcp-server.md), [page](https://verifymcp.io/servers/amitesh-m-wealthville/wealthville-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@wealthville/mcp-server`
- Version: `0.3.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to amitesh-m/wealthville-integrations).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 7 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 345 tokens (~86/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add amitesh-m-wealthville -- npx -y @wealthville/mcp-server
```

### Codex

```bash
codex mcp add amitesh-m-wealthville -- npx -y @wealthville/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "amitesh-m-wealthville": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@wealthville/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add amitesh-m-wealthville --command npx --arg -y --arg @wealthville/mcp-server
```

### Hermes

```yaml
mcp_servers:
  amitesh-m-wealthville:
    command: "npx"
    args: ["-y", "@wealthville/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "amitesh-m-wealthville": {
      "command": "npx",
      "args": [
        "-y",
        "@wealthville/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 79, −1)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-03 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 79, +74)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] The attested source repository moved: amitesh-m/wealthville-integrations
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-08-01 (score 5, −33)

- [security regression] Stability: 0.17 → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 38, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 40, −35)

- [security regression] Known CVEs: partial → unverified
- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: pass → unverified
- [security] The attested source repository moved: amitesh-m/wealthville-integrations
- [functional regression] Maintenance: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] License: pass → unverified
- [functional] Licence: MIT

### 2026-07-27 (score 75)

First indexed and scored.

## MCP tools (4)

### `get_pool_score` (~112 tokens)

Get the Wealthville verdict (ENTER/HOLD/EXIT/AVOID) and scores (enter/hold/exit + composite Wealthville Score, 0-100) for one liquidity pool. Use before recommending or opening any LP position. Accepts a Solana pool address (base58) or an EVM 0x address / DefiLlama pool UUID.

Input parameters:

- `pool_address` (string, required): Pool address: Solana base58, EVM 0x, or DefiLlama UUID

### `get_top_pools` (~97 tokens)

List liquidity pools ranked by composite Wealthville Score (0-100), freshly scored within the last 6 hours. Good for "what are the best pools right now?" questions.

Input parameters:

- `chain` (string): "solana" (default), "evm" (all EVM chains), or one EVM chain e.g. "ethereum", "base"
- `limit` (integer): How many pools (default 25)

### `get_track_record` (~82 tokens)

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). Use when asked whether Wealthville scores can be trusted, or for the system's recent performance.

Input parameters:

- `days` (integer): Window in days (default 30)

### `get_signals_feed` (~54 tokens)

Get the latest published Wealthville signals (ENTER/EXIT/RISK_OFF calls with narrative and confidence). Use for "any new LP signals?" questions.

Input parameters:

- `limit` (integer): How many signals (default 20)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/amitesh-m-wealthville/wealthville-mcp-server#diagnostics

## Score history

- 2026-08-04: 79
- 2026-08-03: 80
- 2026-08-02: 79
- 2026-08-01: 5
- 2026-07-31: 38
- 2026-07-30: 40
- 2026-07-28: 75
- 2026-07-27: 75

## Links

- npm package: https://www.npmjs.com/package/@wealthville/mcp-server
- Socket report: https://socket.dev/npm/package/@wealthville/mcp-server
- Repository: https://github.com/amitesh-m/wealthville-integrations
- Website: https://wealthville.net/mcp
- Changelog RSS feed: https://verifymcp.io/servers/amitesh-m-wealthville/wealthville-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/amitesh-m-wealthville/wealthville-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/amitesh-m-wealthville/wealthville-mcp-server
