EU261 Flight Compensation
dev.danielsuchan/eu261EU261 flight delay compensation: check eligibility, compute EV, track fares. 6 tools, 35+ airports.
Tools · 6
Check if a flight qualifies for EU261 delay compensation and compute the € amount
Compute EU261 expected value for a trip: net cost after compensation probability
Store a fare observation for trend tracking (builds price history in DO state)
Retrieve stored price history for a route
List all known airports with EU status
Calculate great-circle distance between two airports and the EU261 compensation band
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"eu261_flight_compensation": {
"url": "https://eu261.danielsuchan.dev/mcp",
"transport": "streamable-http"
}
}
}