Vignetim

Model Context Protocol (MCP)

The Vignetim Partner API provides a full Model Context Protocol (MCP) server, enabling your AI assistant to directly interact with the API — browse products, create orders, manage webhooks, and search documentation — all without leaving your IDE.

What is MCP?

MCP is an open protocol that standardizes how AI applications connect to external tools and data sources. With Vignetim's MCP server, your AI coding assistant becomes a Vignetim API client.

Capabilities

CategoryToolsAuth Required
Productslist_tickets, get_ticket, list_esim_packages, list_insurance_products, get_insurance_product, list_vehicle_categoriesYes
Orderscreate_order, list_orders, get_order, get_order_statusYes
Webhookscreate_webhook, list_webhooks, update_webhook, delete_webhook, test_webhookYes
Documentationlist_docs, get_doc, search_docs, get_openapi_specNo

MCP Endpoint

https://vignetim.com/api/mcp

Authentication

API operation tools require your Partner API credentials via HTTP headers:

HeaderDescription
X-API-KeyYour organization API key
X-API-SecretYour organization API secret
X-EnvironmentOptional: production (default) or sandbox

Documentation tools (list_docs, get_doc, search_docs, get_openapi_spec) work without authentication.

How It Works

  1. Your AI assistant connects to https://vignetim.com/api/mcp
  2. It discovers available tools (products, orders, webhooks, docs)
  3. When you ask "list Austrian vignettes", the assistant calls list_tickets with countryIsocode: "AT"
  4. The MCP server signs the request with HMAC-SHA256 and proxies it to the Partner API
  5. Results are returned directly to your assistant

The MCP server handles all authentication complexity — HMAC signing, timestamps, nonces — so your AI agent just calls tools with simple parameters.

Platform Support

PlatformTransportSetup Guide
Claude CodeStreamable HTTPVignetim Claude MCP →
Claude DesktopStreamable HTTPVignetim Claude MCP →
CursorStreamable HTTPVignetim OpenAI MCP →
WindsurfStreamable HTTPVignetim OpenAI MCP →
OpenAI Agents SDKStreamable HTTPVignetim OpenAI MCP →
ContinueStreamable HTTPVignetim OpenAI MCP →

Additional Resources

  • OpenAPI Spec: https://vignetim.com/api/partner-openapi
  • LLMs.txt: https://vignetim.com/llms.txt
  • AI Plugin: https://vignetim.com/.well-known/ai-plugin.json