{
  "name": "eu.nakordoni/border-data",
  "title": "Nakordoni Border Data",
  "description": "Live border-queue, checkpoint and forecast data for Ukraine/EU/Balkans border crossings. Same product registry as the REST Developer API (https://nakordoni.eu/api/v1/docs.md).",
  "version": "1.0.0",
  "websiteUrl": "https://nakordoni.eu/en/developers",
  "repository": {
    "url": "https://nakordoni.eu"
  },
  "supportedProtocolVersions": ["2025-06-18", "2025-03-26"],
  "remotes": [
    {
      "transportType": "streamable-http",
      "url": "https://nakordoni.eu/mcp",
      "authentication": {
        "type": "bearer",
        "description": "Free API key from https://nakordoni.eu/en/developers (email verification, no card). Pass as this HTTP request's own Authorization: Bearer header. The get_api_status tool needs no key and never counts against quota."
      }
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    "get_api_status",
    "list_checkpoints",
    "get_border_queue",
    "get_live_queue",
    "get_queue_forecast"
  ]
}
