The AI Award Travel Brain — over MCP.
Wire ATF's persistent memory and agent into your own client. One sign-in across cards, loyalty accounts, search tools, and folios — accessible over the open MCP protocol that Claude, ChatGPT, Cursor, and Windsurf already speak.
Setup
- Ensure Node.js is installed (needed to run the MCP bridge)
- Open Settings → Developer → Edit Config
- Add to your
claude_desktop_config.json:
{
"mcpServers": {
"awardtravelfinder": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://mcp.awardtravelfinder.com/mcp"
]
}
}
}
4. Restart Claude Desktop. Your browser opens to sign in (free, no card) — after you authorize, AwardTravelFinder tools appear in the tools menu. No API key needed; don’t add an Authorization or X-API-Key header — the endpoint authenticates via OAuth only, and a leftover key header will block the connection.
Recommended: install the free Claude Code plugin — OAuth in your browser, no API key to manage.
/plugin marketplace add jackculpan/award-travel-finder-plugin
/plugin install award-travel-finder
On first use, Claude opens your browser to sign you up — 30 seconds, no card. Free: 5 economy searches/day.
Or add the server manually — Claude Code runs the OAuth flow in your browser on first use:
claude mcp add awardtravelfinder \
--transport http \
https://mcp.awardtravelfinder.com/mcp
No API key needed — don’t pass an -H Authorization/X-API-Key header. The endpoint is OAuth-only; a leftover key header overrides the OAuth token and returns 401. Free for economy; upgrade for all cabins.
- Open Cursor Settings → MCP
- Click + Add new global MCP server
- Paste the following:
{
"mcpServers": {
"awardtravelfinder": {
"url": "https://mcp.awardtravelfinder.com/mcp"
}
}
}
Cursor opens your browser to sign in on first use. No API key or headers block needed — the endpoint is OAuth-only.
- Open Windsurf Settings → Cascade → MCP
- Click Add Server → Add custom server
- Add the following:
{
"mcpServers": {
"awardtravelfinder": {
"serverUrl": "https://mcp.awardtravelfinder.com/mcp"
}
}
}
Windsurf opens your browser to sign in on first use. No API key or headers block needed — the endpoint is OAuth-only.
Available tools
Try it
Ask your AI assistant:
- "Find
BAbusiness class availability fromLHRtoJFKon March 15th" - "Show me
Qatar Airwaysaward availability for the whole of April,DOHtoSIN" - "How many
Aviosdo I need for London to New York in first class?" - "What airports does
Cathay Pacificfly to?"
Why install this
30-second signup
Install in your AI client, ask a question. On first use Claude opens your browser and you sign up at awardtravelfinder.com — no credit card, no waitlist. Free: 5 economy searches/day.
Monthly calendars in one prompt
Most flight tools make you click through 30 dates one at a time. Ask for "May 2027 LHR→HND in business" and you get the whole month back as a table.
Every program, one comparison
Same route, priced in Avios + Aeroplan + Flying Blue + Virgin in a single response — taxes and fuel surcharges included. The "is this actually a good deal?" question, in 8 seconds.
Live data, not training-data guesses
AI on its own will hallucinate award charts and quote rates from 2019. The MCP server replaces guesses with real availability and current pricing.
Plans
Same MCP endpoint, two tiers. Upgrade in one click — cancel anytime.
Need higher API volume or commercial use? Contact us →
FAQ
Do I need an API key?
Is it really free?
What about my data?
Which AI clients does this work in?
https://mcp.awardtravelfinder.com/mcp follows the open Model Context Protocol spec, so any client that supports remote MCP servers works — Claude Code (via the one-command plugin), Claude Desktop, Cursor, Windsurf, and ChatGPT's MCP support as it rolls out. Setup guides for each are in the Setup section above.What about point.me, Roame, or other tools?
How accurate is the data?
How do I report a bug or request an integration?
Free accounts get 5 economy searches/day. Premium $9.99/mo unlocks unlimited searches and all cabins.