discord-mcp (scarecr0w12/discord-mcp) is an MCP server listed on the M8ven Trust Index. It scores 70 out of 100, grade C. It declares 76 tools. No publisher has claimed this listing.

C
Caution
70/100

discord-mcp

MCP server with over 70 tools to manage and maintain an entire Discord server.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

scarecr0w12

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: DISCORD_BOT_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes76 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

get_audit_logs

Get audit logs from a server

list_audit_log_types

List all available audit log action types

list_automod_rules

List all auto-moderation rules in a server

get_automod_rule

Get details of a specific auto-moderation rule

delete_automod_rule

Delete an auto-moderation rule

toggle_automod_rule

Enable or disable an auto-moderation rule

list_channels

List all channels in a Discord server

get_channel_info

Get detailed information about a specific channel

create_channel

Create a new channel in a Discord server

delete_channel

Delete a channel from a Discord server

modify_channel

Modify channel settings (name, topic, permissions, position, etc.)

list_emojis

List all custom emojis in a server

create_emoji

Create a custom emoji in a server

delete_emoji

Delete a custom emoji from a server

modify_emoji

Modify a custom emoji in a server

list_stickers

List all custom stickers in a server

create_sticker

Create a custom sticker in a server

delete_sticker

Delete a custom sticker from a server

modify_sticker

Modify a custom sticker in a server

list_events

List all scheduled events in a server

get_event_info

Get detailed information about a scheduled event

create_event

Create a scheduled event in a server

modify_event

Modify a scheduled event

delete_event

Delete a scheduled event

get_event_subscribers

Get users subscribed to a scheduled event

list_invites

List all invites in a server

get_invite_info

Get information about a specific invite

create_invite

Create an invite for a channel

delete_invite

Delete an invite

list_members

List members in a Discord server (fetches up to 1000 members)

get_member_info

Get detailed information about a specific member

modify_member

Modify member properties (nickname, roles, timeout, etc.)

kick_member

Kick a member from the server

ban_member

Ban a member from the server

unban_member

Unban a user from the server

list_bans

List all banned users in a server

send_message

Send a message to a channel

get_messages

Get messages from a channel

edit_message

Edit a message sent by the bot

delete_message

Delete a message from a channel

bulk_delete_messages

Bulk delete messages from a channel (up to 100, messages must be < 14 days old)

pin_message

Pin a message in a channel

unpin_message

Unpin a message in a channel

get_pinned_messages

Get all pinned messages in a channel

add_reaction

Add a reaction to a message

remove_reactions

Remove reactions from a message

get_channel_permissions

Get all permission overwrites for a channel

set_channel_permission

Set permission overwrite for a role or member on a channel

delete_channel_permission

Delete a permission overwrite for a role or member on a channel

list_permissions

List all available Discord permission names that can be used for roles and channel overwrites

sync_channel_permissions

Sync a channel's permissions with its parent category

list_roles

List all roles in a Discord server

get_role_info

Get detailed information about a specific role

create_role

Create a new role in a Discord server

delete_role

Delete a role from a Discord server

modify_role

Modify role properties (name, color, permissions, position, etc.)

assign_role

Assign a role to a member

remove_role

Remove a role from a member

list_servers

List all Discord servers (guilds) the bot has access to

get_server_info

Get detailed information about a specific Discord server

modify_server

Modify server settings (requires appropriate permissions)

list_threads

List all threads in a channel

create_thread

Create a new thread

create_forum_post

Create a new post in a forum channel

modify_thread

Modify a thread

delete_thread

Delete a thread

join_thread

Make the bot join a thread

leave_thread

Make the bot leave a thread

add_thread_member

Add a member to a thread

remove_thread_member

Remove a member from a thread

list_channel_webhooks

List all webhooks in a channel

list_guild_webhooks

List all webhooks in a server

create_webhook

Create a webhook in a channel

delete_webhook

Delete a webhook

modify_webhook

Modify a webhook

send_webhook_message

Send a message using a webhook

// known CVEs in dependencies2 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.25.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.25.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretDISCORD_BOT_TOKENyour_bot_token_here
configMCP_TRANSPORTTransport mode (stdio or http) http
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

76/76 tools missing one or more hints — get_audit_logs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_audit_log_types (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_automod_rules (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +73 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

73/76 tool handlers declare input schemas (96%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 1/76 tool handlers wrap calls in try/catch (1%)

Wrap each tool handler body in try/catch and return a structured error response.

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 2 high severity in production deps — @modelcontextprotocol/sdk@1.25.1 (high), @modelcontextprotocol/sdk@1.25.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/scarecr0w12/discord-mcp?variant=verified)](https://m8ven.ai/mcp/scarecr0w12/discord-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: da80ef64538e63eff6b6d2ed7428bf4c05aa3e74
code hash: 498140b4dd5a404b68394321b30ec786949758231f7f27b866e7aedd089c9432
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client