flightclaw MCP server
Search ~300 airlines and book flights with a checkout link. OAuth sign-in by email code.
74 stars
Reviews
Write oneNobody has reviewed flightclaw yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
flightclaw tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-26 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 187ms (auth required)20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityOAuth resource metadata advertised on 40115/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner; website matches verified namespace9/10
What the publisher says
From the flightclaw repository's README, as published. We do not edit it. Read it on GitHub
FlightClaw agents
Search, price-track and book flights from your AI assistant. FlightClaw covers about 300 airlines, remembers your travellers and preferences, and emails you when a tracked fare drops.
Option 1: Hosted MCP (recommended)
Server URL: https://mcp.flightclaw.com/mcp (streamable HTTP, OAuth sign-in). Nothing to install.
Hosted tools
Booking and payment
- searchflights returns offers. Each totalamount includes the FlightClaw booking fee.
- createcheckout returns a checkouturl and the exact totalamount + totalcurrency. Nothing is charged yet.
- Pay one of two ways:
totalamount (fare + booking fee), the user approves it in Link, and the agent pays on checkouturl with the Link virtual card. The agent never pays more than the approved amount.
- Checkout link: the traveller opens checkout_url and pays by card.
- Link virtual card: the agent creates a Link spend request for exactly
- getcheckoutstatus until completed, then get_order for the booking reference.
The agent never asks for card numbers.
Option 2: Local open-source server
The rest of this README covers the self-hosted Python server in this repo. It searches Google Flights and tracks prices locally with no account.
Local MCP server
FlightClaw runs as a local MCP server, giving any MCP-compatible client (Claude Code, Claude Desktop, etc.) access to flight search and tracking tools.
Setup
# Install dependencies
pip install "flights==0.9.0" "mcp[cli]<2" fastmcp pydantic-settings
# Add to Claude Code
claude mcp add flightclaw -- python3 /path/to/agents/server.pyOr in Claude Desktop, add to claudedesktopconfig.json:
{
"mcpServers": {
"flightclaw": {
"command": "python3",
"args": ["/path/to/agents/server.py"]
}
}
}Tools
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http flightclaw https://mcp.flightclaw.com/mcp
flightclaw: common questions
- Is flightclaw MCP server safe?
- Yes, by our scan: it is graded A (98/100). Read the flightclaw safety report
- How do I install flightclaw?
- It runs remotely at mcp.flightclaw.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does flightclaw need an API key?
- No key to paste: it signs you in with OAuth when your client connects.
- Is flightclaw maintained?
- The last commit was in the last day (2026-09-26). The latest release is v1.0.0.
- Is flightclaw up?
- 100% of our last 3 checks got an answer. We check remote servers about four times a day.
- What can I use instead of flightclaw?
- Servers from other publishers that do the same job: Hail MCP server, Val Town MCP server and Mbox MCP server. Compare all flightclaw alternatives.
Alternatives to flightclaw
Same job from other publishers: the closest match first, then the best rated.
HailPhone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.not reviewedGrowingB- Val TownDeploy serverless TypeScript on Val Town: HTTP vals, cron, SQLite, email, OAuth.not reviewedGrowingA
- MboxSearch local email archives (.mbox/.eml) entirely on your machine. No OAuth, no cloud.not reviewedGrowingA
- emailmdRender markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails.not reviewedEstablishedA
- OpenOSINTAI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.not reviewedEstablishedC