ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Webhook.site with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Test and debug webhooks and HTTP requests. Create custom URLs, inspect incoming payloads, and automate responses via AI.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 17 capabilities

The complete Webhook.site capability set.

These are the exact actions your AI can choose when you ask it to work with Webhook.site.

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 17 available through Webhook.site.

  1. 01

    Update global variable

    Update a globalThis variable

  2. 02

    Delete global variable

    Delete a globalThis variable

  3. 03

    Delete requests

    Delete multiple requests for a token

  4. 04

    Delete token

    Delete a token

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 17 available through Webhook.site.

  1. 05

    Execute action

    Execute actions for a specific request

  2. 06

    Update action

    Update a custom action

  3. 07

    Create action

    Create a custom action for a token

  4. 08

    Create global variable

    Create a globalThis variable

Capability set03 / 05

09-11

3 capabilities in this set.

Part of 17 available through Webhook.site.

  1. 09

    Create token

    Create a new Webhook.site token (URL)

  2. 10

    Delete action

    Delete a custom action

  3. 11

    Get requests

    Get requests captured by a token

Capability set04 / 05

12-14

3 capabilities in this set.

Part of 17 available through Webhook.site.

  1. 12

    Get token

    Get details for a specific token

  2. 13

    List actions

    List custom actions for a token

  3. 14

    List global variables

    List globalThis variables

Capability set05 / 05

15-17

3 capabilities in this set.

Part of 17 available through Webhook.site.

  1. 15

    List tokens

    List Webhook.site tokens

  2. 16

    Set response

    Set dynamic response for a specific request

  3. 17

    Update token

    Update an existing token

Observed, not estimated

1086ms average. Fast in production.

Webhook.site is checked daily against the live service.

Daily averagePeak 1512ms
Aug 20Today
Fastest day
869ms
Slowest day
1512ms
14-day trend
Stable-3%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 17 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Webhook.site, so you can see the experience inside your AI.

It does not authenticate your account with Webhook.site. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Webhook.site Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_4UGcdultUkkqhC6PeYxs6JG990XLacW5YNGNQO5y/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Webhook.site capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "webhooksite-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_4UGcdultUkkqhC6PeYxs6JG990XLacW5YNGNQO5y/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Webhook.site owners ask.

  • 01

    How can I create a temporary webhook URL that expires after one hour?

    Use the create_token capability and set the expiry parameter to 3600 seconds. You can also add an alias to make the URL easier to identify.

  • 02

    Can I see the headers and body of the requests sent to my webhook?

    Yes! Use the get_requests capability with your Token ID. It will return a list of captured requests including full headers, query strings, and the raw payload content.

  • 03

    Is it possible to make the webhook return a specific JSON response?

    Absolutely. Use the set_response capability to define a custom content (base64 encoded), status code, and JSON headers for any specific request received by your token.