Mmcp.market

Omnicord MCP server

by OrygnsCode·io.github.OrygnsCode/omnicord·v1.4.0

Discord server management MCP for AI agents: chat, moderation, admin, and full server building.

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

8 stars51 downloads/wk

Reviews

Write one

Nobody has reviewed Omnicord yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Omnicord tools (100, 51 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • add_reactions

    Add one or more reactions to a message in a single call. Takes

  • ban_member

    Ban a user from the server, optionally deleting their recent

  • bulk_ban

    Ban up to 200 users at once by ID, for raid cleanup. Safe to call

  • bulk_delete_messageswrite action

    Delete many recent messages at once (2 to 100), optionally

  • cancel_eventwrite action

    Cancel and remove a scheduled event. Interested members lose the

  • cancel_scheduled_messagewrite action

    Cancel a pending scheduled message by its id.

  • clear_channel_permissionswrite action

    Remove a role's or member's permission overwrite from a channel,

  • clear_reactions

    Clear all reactions from a message, or all of one emoji. Safe to

  • create_automod_rulewrite action

    Create a server-side moderation rule that runs on Discord's own

  • create_emojiwrite action

    Upload a custom emoji from an image URL. Discord's limit for

  • create_eventwrite action

    Create a Discord scheduled community event that members see on the

  • create_forum_postwrite action

    Start a post in a forum channel: a title, the opening message,

  • create_forum_tagwrite action

    Add a tag to a forum's tag list. Moderated tags can only be

  • create_invitewrite action

    Create an invite link for a channel. Defaults are deliberate:

  • create_pollwrite action

    Post a native Discord poll: a question, two to ten answers, and

  • create_soundboard_soundwrite action

    Upload a soundboard sound from an audio URL: mp3 or ogg, up to

  • create_stickerwrite action

    Upload a custom sticker from an image URL. Discord requires png,

  • create_webhookwrite action

    Create an incoming webhook on a channel. Webhooks post with any

  • crosspost_messagewrite action

    Publish a message in an announcement channel out to every server

  • delete_app_commandwrite action

    Unregister a slash command so it no longer appears for users. Safe

  • delete_automod_rulewrite action

    Delete an AutoMod rule; its protection stops immediately. Safe

  • delete_blueprintwrite action

    Delete a saved blueprint from the local store. Safe to call

  • delete_channelwrite action

    Delete a channel or category. Safe to call directly: the first

  • delete_emojiwrite action

    Delete a custom emoji. Safe to call directly: the first call

  • delete_forum_postwrite action

    Delete a forum post and every reply in it. Safe to call

  • delete_forum_tagwrite action

    Remove a tag from a forum; posts carrying it simply lose it.

  • delete_invitewrite action

    Revoke an invite link. Safe to call directly: the first call

  • delete_rolewrite action

    Delete a role. Members holding it simply lose it; nothing else

  • delete_soundboard_soundwrite action

    Delete a soundboard sound. Safe to call directly: the first call

  • delete_stickerwrite action

    Delete a custom sticker. Safe to call directly: the first call

  • delete_webhookwrite action

    Delete a webhook. Anything still posting through it stops

  • diff_blueprint

    Compare a saved blueprint against the live server: what the

  • disconnect_memberwrite action

    Remove a member from whatever voice channel they are in. They

  • edit_message

    Edit a message the bot itself sent. Discord does not allow

  • end_poll

    Close one of the bot's own polls early and finalize the results.

  • execute_build_planwrite action

    Execute a staged plan by plan_id, or pass a blueprint directly.

  • explain_permissions

    Answer whether an actor (the bot, or a member) has a given

  • export_server_blueprint

    Snapshot a live server's structure into a blueprint: roles,

  • get_audit_log

    Discord's historical record of administrative actions: who did

  • get_blueprint

    One saved blueprint in full, by name or ID.

  • get_bot_info

    Identity and status of a connected Discord bot: bot user,

  • get_channel_permissions

    The permission overwrites on a channel, resolved into plain

  • get_event

    One scheduled event in detail.

  • get_event_attendees

    Members who marked themselves interested in an event.

  • get_invite

    Inspect an invite code: where it leads and how used it is.

  • get_member_permissions

    The effective permissions a member has, server-wide or in a

  • get_message

    Fetch one message in full: author, content, timestamps,

  • get_poll_results

    Current tallies for a poll message.

  • get_rate_limit_status

    How rate limiting has been going: how many times Discord asked

  • get_reactions

    Who reacted to a message with a given emoji.

  • get_reference_layout

    One reference layout in full: the blueprint plus the reasoning

  • get_server_overview

    Structured snapshot of a server: identity, member counts, boost

  • kick_memberwrite action

    Remove a member from the server. They can rejoin with a new

  • list_app_commands

    The slash commands this bot's application has registered. Omit

  • list_automod_rules

    Server-side automatic moderation rules and what they do.

  • list_bans

    Current bans with reasons, paged.

  • list_blueprints

    Saved blueprints in the local store.

  • list_emojis

    Custom emojis in the server, with usage syntax.

  • list_events

    Scheduled community events (the kind members RSVP to), with type,

  • list_forum_postswrite action

    Posts in a forum, filterable by tag, optionally archived too.

  • list_invites

    Active invites for the server or one channel.

  • list_pinned_messages

    Pinned messages in a channel, newest pin first.

  • list_reference_layouts

    Curated server blueprints to start from: vetted structures for

  • list_scheduled_messages

    Pending timed messages waiting to send, soonest first. These are

  • list_soundboard_sounds

    Custom soundboard sounds in the server.

  • list_stickers

    Custom stickers in the server.

  • list_voice_members

    Who is currently in a voice or stage channel, with their mute

  • list_webhooks

    Webhooks in the server or one channel. Tokens are never included.

  • lock_channel

    Lock a channel by denying everyone the ability to send messages.

  • pin_message

    Pin a message in a channel. Needs the Pin Messages permission

  • plan_server_build

    Validate a blueprint against the live server and stage an ordered

  • register_app_command

    Register a slash command, or update it in place if the name is

  • remove_reactionwrite action

    Remove a reaction: the bot's own by default, or another user's

  • remove_rolewrite action

    Take a role away from a member. Preflights the bot's role

  • remove_timeoutwrite action

    Lift an active timeout from a member early.

  • reply_to_forum_postwrite action

    Add a reply inside a forum post.

  • run_setup_checkwrite action

    End-to-end health check of the Omnicord setup: token presence and

  • save_blueprint

    Save a blueprint to the local store for reuse: apply it to other

  • schedule_messagewrite action

    Post a text message to a channel at a later time, once or on a

  • send_dmwrite action

    Send a direct message from the bot to a member who shares a

  • send_webhook_messagewrite action

    Post through a webhook with an optional display name and avatar

  • set_channel_permissions

    Set a permission overwrite on a channel for one role or member:

  • set_incident_actions

    Discord's raid-defense security actions for the whole server. Pause

  • set_voice_channel_status

    Set the short status line shown on a voice channel, a note about

  • timeout_member

    Time a member out so they cannot talk, react, or join voice, for

  • unban_member

    Lift a ban so the user can rejoin with an invite.

  • unlock_channel

    Reverse lock_channel by removing the send-message denial from the

  • unpin_message

    Unpin a message. The message itself is untouched.

  • update_app_commandwrite action

    Change a registered command's description or options. Anything not

  • update_automod_rulewrite action

    Rename a rule, enable or disable it, or replace its keyword list.

  • update_channelwrite action

    Edit a channel's name, topic, slowmode, NSFW flag, or category.

  • update_emojiwrite action

    Rename a custom emoji.

  • update_eventwrite action

    Edit a scheduled event's details, or move it through its

  • update_forum_postwrite action

    Edit a post's title or tags, pin or unpin it within the forum,

  • update_forum_tagwrite action

    Rename a forum tag or change its moderated flag.

  • update_memberwrite action

    Edit a member's nickname or voice state. Voice changes (server

  • update_rolewrite action

    Edit a role's name, color, hoist, mentionable flag, or

  • update_soundboard_soundwrite action

    Rename a soundboard sound or change its volume.

  • update_stickerwrite action

    Rename a sticker or change its description and tags.

  • update_webhookwrite action

    Rename a webhook, change its avatar, or move it to another channel.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan60 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 12 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

Runs npx -y @orygn/omnicord on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add omnicord -- npx -y @orygn/omnicord
Add to Cursor

Omnicord: common questions

Is Omnicord MCP server safe?
Mostly: it is graded B (83/100). Read the Omnicord safety report
How do I install Omnicord?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Omnicord need an API key?
Yes. The registry entry asks for DISCORD_TOKEN.
Is Omnicord maintained?
The last commit was 13 days ago (2026-09-07). The latest release is v1.4.0.

More from OrygnsCode