Connect the remote server
Add the HTTPS URL to a client that supports Streamable HTTP. The service is anonymous: there is no OAuth flow, API key, local package, or account.
Hosted MCP server ยท v1.0.0
Give an MCP client a temporary public endpoint, inspect the next delivery, and tune its HTTP response without leaving the agent workflow.
https://webhooktest.net/mcpAdd the HTTPS URL to a client that supports Streamable HTTP. The service is anonymous: there is no OAuth flow, API key, local package, or account.
The create_webhook_bucket tool returns a capability-style bucket ID, webhook endpoint, dashboard link, and the 15-day inactivity policy.
Send a test event to the returned endpoint, then use wait_for_webhook, list_webhooks, or get_webhook to examine the request.
Use configure_webhook_response to return a chosen status, content type, and body. Clear captures or delete the bucket with explicit confirmation when testing ends.
`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.