1.0.3npm · @kujirahand/discord-webhook-mcp · current release
Observed 2026-08-23T01:03:33.568Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
send_imageSend an image to Discord via webhookInput schema{
"type": "object",
"properties": {
"image_path": {
"type": "string",
"description": "The local file path (absolute or relative) to the image to upload."
},
"message": {
"type": "string",
"description": "Optional text message to accompany the image."
},
"username": {
"type": "string",
"description": "Optional username override for the webhook bot."
},
"avatar_url": {
"type": "string",
"description": "Optional avatar image URL override for the webhook bot."
}
},
"required": [
"image_path"
]
} | — | — · — | — |
send_messageSend a message to Discord via webhookInput schema{
"type": "object",
"properties": {
"message": {
"type": "string",
"description": "The text message to send to Discord."
},
"username": {
"type": "string",
"description": "Optional username override for the webhook bot."
},
"avatar_url": {
"type": "string",
"description": "Optional avatar image URL override for the webhook bot."
}
},
"required": [
"message"
]
} | — | — · — | — |