Card snapshot
mcp.awardtravelfinder.com
·
2026-08-08 10:51:55 UTC
·
d4d5d532c81e29fe5466778167d3197fbe265a7400ffea826faea6d49c8af1e1
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",
"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"
]
}
]
}