API Tools
vignetim.com
Provides access to Vignetim Partner API documentation, OpenAPI specs, and vignette ticket listings.
ENDPOINT 1
https://vignetim.com/api/mcp
MCP server metadata
- Name
- vignetim-partner-api
- Version
- 2.0.0
Known tools 23
list_docsList all Vignetim Partner API documentation sections with title, slug, description, and group.
Inferred read-onlyget_docGet the full markdown content of a specific API documentation section by slug.
Inferred read-onlyget_openapi_specGet the URL of the OpenAPI 3.0 specification for the Vignetim Partner API.
Inferred read-onlylist_vehicle_categories_by_typeList vehicle categories for a specific vehicle type.
Inferred read-onlylist_geo_checkpointsList geo checkpoints along routes (vignette borders, toll booths, info points).
Inferred read-onlycreate_orderCreate a new order with payment (payment.method: "saved_card" with savedCardId, or "wallet" for the prepaid EUR balance).
Potential side effectsget_order_documentsGet customer-facing order documents (e.g., vignette confirmations, invoices) with short-lived download URLs.
Inferred read-onlyCONNECT 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.vignetim-partner-api]
url = "https://vignetim.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vignetim-partner-api": {
"type": "http",
"url": "https://vignetim.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vignetim-partner-api
Remote MCP URL: https://vignetim.com/api/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": {
"vignetim-partner-api": {
"url": "https://vignetim.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vignetim-partner-api": {
"type": "http",
"url": "https://vignetim.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vignetim-partner-api",
"transport": "streamable-http",
"url": "https://vignetim.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for vignetim.com was fetched 2026-07-28T08:51:04.689Z and is being refreshed.
vignetim.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.