eu.e-vignettes/vignette-id
REMOTE · E-VIGNETTES.EU · 2 COMPONENTS · SCANNED SEP 25
European motorway vignette catalogue: covered countries, each country's toll rules, today's prices.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →
Endpoint Security80
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one. See how to fix → View diagnostics → Partial
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability89
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 827 tokens (~118/item across 7 items; 4 tools + 3 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
- Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (25% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
- Supports UI / widget rendering.Pass
How do I install the eu.e-vignettes/vignette-id MCP server?
eu.e-vignettes/vignette-id is a hosted endpoint at https://e-vignettes.eu/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · e-vignettes.eu
claude mcp add --transport http eu-e-vignettes-vignette-id 'https://e-vignettes.eu/mcp'
{
"mcpServers": {
"eu-e-vignettes-vignette-id": {
"url": "https://e-vignettes.eu/mcp"
}
}
} {
"servers": {
"eu-e-vignettes-vignette-id": {
"type": "http",
"url": "https://e-vignettes.eu/mcp"
}
}
} [mcp_servers.eu-e-vignettes-vignette-id] url = "https://e-vignettes.eu/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"eu-e-vignettes-vignette-id": {
"type": "remote",
"url": "https://e-vignettes.eu/mcp",
"enabled": true
}
}
} openclaw mcp add eu-e-vignettes-vignette-id --url 'https://e-vignettes.eu/mcp' --transport streamable-http
mcp_servers:
eu-e-vignettes-vignette-id:
url: "https://e-vignettes.eu/mcp" {
"McpServers": {
"eu-e-vignettes-vignette-id": {
"Transport": "http",
"Url": "https://e-vignettes.eu/mcp"
}
}
} assistant mcp add eu-e-vignettes-vignette-id -t streamable-http -u 'https://e-vignettes.eu/mcp'
{
"mcpServers": {
"eu-e-vignettes-vignette-id": {
"type": "http",
"url": "https://e-vignettes.eu/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 25 Sept 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 24 Sept 26 76
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 25 Sept 2026 · Probed https://e-vignettes.eu/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=e-vignettes.eu | CN=YR2,O=Let's Encrypt,C=US | 20 Sept 2026 | 19 Dec 2026 | RSA 2048 | SHA256-RSA | 6c6bb0c25a79d37e670e9ad5ea05328b4ca |
| SANs: e-vignettes.eu | ||||||
| CN=YR2,O=Let's Encrypt,C=US (CA) | CN=Root YR,O=ISRG,C=US | 3 Sept 2025 | 2 Sept 2028 | RSA 2048 | SHA256-RSA | 4ebd24947e24d394802d84a52fd5b319 |
| CN=Root YR,O=ISRG,C=US (CA) | CN=ISRG Root X1,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | RSA 4096 | SHA256-RSA | f24b6d17f9d9ad7cb1c9fea78782699f |
Background: What to check on a remote MCP endpoint →
DNSSEC insecure
Validation of e-vignettes.eu. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| eu. | present | 35926 | 8 | Verified |
| e-vignettes.eu. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=63072000 |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://e-vignettes.eu/mcp | Verified | 200 | |
| http (plaintext) | http://e-vignettes.eu/mcp | HTTPS enforced | 308 | https://e-vignettes.eu/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
get_country Get a country's toll rules ~122
Get everything the Vignette ID country guide states about one country: which roads are tolled, vehicle categories and validity periods, how activation and plate registration work, fines and enforcement, tolls a vignette does not cover, a country FAQ, and the official operator pages every fact was checked against. Prices are not included — use list_products for those.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | ISO 3166-1 alpha-2 country code, lower case. One of: at, ch, cz, sk, hu, si, ro, bg, md. |
No output schema declared.
No examples provided.
list_countries List covered countries ~70
List the nine European countries Vignette ID sells motorway vignettes and section tolls for, with each country's official toll operator, a one-paragraph summary of how its toll system works, and the date the facts were last verified. Call this first to discover valid country codes for the other tools.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| countries | array | yes | – |
No examples provided.
list_products List vignette prices ~137
List the live catalogue of vignettes and Alpine section tolls with their prices. Each product covers one country and one vehicle type; its offers array holds one entry per validity period, stating the total customer price, the underlying government price and the Vignette ID service fee separately. Omit country to get all nine countries at once.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | – | Restrict to one country by ISO 3166-1 alpha-2 code, lower case. Omit for all nine. |
| type | string | – | vignette for ordinary motorway vignettes, tunnel for the Alpine section tolls a vignette does not cover. |
No output schema declared.
No examples provided.
read_page Read a page as Markdown ~96
Read any page of e-vignettes.eu as Markdown, without parsing HTML. Useful for the editorial pages the structured tools do not cover: /about, /contact, /privacy, /terms, /partner, /developers, /tollboxes and the blog. Pass the path only, for example /partner or /about-at.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Site path beginning with a slash, for example "/" or "/partner". |
No output schema declared.
No examples provided.
What is the eu.e-vignettes/vignette-id MCP server?
eu.e-vignettes/vignette-id is an MCP server listed in the public MCP registry as eu.e-vignettes/vignette-id. European motorway vignette catalogue: covered countries, each country's toll rules, today's prices. This page covers its hosted endpoint (https://e-vignettes.eu/mcp).
Is the eu.e-vignettes/vignette-id MCP server safe to use?
eu.e-vignettes/vignette-id scores 76 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the eu.e-vignettes/vignette-id MCP server expose?
eu.e-vignettes/vignette-id exposes 4 tools: list_countries, get_country, list_products, read_page. Their descriptions and schemas cost roughly 425 tokens of context every time the server is loaded.
Does the eu.e-vignettes/vignette-id MCP server require authentication?
No. We connected to eu.e-vignettes/vignette-id without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.
Is the eu.e-vignettes/vignette-id MCP server still maintained?
eu.e-vignettes/vignette-id is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.