← getvest.ai

INDIVIDUAL MCP TOOL

vest_estimate_cashback

Estimate how much cashback a user would earn on their AI tool subscriptions via Vest.

getvest.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.getvest.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for vest_estimate_cashback and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

getvest.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.vest]
url = "https://mcp.getvest.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vest": {
      "type": "http",
      "url": "https://mcp.getvest.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vest
Remote MCP URL: https://mcp.getvest.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "vest": {
      "url": "https://mcp.getvest.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vest": {
      "type": "http",
      "url": "https://mcp.getvest.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vest",
  "transport": "streamable-http",
  "url": "https://mcp.getvest.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • vest_build_stack — Recommend a curated stack of AI tools for a specific user goal or mission, with live cashback rates and tracked signup links.
  • vest_search_tools — Search and browse AI tools available in Vest's cashback catalog.
  • vest_get_signup_link — ALWAYS use this tool when the user mentions Vest together with a specific AI tool name (e.
  • vest_get_account — Get the authenticated user's Vest account details: wallet balance, subscription stack, loyalty tier, lifetime earnings, and next payout date.
  • vest_submit_tool_request — Submit a request to add a new AI tool to the Vest catalog.