vest_get_account
ActiveTool of io.github.VestOSAI/vest-mcp
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.VestOSAI/vest-mcp
https://github.com/VestOSAI/vest-mcp
1/7 registries