MCP Server — Beta

Flight search,
native to AI agents

MCP server that gives AI agents real-time flight search. Three-tier caching, natural language date parsing, zero-setup integration.

claude_desktop_config.json
"mcpServers": {
  "blytzflight": {
    "url": "https://mcp.blytzflight.com/mcp"
  }
}

Add to your Claude Desktop config. That's it.

Built for AI agents,
engineered for speed

Every component designed from the ground up for agentic workflows.

Three-tier caching

KV hot cache (sub-10ms) backed by D1 warm storage. Minimize API costs, maximize speed. Your agent gets flight results in milliseconds, not seconds.

Natural language dates

"Next Tuesday to Dubai", "in 2 weeks from KL", "return the Friday after". BlytzFlight parses human date queries without rigid formatting.

Zero-setup MCP protocol

Native Model Context Protocol support. Add one line to your Claude Desktop config and your AI agent instantly has flight search capabilities.

Up and running in 30 seconds

Three steps. Zero configuration files. No API keys to manage.

01

Add to Claude Desktop

"mcpServers": {
  "blytzflight": {
    "url": "https://mcp.blytzflight.com/mcp"
  }
}
02

Restart Claude

Claude will automatically detect the new MCP server
and show a lightning bolt icon in the chat.
03

Ask about flights

> "What's the cheapest flight to Tokyo next Tuesday?"
> "Show me weekend getaways from Singapore"

Building your own? Don't.

BlytzFlight handles the hard parts so you don't have to.

Write flight API integration from scratch
One-line config addition
Manage your own caching layer
Three-tiered KV + D1 cache built-in
Handle OAuth, rate limits, API keys
Nothing to manage. Just connect.
Parse natural language dates yourself
Built-in parser for human queries
Build MCP protocol compliance
Native MCP server. Zero work.
Weeks of development time
30 seconds to integrate
<10ms
Hot cache response
KV edge cache
3-tier
Caching layers
KV → D1 → API
Zero
API keys to manage
Just connect
Built with Cloudflare WorkersMCP ProtocolOpen Source

Ready to give your AI agent wings?

Add BlytzFlight to Claude Desktop in 30 seconds. No signup. No API key. Just flight search.

claude_desktop_config.json
"mcpServers": {
  "blytzflight": {
    "url": "https://mcp.blytzflight.com/mcp"
  }
}