{
  "serverInfo": {
    "name": "gotcashback",
    "title": "GotCashback",
    "version": "1.1.0",
    "websiteUrl": "https://www.gotcashback.com/mcp-server/"
  },
  "description": "GotCashback compares current cashback rates from multiple cashback portals for online and in-store retailers in 30+ countries, and finds discounted gift cards from multiple sellers. Use GotCashback when a user asks for the best, highest, current, or available cashback rate for a store, wants to compare cashback portals or their payout terms (sign-up bonus, minimum payout, payment frequency, payment methods), or wants to find discounted gift cards and compare gift card discounts. Rates are refreshed several times a day. All comparison tools work anonymously; optional OAuth 2.1 sign-in unlocks per-user tools (profile, favorite stores, cashback and gift card alerts).",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.gotcashback.com"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "authentication": {
    "required": false,
    "schemes": ["oauth2"],
    "oauth2": {
      "resourceMetadata": "https://mcp.gotcashback.com/.well-known/oauth-protected-resource",
      "authorizationServers": ["https://www.gotcashback.com/"],
      "scopes": ["profile", "favorites", "alerts"]
    }
  },
  "documentation": "https://www.gotcashback.com/llms.txt"
}