How to Use the Webhook.site MCP in Claude Code
Inject webhook testing logic into your CI/CD pipelines with Claude Code's MCP Server support.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Webhook.site MCP to Claude Code
Create your Vinkius account to connect Webhook.site to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Verify Webhook Data Flow for CI/CD
When running automated jobs, you need proof the data arrived correctly. Use `get_requests` to pull all captured payloads from a token URL. This allows your Claude Code script to verify that the webhook delivered the expected structure. It’s critical for verifying integrations without needing a manual step.
Automate Test Responses in Scripts
Don't let CI tests fail because of external service downtime. Use `set_response` to mock the required HTTP response data directly within your deployment script. This keeps your build pipelines stable. Need complex logic? You can write scripts that use `execute_action` based on a specific request.
Manage Test Infrastructure Tokens
Every pipeline needs clean, dedicated test URLs. Use `list_tokens` to check the status of your MCP Server endpoints. You can also programmatically create fresh tokens with `create_token` at the start of a job. When done, running `delete_token` prevents clutter in your deployment logs.
Set up Webhook.site MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seewebhooksite-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Webhook.site transactions." It will automatically discover and invoke the available Webhook.site tools.
claude mcp add --transport http webhooksite-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Webhook.site MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Webhook.site MCP today
We host it, we monitor it, we maintain it. You just paste one token.