← airportdropoffcharges.co.uk

INDIVIDUAL MCP TOOL

get_airport_charge

Get full verified drop-off & pick-up charge details for one UK airport, by name or IATA code (e.g.

airportdropoffcharges.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://airportdropoffcharges.co.uk/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_airport_charge and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.
  • A tool name or description suggests a financial action.

Parent server

airportdropoffcharges.co.uk

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.airport-drop-off-charges]
url = "https://airportdropoffcharges.co.uk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "airport-drop-off-charges": {
      "type": "http",
      "url": "https://airportdropoffcharges.co.uk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: airport-drop-off-charges
Remote MCP URL: https://airportdropoffcharges.co.uk/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "airport-drop-off-charges": {
      "url": "https://airportdropoffcharges.co.uk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "airport-drop-off-charges": {
      "type": "http",
      "url": "https://airportdropoffcharges.co.uk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "airport-drop-off-charges",
  "transport": "streamable-http",
  "url": "https://airportdropoffcharges.co.uk/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_airports — List all UK airports in the dataset with drop-off fee, free-time window and whether a free alternative exists.
  • compare_airports — Compare drop-off charges of two or more UK airports side by side.
  • summary_stats — Summary statistics across all UK airport drop-off charges: average, highest, which are free, which have no free alternative.