Create the project configuration
Add the JSON below at .cursor/mcp.json, or enter the URL in Cursor MCP settings. The server is hosted, so no command, environment variable, or package install is required.
Cursor MCP guide
Add a project MCP configuration so Cursor can create temporary endpoints and inspect real deliveries while you work on the sender or receiver code.
{
"mcpServers": {
"webhooktest": {
"url": "https://webhooktest.net/mcp"
}
}
}Add the JSON below at .cursor/mcp.json, or enter the URL in Cursor MCP settings. The server is hosted, so no command, environment variable, or package install is required.
Reload the window or toggle the server if Cursor does not discover tools immediately. Confirm the server reports eight tools before testing.
Let the agent use the returned bucket ID during the task, but do not commit bucket URLs to fixtures or documentation. Create a fresh bucket for each isolated scenario.
Trigger the integration and ask Cursor to compare the capture with the implementation. Use the dashboard link when a human-readable payload view is more convenient.
`create_webhook_bucket` creates a temporary endpoint; `get_webhook_bucket` reads its name and response settings.
`wait_for_webhook` waits up to 25 seconds; `list_webhooks` paginates summaries; `get_webhook` returns one scoped capture.
`configure_webhook_response` changes the reply. `clear_webhooks` and `delete_webhook_bucket` require explicit confirmation.
Authorization, cookie, API-key, token, secret, password, and signature-like header or query values are redacted by default. Agents must explicitly request sensitive values. Bodies are limited to 64 KiB in tool output by default and can be raised only to 256 KiB. Use synthetic data: the endpoint is a debugging service, not a production processor.
received:false is successful; verify the sender used the returned bucket URL.