← vignetim.com

INDIVIDUAL MCP TOOL

update_webhook

Update a webhook configuration.

vignetim.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

vignetim.com

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-com]
url = "https://vignetim.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vignetim-com": {
      "type": "http",
      "url": "https://vignetim.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vignetim-com
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-com": {
      "url": "https://vignetim.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vignetim-com": {
      "type": "http",
      "url": "https://vignetim.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vignetim-com",
  "transport": "streamable-http",
  "url": "https://vignetim.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_docs — List all Vignetim Partner API documentation sections with title, slug, description, and group.
  • get_doc — Get the full markdown content of a specific API documentation section by slug.
  • search_docs — Search across all Vignetim API documentation sections.
  • get_openapi_spec — Get the full OpenAPI 3.0 specification for the Vignetim Partner API as JSON.
  • list_tickets — List available vignette tickets.
  • get_ticket — Get vignette ticket details by ID.
  • list_esim_packages — List available eSIM data packages.
  • list_insurance_products — List available insurance products.