Skip to content
Back to search
100
MCP v1.0.0 streamable-http

EU261 Flight Compensation

dev.danielsuchan/eu261

EU261 flight delay compensation: check eligibility, compute EV, track fares. 6 tools, 35+ airports.

Uptime
no direct probes in 30d
Response
843ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

check_eligibility

Check if a flight qualifies for EU261 delay compensation and compute the € amount

compute_ev

Compute EU261 expected value for a trip: net cost after compensation probability

record_price

Store a fare observation for trend tracking (builds price history in DO state)

get_price_history

Retrieve stored price history for a route

list_airports

List all known airports with EU status

distance

Calculate great-circle distance between two airports and the EU261 compensation band

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"
    }
  }
}