Skip to main content
Glama
amitesh-m

Wealthville : Solana DEFI Intelligence & AI Scoring

by amitesh-m
README.md
# Wealthville Integrations

[![smithery badge](https://smithery.ai/badge/amitesh-m/wealthville)](https://smithery.ai/servers/amitesh-m/wealthville)
[![npm](https://img.shields.io/npm/v/%40wealthville%2Fmcp-server?label=%40wealthville%2Fmcp-server)](https://www.npmjs.com/package/@wealthville/mcp-server)
[![MCP Registry](https://img.shields.io/badge/MCP%20Registry-io.github.amitesh--m%2Fwealthville-1f6feb)](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.amitesh-m/wealthville)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

Official connectors for the [Wealthville](https://wealthville.net) 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](https://www.wealthville.net/track-record).

| Package | For | Install |
| :--- | :--- | :--- |
| [`mcp-server`](mcp-server/) | Claude, Cursor, any [MCP](https://modelcontextprotocol.io) client | `npx -y @wealthville/mcp-server` |
| [`solana-agent-kit-plugin`](solana-agent-kit-plugin/) | [Solana Agent Kit](https://github.com/sendaifun/solana-agent-kit) v2 agents | `npm i @wealthville/solana-agent-kit-plugin` |
| [`elizaos-plugin`](elizaos-plugin/) | [ElizaOS](https://github.com/elizaOS/eliza) 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](https://wealthville.net/developers) raises the rate limit).

## Quick start (MCP + Claude)

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

Then ask Claude: *"Is `Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE` a good pool to LP into?"*

## The API underneath

```bash
curl https://wealthville.net/api/v1/scores/top?limit=5
curl https://wealthville.net/api/v1/track-record?days=30
```

Docs: [wealthville.net/developers](https://wealthville.net/developers) · OpenAPI: [/api/v1/openapi.json](https://wealthville.net/api/v1/openapi.json) · Methodology: [/learn/wealthville-score](https://www.wealthville.net/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**.

TDQS

A4.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool serves a unique purpose: pool scoring, top pools listing, track record, and signals feed. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'get_' prefix with a clear noun phrase (e.g., get_pool_score, get_top_pools), making them predictable and easy to understand.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose of Solana DeFi intelligence and AI scoring. Each tool is essential and no unnecessary redundancy.

Completeness4/5

The tool set covers core functionality: scoring a single pool, browsing top pools, reviewing historical performance, and receiving new signals. Minor omission could be a search filter for pools, but not critical for the domain.

Maintenance

ActivitySlowing
ResponsivenessNo issues