You're viewing a demo portfolio

Join the waitlist
PRSM

vest_estimate_cashback

Active

Tool of io.github.VestOSAI/vest-mcp

declared in 2.0.0

Estimate how much cashback a user would earn on their AI tool subscriptions via Vest. Pass subscriptions with monthly costs; Vest accounts for loyalty tier (5–20% depending on total spend). Use when the user asks 'how much could I save?', 'what's my cashback estimate?', or is evaluating whether to join Vest. No API key required. Do NOT use this to recommend tools — use vest_build_stack. Do NOT use this to check what the user already has on Vest — use vest_get_account.

Parameters schema

{
  "type": "object",
  "required": [
    "subscriptions",
    "include_alternates"
  ],
  "properties": {
    "subscriptions": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "monthly_price_usd"
        ],
        "properties": {
          "name": {
            "type": "string",
            "description": "Tool name if slug is not known."
          },
          "slug": {
            "type": "string",
            "description": "Tool slug from Vest catalog (preferred)."
          },
          "seats": {
            "type": "integer",
            "maximum": 9007199254740991,
            "minimum": 1,
            "description": "Number of seats (default 1)."
          },
          "monthly_price_usd": {
            "type": "number",
            "maximum": 10000,
            "description": "Monthly subscription cost in USD.",
            "exclusiveMinimum": 0
          }
        },
        "additionalProperties": false
      },
      "minItems": 1,
      "description": "List of current or planned AI tool subscriptions."
    },
    "include_alternates": {
      "type": "boolean",
      "default": false,
      "description": "When true, attempt to include cheaper alternatives for each tool."
    }
  },
  "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 →