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 endpoint
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.awardtravelfinder-com]
url = "https://awardtravelfinder.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"awardtravelfinder-com": {
"type": "http",
"url": "https://awardtravelfinder.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: awardtravelfinder-com
Remote MCP URL: https://awardtravelfinder.com/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": {
"awardtravelfinder-com": {
"url": "https://awardtravelfinder.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"awardtravelfinder-com": {
"type": "http",
"url": "https://awardtravelfinder.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "awardtravelfinder-com",
"transport": "streamable-http",
"url": "https://awardtravelfinder.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_all_airlines— Search award flight availability across ALL supported airlines for a route and date.search_availability— Search award flight availability for a SPECIFIC airline, route, and date.search_monthly_availability— Search award flight availability for an entire month.get_pricing— Get the award pricing chart for a specific airline route.search_hybrid— Find the cheapest way to fly by combining cash tickets with award redemptions into one split-ticket journey.get_program_rates— Get the full award chart rates for a specific loyalty program.get_buy_points_pricing— Get the cost to buy points/miles for a loyalty program.get_status_matches— Get current airline status match offers.