← Back to Plugins
MCP Server MCP

Wealthville

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @wealthville/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://wealthville.net/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@wealthville/mcp-server",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional free partner key for a higher rate limit (anonymous works at 60 req/min)",
          "isSecret": true,
          "name": "WEALTHVILLE_API_KEY"
        },
        {
          "description": "Override the API base URL (default https://wealthville.net)",
          "name": "WEALTHVILLE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...