You're viewing a demo portfolio

Join the waitlist
PRSM

vest_get_account

Active

Tool of io.github.VestOSAI/vest-mcp

declared in 2.0.0

Get the authenticated user's Vest account details: wallet balance, subscription stack, loyalty tier, lifetime earnings, and next payout date. Requires authentication. Use when the user asks about their Vest account, wallet balance, earnings, or subscriptions. Do NOT use this to estimate hypothetical earnings — use vest_estimate_cashback. Do NOT use this to recommend tools or stacks — use vest_build_stack.

Parameters schema

{
  "type": "object",
  "required": [
    "include"
  ],
  "properties": {
    "include": {
      "type": "array",
      "items": {
        "enum": [
          "wallet",
          "subscriptions",
          "tier",
          "lifetime_earnings",
          "next_payout"
        ],
        "type": "string"
      },
      "default": [
        "wallet",
        "subscriptions",
        "tier"
      ],
      "description": "Which account fields to include in the response."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.VestOSAI/vest-mcp

https://github.com/VestOSAI/vest-mcp

1/7 registries
View full server →