← Registry

API Tools

vignetim.com

Provides access to Vignetim Partner API documentation, OpenAPI specs, and vignette ticket listings.

1 endpoint23 known toolsFirst detected June 23, 2026Last detected September 10, 2026

ENDPOINT 1

https://vignetim.com/api/mcp

No auth detected

MCP server metadata

Name
vignetim-partner-api
Version
2.0.0
Capabilities
tools

Known tools 23

list_docs

List all Vignetim Partner API documentation sections with title, slug, description, and group.

Inferred read-only
get_doc

Get the full markdown content of a specific API documentation section by slug.

Inferred read-only
search_docs

Search across all Vignetim API documentation sections.

Inferred read-only
get_openapi_spec

Get the URL of the OpenAPI 3.0 specification for the Vignetim Partner API.

Inferred read-only
list_tickets

List available vignette tickets.

Inferred read-only
get_ticket

Get vignette ticket details by ID.

Inferred read-only
list_esim_packages

List available eSIM data packages.

Inferred read-only
list_insurance_products

List available insurance products.

Inferred read-only
get_insurance_product

Get insurance product details by slug.

Inferred read-only
list_vehicle_categories

List vehicle categories for vignette purchases.

Inferred read-only
list_vehicle_categories_by_type

List vehicle categories for a specific vehicle type.

Inferred read-only
list_geo_checkpoints

List geo checkpoints along routes (vignette borders, toll booths, info points).

Inferred read-only
create_order

Create a new order with payment (payment.method: "saved_card" with savedCardId, or "wallet" for the prepaid EUR balance).

Potential side effects
list_orders

List orders for your organization.

Inferred read-only
get_order

Get order details by ID.

Inferred read-only
get_order_documents

Get customer-facing order documents (e.g., vignette confirmations, invoices) with short-lived download URLs.

Inferred read-only
get_order_status

Get current order status by ID.

Inferred read-only
create_webhook

Register a webhook endpoint to receive order event notifications.

Inferred read-only
list_webhooks

List all registered webhooks for your organization.

Inferred read-only
update_webhook

Update a webhook configuration.

Potential side effects
delete_webhook

Delete a webhook.

Potential side effects
test_webhook

Send a test event to a webhook endpoint.

Potential side effects
get_wallet_balance

Get the prepaid EUR wallet balance for your organization.

Inferred read-only

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.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.

Trust status Trusted

vignetim.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.