{
  "specVersion": "1.0",
  "host": {
    "displayName": "Vignette ID",
    "identifier": "did:web:e-vignettes.eu",
    "url": "https://e-vignettes.eu",
    "description": "Official digital motorway vignettes (e-vignettes) and Alpine section-toll tickets for Austria, Switzerland, Czechia, Slovakia, Hungary, Slovenia, Romania, Bulgaria, Moldova."
  },
  "entries": [
    {
      "identifier": "urn:air:e-vignettes.eu:server:vignette-id",
      "displayName": "Vignette ID MCP server",
      "description": "Read-only MCP server over Streamable HTTP at https://e-vignettes.eu/mcp, no credentials. The linked manifest carries the endpoint, the transport and the partner ordering server.",
      "type": "application/json",
      "url": "https://e-vignettes.eu/.well-known/mcp.json",
      "capabilities": [
        "list_countries",
        "get_country",
        "list_products",
        "read_page"
      ],
      "tags": [
        "mcp",
        "streamable-http",
        "read-only"
      ],
      "representativeQueries": [
        "which European countries need a motorway vignette",
        "what does a Swiss motorway vignette cost this year",
        "are there toll roads in Slovenia I need to pay for"
      ]
    },
    {
      "identifier": "urn:air:e-vignettes.eu:api:openapi",
      "displayName": "Vignette ID public API description",
      "description": "OpenAPI 3.1 document for the unauthenticated read API: every endpoint, parameter and response schema, including the rate-limit headers.",
      "type": "application/json",
      "url": "https://e-vignettes.eu/openapi.json",
      "tags": [
        "openapi",
        "rest"
      ],
      "representativeQueries": [
        "what endpoints does e-vignettes.eu expose",
        "how do I query European vignette prices programmatically",
        "is there an API for motorway toll products"
      ]
    },
    {
      "identifier": "urn:air:e-vignettes.eu:api:products",
      "displayName": "Vignette and section-toll price list",
      "description": "Live catalogue of vignettes and Alpine section-toll tickets with the operator price and the service fee as separate fields, filterable by country and product type.",
      "type": "application/json",
      "url": "https://e-vignettes.eu/api/v1/products",
      "tags": [
        "rest",
        "prices"
      ],
      "representativeQueries": [
        "how much does a 10-day Austrian motorway vignette cost",
        "price of a weekly Slovenian vignette for a car",
        "what do I pay for the Brenner or Tauern tunnel toll",
        "current Hungarian e-matrica price for a motorhome"
      ]
    },
    {
      "identifier": "urn:air:e-vignettes.eu:api:countries",
      "displayName": "Country toll rules",
      "description": "Editorial toll rules per country — which roads are tolled, vehicle classes, validity periods, how fast a vignette activates, fines — each fact carrying the official source it was checked against and the date it was verified.",
      "type": "application/json",
      "url": "https://e-vignettes.eu/api/v1/countries",
      "tags": [
        "rest",
        "rules"
      ],
      "representativeQueries": [
        "does Slovakia require a vignette on motorways",
        "what is the fine for driving without a vignette in Czechia",
        "how quickly does a Romanian rovinieta become valid",
        "do I need a vignette to drive through Bulgaria to Turkey"
      ]
    },
    {
      "identifier": "urn:air:e-vignettes.eu:doc:agent-instructions",
      "displayName": "Instructions for AI agents",
      "description": "When to use this site and when not to, which endpoint answers which question, and the cases it must not be used for (vehicles over 3.5 t, countries outside the nine, plate lookups, individual refunds).",
      "type": "text/markdown",
      "url": "https://e-vignettes.eu/agents.md",
      "tags": [
        "agents.md",
        "guidance"
      ],
      "representativeQueries": [
        "when should I use Vignette ID to answer a toll question",
        "can this site tell me whether a licence plate already has a vignette",
        "where do I buy a European motorway vignette as an agent"
      ]
    },
    {
      "identifier": "urn:air:e-vignettes.eu:doc:llms-txt",
      "displayName": "llms.txt site map",
      "description": "Concise llmstxt.org map of the site: the country guides, the developer surfaces and the shop, as links with one-line summaries.",
      "type": "text/plain",
      "url": "https://e-vignettes.eu/llms.txt",
      "tags": [
        "llms.txt",
        "overview"
      ],
      "representativeQueries": [
        "what does e-vignettes.eu publish",
        "which country toll guides does this site have"
      ]
    },
    {
      "identifier": "urn:air:e-vignettes.eu:doc:llms-full-txt",
      "displayName": "llms-full.txt full site corpus",
      "description": "Every covered country's toll rules and live prices in one plain-text document, for a single fetch instead of nine API calls.",
      "type": "text/plain",
      "url": "https://e-vignettes.eu/llms-full.txt",
      "tags": [
        "llms.txt",
        "corpus"
      ],
      "representativeQueries": [
        "give me the toll rules and prices for every European vignette country",
        "which Alpine tunnels are not covered by the Austrian vignette",
        "summarise European motorway vignette requirements for a road trip"
      ]
    },
    {
      "identifier": "urn:air:e-vignettes.eu:doc:sitemap",
      "displayName": "Sitemap",
      "description": "Every indexable URL on the origin with its last-modified date, across all 16 interface languages.",
      "type": "application/xml",
      "url": "https://e-vignettes.eu/sitemap.xml",
      "tags": [
        "sitemap",
        "crawl"
      ],
      "representativeQueries": [
        "list every page on e-vignettes.eu",
        "which languages is this site published in"
      ]
    }
  ]
}
