Skip to content
VS Code

EU261 Flight Compensation for VS Code

dev.danielsuchan/eu261

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

client:VS Code transport:streamable-http

Install EU261 Flight Compensation in VS Code

.vscode/mcp.json

{
  "servers": {
    "eu261": {
      "type": "http",
      "url": "https://eu261.danielsuchan.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

EU261 Flight Compensation in other clients