npm @wealthville/mcp-serverstreamable-httpMITupdated 1mo ago
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.
What can you do with Wealthville?
Wealthville Integrations
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).
Quick start (MCP + Claude)
claude mcp add wealthville -- npx -y @wealthville/mcp-server
Then ask Claude: "Is Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE a good pool to LP into?"
The API underneath
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
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.
Install
Add Wealthville to your client. Pick the one you use.
{
"servers": {
"mcp-server": {
"type": "http",
"url": "https://wealthville.net/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp-server -- npx -y @wealthville/mcp-servercodex mcp add mcp-server -- npx -y @wealthville/mcp-serveramp mcp add mcp-server -- npx -y @wealthville/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@wealthville/mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@wealthville/mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@wealthville/mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@wealthville/mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@wealthville/mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@wealthville/mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@wealthville/mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @wealthville/mcp-serverRun `goose configure`, choose **Add Extension โ Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation13/25
- Maintenance22/25
- Trust13/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 32 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.3.1Latest | Jul 27, 2026 |
| 0.3.0 | Jul 27, 2026 |
| 0.1.3 | Jul 24, 2026 |
| 0.1.2 | Jul 24, 2026 |
| 0.1.1 | Jul 15, 2026 |