← discord-webhook-mcp

discord-webhook-mcp 1.0.3

npm · @kujirahand/discord-webhook-mcp · current release

2
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-23T01:03:33.568Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {}
}

Tools 2

ToolCategoryAnnotationsRisk
send_imageSend an image to Discord via webhook
Input 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 webhook
Input 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

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.