Skip to content
Back to Award Travel Finder

Card snapshot

mcp.awardtravelfinder.com · 2026-08-12 08:40:38 UTC · 48c3357a71877f38b1ba1782159f57397479ed64b9bf006ab0facfa7fd16a2b5

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "Award Travel Finder",
  "description": "Award flight and hotel availability, award charts, points valuations, transfer paths, elite status tracking and portfolio management across 24+ airline and hotel loyalty programs.",
  "url": "https://mcp.awardtravelfinder.com/mcp",
  "preferredTransport": "MCP+HTTP",
  "supportedInterfaces": [
    {
      "url": "https://mcp.awardtravelfinder.com/mcp",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "version": "3.0.0",
  "documentationUrl": "https://awardtravelfinder.com/mcp",
  "provider": {
    "organization": "Award Travel Finder",
    "url": "https://awardtravelfinder.com"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "description": "Authorization code + PKCE. Metadata at https://awardtravelfinder.com/.well-known/oauth-authorization-server",
      "flows": {
        "authorizationCode": {
          "authorizationUrl": "https://awardtravelfinder.com/oauth/authorize",
          "tokenUrl": "https://awardtravelfinder.com/oauth/token",
          "scopes": {
            "mcp:read": "Read award availability and the user's own travel data"
          }
        }
      }
    }
  },
  "security": [
    {
      "oauth2": [
        "mcp:read"
      ]
    }
  ],
  "skills": [
    {
      "id": "search-award-availability",
      "name": "Search award flight availability",
      "description": "Find bookable award seats across 18 airlines for a route and date range, in parallel, with points cost and taxes per program.",
      "tags": [
        "flights",
        "awards",
        "availability",
        "miles"
      ],
      "examples": [
        "Business class award seats from London to Tokyo in March",
        "Cheapest way to fly JFK-LIS with points next month"
      ]
    },
    {
      "id": "award-chart-pricing",
      "name": "Award chart pricing",
      "description": "Points required for a route or region in any of 24+ programs, including partner charts, surcharges and cancellation fees.",
      "tags": [
        "award-charts",
        "pricing",
        "partners"
      ],
      "examples": [
        "How many Avios from London to New York in business?"
      ]
    },
    {
      "id": "points-valuation-and-transfers",
      "name": "Points valuation and transfer paths",
      "description": "Current cent-per-point valuations, live transfer bonuses, and the transfer paths from a credit card currency to a bookable airline program.",
      "tags": [
        "valuations",
        "transfers",
        "credit-cards"
      ],
      "examples": [
        "What are Amex points worth?",
        "How do I get points to Flying Blue?"
      ]
    },
    {
      "id": "portfolio-tracking",
      "name": "Points and booking portfolio",
      "description": "Track a user's points balances, award bookings, hotel stays, vouchers and trips. Requires a human-delegated OAuth token.",
      "tags": [
        "portfolio",
        "bookings",
        "balances"
      ],
      "examples": [
        "What's in my points portfolio?",
        "Add my Aeroplan booking"
      ]
    },
    {
      "id": "elite-status",
      "name": "Elite status tracking and matching",
      "description": "Progress toward elite tiers, qualifying earnings for a given flight, status match offers, and the cheapest path to a target tier.",
      "tags": [
        "status",
        "tier-points",
        "status-match"
      ],
      "examples": [
        "How close am I to BA Silver?",
        "Which airlines status match Hyatt Globalist?"
      ]
    },
    {
      "id": "hotel-awards",
      "name": "Hotel award search",
      "description": "Award night availability and points pricing across major hotel programs, including premium property discovery and folio auditing.",
      "tags": [
        "hotels",
        "awards",
        "points"
      ],
      "examples": [
        "Hyatt award nights in Tokyo under 25k points"
      ]
    }
  ]
}