Back to the catalog

wealthville

Score DeFi liquidity pools before providing liquidity: a 0-100 pool score and an Enter/Hold/Exit/Reduce/Avoid verdict for ~68,800 Solana poo

Open source Open in the app JSON README (API)

About

Score DeFi liquidity pools before providing liquidity: a 0-100 pool score and an Enter/Hold/Exit/Reduce/Avoid verdict for ~68,800 Solana pools and 575 EVM pools, with a public miss-inclusive track record.

Details

Kind
Plugins
Topic
Finance & crypto
Publisher
amitesh-m
Origin
gemini
Category
ferramentas
Version
0.3.1
Forks
1
Open pull requests
1
Last push
2026-07-30T17:01:34Z
Repository state
ativo
Language
TypeScript
License
MIT
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
amitesh-m/wealthville-integrations

README

# 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**.

More