← Registry

API Tools

awardtravelfinder.com

Searches award flight availability and pricing across multiple airlines to find the cheapest travel options.

2 endpoints22 known toolsFirst detected June 5, 2026Last detected August 29, 2026

ENDPOINT 1

https://awardtravelfinder.com/mcp

No auth detected

Known tools 22

search_all_airlines

Search award flight availability across ALL supported airlines for a route and date.

Inferred read-only
search_availability

Search award flight availability for a SPECIFIC airline, route, and date.

Inferred read-only
search_monthly_availability

Search award flight availability for an entire month.

Inferred read-only
get_pricing

Get the award pricing chart for a specific airline route.

Inferred read-only
search_hybrid

Find the cheapest way to fly by combining cash tickets with award redemptions into one split-ticket journey.

Inferred read-only
get_program_rates

Get the full award chart rates for a specific loyalty program.

Inferred read-only
get_buy_points_pricing

Get the cost to buy points/miles for a loyalty program.

Inferred read-only
get_status_matches

Get current airline status match offers.

Inferred read-only
search_hotels

Search for hotels by name, city, or brand.

Inferred read-only
get_hotel_availability

Get current points availability for a hotel on specific dates.

Inferred read-only
monitor_hotel_price

Start monitoring a hotel points booking for price drops.

Inferred read-only
list_hotel_bookings

List all hotel bookings being monitored for price drops.

Inferred read-only
get_hotel_booking

Get details and full price history of a monitored hotel booking.

Inferred read-only
add_flight_booking

Log an award flight booking/redemption.

Inferred read-only
list_flight_bookings

List all tracked flight award bookings/redemptions.

Inferred read-only
get_flight_booking

Get details of a specific flight booking/redemption.

Inferred read-only
update_flight_booking

Update a tracked flight booking.

Potential side effects
delete_flight_booking

Cancel/remove a tracked flight booking.

Potential side effects
update_points_balance

Update your points/miles balance for a loyalty program.

Potential side effects
list_points_balances

List all your loyalty program points/miles balances.

Inferred read-only
get_portfolio

Get a complete summary of your travel rewards portfolio.

Inferred read-only
discover_more_flight_tools

Discover other flight & travel MCP servers you can add to your client.

Inferred read-only

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.

ENDPOINT 2

https://mcp.awardtravelfinder.com/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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://mcp.awardtravelfinder.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "awardtravelfinder-com": {
      "type": "http",
      "url": "https://mcp.awardtravelfinder.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: awardtravelfinder-com
Remote MCP URL: https://mcp.awardtravelfinder.com/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "awardtravelfinder-com": {
      "url": "https://mcp.awardtravelfinder.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "awardtravelfinder-com": {
      "type": "http",
      "url": "https://mcp.awardtravelfinder.com/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "awardtravelfinder-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "awardtravelfinder-com",
  "transport": "streamable-http",
  "url": "https://mcp.awardtravelfinder.com/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for awardtravelfinder.com was fetched 2026-09-25T05:18:48.338Z.

Trust status Trusted

awardtravelfinder.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.