Enables AI agents to send text messages and images to Discord channels via webhooks
Local Onlykujirahand
Awaiting current scanNpm · 1.0.3
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
1Distribution channel
2Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
Independent exact-version security scans
Continuous release and vulnerability monitoring
Risk-change alerts with capability context
Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
2025-06-18Negotiated protocol
discord-webhookServer-reported name
1Capability groups
Aug 23, 2026Observed
Tools 2
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"
]
}
—
—
Resources 0
None observed.
Resource templates 0
None observed.
Prompts 0
None observed.
Remote endpoints
Endpoint
Transport
Authentication
Health
Observed
No verified remote endpoint is linked.
discord-webhook-mcp Server questions
How do I install discord-webhook-mcp Server?
Install the selected package version with: npm install --save-exact @kujirahand/discord-webhook-mcp@1.0.3
What tools does discord-webhook-mcp Server provide?
discord-webhook-mcp Server exposed 2 tools during independent protocol observation, including send_image, send_message.
Is discord-webhook-mcp Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.