webhook-send
ActiveTool of io.github.Deesmo/arch-tools-mcp
declared in 1.8.0
POST a JSON payload to any webhook URL
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Webhook URL to send the payload to"
},
"body": {
"type": "object",
"description": "JSON payload to send"
},
"method": {
"type": "string",
"description": "HTTP method: POST, PUT, PATCH (default: POST)"
},
"headers": {
"type": "object",
"description": "Additional HTTP headers"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.Deesmo/arch-tools-mcp
https://github.com/Deesmo/Arch-AI-Tools
1/7 registries