io.github.OrygnsCode/omnicord
NPM · @ORYGN/OMNICORD · SCANNED SEP 20
Discord server management MCP for AI agents: chat, moderation, admin, and full server building.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security99
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 111 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (Elastic-2.0) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 12 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability79
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 14841 tokens (~95/item across 155 items; 155 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage89
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 68% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 29 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 155 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.OrygnsCode/omnicord MCP server?
io.github.OrygnsCode/omnicord runs locally as an npm package, launched with npx -y @orygn/omnicord. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @orygn/omnicord
claude mcp add orygnscode-omnicord -- npx -y @orygn/omnicord
{
"mcpServers": {
"orygnscode-omnicord": {
"command": "npx",
"args": [
"-y",
"@orygn/omnicord"
]
}
}
} {
"servers": {
"orygnscode-omnicord": {
"command": "npx",
"args": [
"-y",
"@orygn/omnicord"
]
}
}
} codex mcp add orygnscode-omnicord -- npx -y @orygn/omnicord
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"orygnscode-omnicord": {
"type": "local",
"command": [
"npx",
"-y",
"@orygn/omnicord"
],
"enabled": true
}
}
} openclaw mcp add orygnscode-omnicord --command npx --arg -y --arg @orygn/omnicord
mcp_servers:
orygnscode-omnicord:
command: "npx"
args: ["-y", "@orygn/omnicord"] {
"McpServers": {
"orygnscode-omnicord": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@orygn/omnicord"
]
}
}
} assistant mcp add orygnscode-omnicord -t stdio -c npx -a -y @orygn/omnicord
{
"mcpServers": {
"orygnscode-omnicord": {
"command": "npx",
"args": [
"-y",
"@orygn/omnicord"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 −2
- Stability: pass → 0.83 functional
- 18 Sept 26 0
- Stability: 0.97 → pass security
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes. Other categories moved too: Supply Chain Security rose 1.
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 −3
- Stability: pass → 0.80 functional
- 11 Sept 26 +1
- Stability: 0.97 → pass security
- 9 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/@orygn/omnicord@1.4.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 111 packages
| Packages resolved | 111 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
add_reactions Add reactions ~93
Add one or more reactions to a message in a single call. Takes unicode emoji directly or custom emoji by name.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel name or ID. |
| emojis | array | yes | Emoji to add, like a pasted emoji or a custom emoji name. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| message_id | string | yes | – |
No output schema declared.
No examples provided.
add_thread_member Add thread member ~61
Pull a member into a thread.
| Name | Type | Req | Description |
|---|---|---|---|
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| member | string | yes | Member name or user ID. |
| thread | string | yes | Thread name or ID. |
No output schema declared.
No examples provided.
assign_role Assign role ~105
Give a member a role. Preflights the bot's role hierarchy so the failure mode is an explanation, not a 403. Supports dry_run.
| Name | Type | Req | Description |
|---|---|---|---|
| dry_run | boolean | – | Preview without assigning. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| member | string | yes | Member name or user ID. |
| reason | string | – | Audit log reason. |
| role | string | yes | Role name or ID. |
No output schema declared.
No examples provided.
ban_member Ban member ~164
Ban a user from the server, optionally deleting their recent messages. Works on users who already left (pass their user ID). Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token performs the ban. Relay the preview for the user's go-ahead.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | – | – |
| delete_message_seconds | integer | – | Also delete their messages from the last N seconds, up to 604800 (7 days). |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| reason | string | – | – |
| user | string | yes | Member name, or a user ID for someone not in the server. |
No output schema declared.
No examples provided.
bulk_ban Bulk ban ~127
Ban up to 200 users at once by ID, for raid cleanup. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token performs the bans. Reports which bans succeeded and which failed.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | – | – |
| delete_message_seconds | integer | – | – |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| reason | string | – | – |
| user_ids | array | yes | User IDs to ban. |
No output schema declared.
No examples provided.
bulk_delete_messages Bulk delete messages ~163
Delete many recent messages at once (2 to 100), optionally filtered by author or text. Discord cannot bulk delete messages older than 14 days. Safe to call directly: the first call returns the exact list it would remove plus a confirm_token; repeating the call with the token deletes them.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel name or ID. |
| confirm_token | string | – | – |
| contains | string | – | Only delete messages containing this text. |
| count | integer | – | How many recent messages to scan. Default 50. |
| dry_run | boolean | – | – |
| from_author | string | – | Only delete messages whose author name matches this. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
No output schema declared.
No examples provided.
bulk_update_roles Bulk update roles ~127
Add or remove a role across every member matching a filter. Safe to call directly: the first call returns the affected count and a confirm_token; repeating the call with the token applies the change. Walks up to 3000 members and reports if it hits the cap.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| filter | object | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| role | string | yes | Role name or ID. |
No output schema declared.
No examples provided.
cancel_event Cancel event ~99
Cancel and remove a scheduled event. Interested members lose the listing. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token cancels it.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| event | string | yes | Event name or ID. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
No output schema declared.
No examples provided.
cancel_scheduled_message Cancel scheduled message ~49
Cancel a pending scheduled message by its id.
| Name | Type | Req | Description |
|---|---|---|---|
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| schedule_id | string | yes | – |
No output schema declared.
No examples provided.
clear_channel_permissions Clear channel permissions ~76
Remove a role's or member's permission overwrite from a channel, restoring inheritance from the category and roles.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel name or ID. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| target | string | yes | Role or member name or ID. |
No output schema declared.
No examples provided.
clear_reactions Clear reactions ~132
Clear all reactions from a message, or all of one emoji. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token executes. Relay the preview for the user's go-ahead.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel name or ID. |
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| emoji | string | – | Only clear this emoji; omit to clear everything. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| message_id | string | yes | – |
No output schema declared.
No examples provided.
clone_channel Clone channel ~81
Copy a channel's settings and permission overwrites into a new channel in the same category.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel name or ID to copy. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| new_name | string | – | Name for the copy. Defaults to the original plus -copy. |
No output schema declared.
No examples provided.
clone_role Clone role ~66
Copy a role's permissions, color, and settings into a new role.
| Name | Type | Req | Description |
|---|---|---|---|
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| new_name | string | – | – |
| role | string | yes | Role name or ID to copy. |
No output schema declared.
No examples provided.
create_automod_rule Create AutoMod rule ~338
Create a server-side moderation rule that runs on Discord's own infrastructure: Discord-maintained preset word lists (slurs, profanity, sexual content), custom keyword filters (with optional regex), spam detection, mention-flood limits, or member_profile checks on usernames, nicknames, and bios (Community servers only). For slur or hate-speech filtering prefer trigger keyword_preset with the slurs preset: Discord maintains the word list, so none needs to be written. Actions: block the message, alert a channel, and/or time the sender out (timeout is not available on spam, keyword_preset, or member_profile rules). On member_profile rules block quarantines the member until they fix their profile.
| Name | Type | Req | Description |
|---|---|---|---|
| actions | array | yes | What happens on a match. |
| alert_channel | string | – | Where alert actions post. |
| allow_list | array | – | Words exempt from keyword and keyword_preset rules. |
| enabled | boolean | – | Default true. |
| exempt_channels | array | – | – |
| exempt_roles | array | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| keywords | array | – | For keyword rules. Wildcards: word* matches prefixes. |
| mention_limit | integer | – | For mention_spam rules: max unique mentions per message. |
| name | string | yes | – |
| presets | array | – | For keyword_preset rules: Discord-maintained lists. |
| regex_patterns | array | – | For keyword rules; Rust-flavored regex. |
| timeout_minutes | integer | – | How long timeout actions last. |
| trigger | string | yes | – |
No output schema declared.
No examples provided.
create_channel Create channel ~277
Create a text, voice, forum, stage, announcement, or category channel, optionally inside a category, and optionally private or read-only from the start. private_to, read_only and posting_roles compile to permission overwrites and are applied in the same call, so a private channel is one request rather than a create followed by set_channel_permissions. Use set_channel_permissions for anything finer. Supports dry_run.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Category name or ID to place the channel under. |
| dry_run | boolean | – | Preview without creating. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| name | string | yes | Channel name. |
| nsfw | boolean | – | – |
| posting_roles | array | – | Role names that may still post when read_only is set. Has no effect on its own. |
| private_to | array | – | Role names that can see the channel. Everyone else is denied View Channel, and Connect too on voice, stage and category. Do not list @everyone. |
| read_only | boolean | – | Deny sending to everyone, for rules and announcement channels. |
| slowmode_seconds | integer | – | Per-user message cooldown. |
| topic | string | – | Channel topic, for text-like channels. |
| type | string | – | Channel type. Default text. |
No output schema declared.
No examples provided.
create_emoji Create emoji ~77
Upload a custom emoji from an image URL. Discord's limit for emoji files is 256 KB; png, jpeg, gif, and webp work.
| Name | Type | Req | Description |
|---|---|---|---|
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| image_url | string | yes | – |
| name | string | yes | – |
No output schema declared.
No examples provided.
create_event Create event ~226
Create a Discord scheduled community event that members see on the events list and can mark interest in: a voice, stage, or external (in-person or off-platform) event. This is not for sending a message later (use schedule_message) or watching live activity (use subscribe_events). Voice and stage events need a channel; external events need a location and an end time.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | – | Voice or stage channel, for those event types. |
| description | string | – | – |
| end_time | string | – | Required for external events. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| location | string | – | Where an external event happens. |
| name | string | yes | – |
| repeat | string | – | Repeat the event. weekly and biweekly recur on the start's weekday; monthly recurs on the same weekday and week of the month. |
| start_time | string | yes | ISO time, like 2026-07-01T19:00:00Z. |
| type | string | yes | – |
No output schema declared.
No examples provided.
create_forum_post Create forum post ~94
Start a post in a forum channel: a title, the opening message, and optional tags from the forum's tag list.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | – |
| forum | string | yes | Forum channel name or ID. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| tags | array | – | Tag names to apply. |
| title | string | yes | – |
No output schema declared.
No examples provided.
create_forum_tag Create forum tag ~81
Add a tag to a forum's tag list. Moderated tags can only be applied by people with Manage Threads.
| Name | Type | Req | Description |
|---|---|---|---|
| forum | string | yes | Forum channel name or ID. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| moderated | boolean | – | – |
| name | string | yes | – |
No output schema declared.
No examples provided.
create_invite Create invite ~140
Create an invite link for a channel. Defaults are deliberate: expires in 24 hours, unlimited uses. A never-expiring invite must be asked for explicitly with max_age_seconds 0.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel name or ID. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| max_age_seconds | integer | – | Lifetime in seconds, 0 for never. Default 86400 (24h). |
| max_uses | integer | – | Use limit, 0 for unlimited. Default 0. |
| temporary | boolean | – | Members who join leave again when they disconnect. |
No output schema declared.
No examples provided.
create_poll Create poll ~121
Post a native Discord poll: a question, two to ten answers, and a duration of up to 32 days.
| Name | Type | Req | Description |
|---|---|---|---|
| answers | array | yes | – |
| channel | string | yes | Channel name or ID. |
| content | string | – | Optional message text above the poll. |
| duration_hours | integer | – | How long the poll runs. Default 24. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| multi_select | boolean | – | Allow choosing several answers. |
| question | string | yes | – |
No output schema declared.
No examples provided.
create_role Create role ~163
Create a role from a vetted preset (none, member, moderator, admin) and/or an explicit list of permission names. Administrator is never granted by a preset; it must be spelled out explicitly. Supports dry_run.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | Hex color like #00b0f4. |
| dry_run | boolean | – | Preview without creating. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| hoist | boolean | – | Show members separately in the sidebar. |
| mentionable | boolean | – | – |
| name | string | yes | Role name. |
| permissions | array | – | Extra permission names, like manage_messages or ban_members. |
| preset | string | – | Vetted permission bundle. Default none. |
No output schema declared.
No examples provided.
create_server_template Create server template ~65
Snapshot this server's structure as a Discord template others can create servers from. One template per server.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| name | string | yes | – |
No output schema declared.
No examples provided.
create_soundboard_sound Create soundboard sound ~113
Upload a soundboard sound from an audio URL: mp3 or ogg, up to 512 KB and 5.2 seconds. Servers start with eight sound slots; boosts add more.
| Name | Type | Req | Description |
|---|---|---|---|
| emoji | string | – | An emoji to show with the sound. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| name | string | yes | – |
| sound_url | string | yes | – |
| volume | number | – | Playback volume. Default 1. |
No output schema declared.
No examples provided.
create_sticker Create sticker ~120
Upload a custom sticker from an image URL. Discord requires png, apng, or gif at 320x320 pixels and up to 512 KB. Servers start with five sticker slots; boosts add more.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | Empty or 2-100 characters. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| image_url | string | yes | – |
| name | string | yes | – |
| tags | string | yes | Comma separated keywords, or one emoji name for autocomplete. |
No output schema declared.
No examples provided.
create_thread Create thread ~166
Start a thread in a text or announcement channel: standalone, branched from a message when message_id is given, or private (invite-only) when asked. For a post in a forum channel, use create_forum_post instead.
| Name | Type | Req | Description |
|---|---|---|---|
| auto_archive_minutes | number | – | Inactivity timeout: 60, 1440, 4320, or 10080. Default 1440. |
| channel | string | yes | Parent channel name or ID. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| message_id | string | – | Branch the thread from this message. |
| name | string | yes | – |
| private | boolean | – | Invite-only thread; only works standalone. |
| slowmode_seconds | integer | – | – |
No output schema declared.
No examples provided.
create_webhook Create webhook ~99
Create an incoming webhook on a channel. Webhooks post with any display name and avatar, which is how messages 'as someone' work legitimately.
| Name | Type | Req | Description |
|---|---|---|---|
| avatar_url | string | – | Image for the webhook's default avatar, up to 1 MB. |
| channel | string | yes | Channel name or ID. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| name | string | yes | – |
No output schema declared.
No examples provided.
crosspost_message Crosspost message ~66
Publish a message in an announcement channel out to every server that follows it.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Announcement channel name or ID. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| message_id | string | yes | – |
No output schema declared.
No examples provided.
delete_app_command Delete app command ~129
Unregister a slash command so it no longer appears for users. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token removes it.
| Name | Type | Req | Description |
|---|---|---|---|
| bot | string | – | Which bot to act as, by name, when more than one is configured. Omit to use the default bot. |
| command | string | yes | Command name or ID. |
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
No output schema declared.
No examples provided.
delete_automod_rule Delete AutoMod rule ~106
Delete an AutoMod rule; its protection stops immediately. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it. Disabling is the reversible alternative.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| rule | string | yes | Rule name or ID. |
No output schema declared.
No examples provided.
delete_blueprint Delete blueprint ~80
Delete a saved blueprint from the local store. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it. Servers built from it are untouched.
| Name | Type | Req | Description |
|---|---|---|---|
| blueprint | string | yes | Blueprint name or ID. |
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
No output schema declared.
No examples provided.
delete_channel Delete channel ~162
Delete a channel or category. Safe to call directly: the first call deletes nothing and returns a preview plus a confirm_token, and the deletion only happens when the call is repeated with that token. When the user asks to delete something, call this and relay the preview for their go-ahead instead of sending them to do it manually in Discord; the gate exists exactly so deletion can be approved through the conversation. Deleting a category leaves its channels in place, uncategorized.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel or category name or ID. |
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| reason | string | – | – |
No output schema declared.
No examples provided.
delete_emoji Delete emoji ~91
Delete a custom emoji. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| emoji | string | yes | Emoji name or ID. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
No output schema declared.
No examples provided.
delete_forum_post Delete forum post ~105
Delete a forum post and every reply in it. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| post | string | yes | Post title or thread ID. |
| reason | string | – | – |
No output schema declared.
No examples provided.
delete_forum_tag Delete forum tag ~113
Remove a tag from a forum; posts carrying it simply lose it. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token removes it.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| forum | string | yes | Forum channel name or ID. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| tag | string | yes | Tag name to remove. |
No output schema declared.
No examples provided.
delete_integration Delete integration ~103
Remove an integration from the server. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token removes it.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| integration_id | string | yes | Integration ID from list_integrations. |
| reason | string | – | – |
No output schema declared.
No examples provided.
delete_invite Delete invite ~101
Revoke an invite link. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token revokes it.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | The invite code to revoke. |
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| reason | string | – | – |
No output schema declared.
No examples provided.
delete_message Delete message ~156
Delete one message. Safe to call directly: the first call deletes nothing and returns a preview plus a confirm_token, and the deletion only happens when the call is repeated with that token. Use this two-step flow to let the user approve through the conversation rather than telling them to delete things by hand in Discord. Supports dry_run.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel name or ID. |
| confirm_token | string | – | Token from a previous preview of this exact deletion. |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| message_id | string | yes | ID of the message to delete. |
| reason | string | – | Audit log reason. |
No output schema declared.
No examples provided.
delete_role Delete role ~126
Delete a role. Members holding it simply lose it; nothing else changes. Safe to call directly: the first call deletes nothing and returns a preview plus a confirm_token, and the deletion only happens when the call is repeated with that token. Prefer this gated flow over telling the user to delete the role manually.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| reason | string | – | – |
| role | string | yes | Role name or ID. |
No output schema declared.
No examples provided.
delete_server_template Delete server template ~95
Delete a server template; its share link stops working. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | Template code. |
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
No output schema declared.
No examples provided.
delete_soundboard_sound Delete soundboard sound ~93
Delete a soundboard sound. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| sound | string | yes | Sound name or ID. |
No output schema declared.
No examples provided.
delete_sticker Delete sticker ~91
Delete a custom sticker. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| sticker | string | yes | Sticker name or ID. |
No output schema declared.
No examples provided.
delete_thread Delete thread ~106
Delete a thread and its messages. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it. Archiving is the reversible alternative.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| reason | string | – | – |
| thread | string | yes | Thread name or ID. |
No output schema declared.
No examples provided.
delete_webhook Delete webhook ~106
Delete a webhook. Anything still posting through it stops working. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_token | string | – | – |
| dry_run | boolean | – | – |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| reason | string | – | – |
| webhook | string | yes | Webhook name or ID. |
No output schema declared.
No examples provided.
diff_blueprint Diff blueprint ~98
Compare a saved blueprint against the live server: what the blueprint expects but the server lacks (missing), what exists but differs (changed, with the fields), and what the server has that the blueprint never mentioned (extra, informational). The drift detector for config-as-code workflows.
| Name | Type | Req | Description |
|---|---|---|---|
| blueprint | string | yes | Saved blueprint name or ID. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
No output schema declared.
No examples provided.
disconnect_member Disconnect member from voice ~72
Remove a member from whatever voice channel they are in. They stay in the server; only the voice connection ends.
| Name | Type | Req | Description |
|---|---|---|---|
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| member | string | yes | Member name or user ID. |
| reason | string | – | – |
No output schema declared.
No examples provided.
edit_message Edit message ~163
Edit a message the bot itself sent. Discord does not allow editing anyone else's messages, no matter the permission level. A message sent as a Components V2 layout stays one: edit it with components, never with content or embeds.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel name or ID. |
| components | array | – | Rich layout, in place of content and embeds. Sending this sets the Components V2 flag, which is permanent for that message: it can never show plain content or embeds afterward, so the two cannot be c… |
| content | string | – | – |
| embeds | array | – | Up to 10 embeds. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| message_id | string | yes | – |
No output schema declared.
No examples provided.
end_poll End poll ~63
Close one of the bot's own polls early and finalize the results.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel name or ID. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| message_id | string | yes | – |
No output schema declared.
No examples provided.
end_stage End stage ~51
End the live stage on a stage channel.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Stage channel name or ID. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
No output schema declared.
No examples provided.
execute_build_plan Execute build plan ~174
Execute a staged plan by plan_id, or pass a blueprint directly. Either way the blueprint is re-validated against the live server at this moment, then built in dependency order: roles, then categories, then channels, with private_to and read_only compiled into permission overwrites at creation. Strictly additive: existing entities are reused, nothing is deleted or modified. If a step fails, the run stops and the report says exactly what was created, what failed, and what was never attempted. Re-running after a fix resumes naturally because finished work is reused.
| Name | Type | Req | Description |
|---|---|---|---|
| blueprint | object | – | Build this blueprint directly, skipping the staging step. |
| guild | string | – | Guild (server) name or ID. Omit to use the default guild. |
| plan_id | string | – | A plan staged by plan_server_build. |
No output schema declared.
No examples provided.
What is the io.github.OrygnsCode/omnicord MCP server?
io.github.OrygnsCode/omnicord is an MCP server listed in the public MCP registry as io.github.OrygnsCode/omnicord. Discord server management MCP for AI agents: chat, moderation, admin, and full server building. This page covers its npm package (@orygn/omnicord).
Is the io.github.OrygnsCode/omnicord MCP server safe to use?
io.github.OrygnsCode/omnicord scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.OrygnsCode/omnicord MCP server expose?
io.github.OrygnsCode/omnicord exposes 155 tools: get_rate_limit_status, get_bot_info, run_setup_check, get_server_overview, list_channels, and 150 more. Their descriptions and schemas cost roughly 14,841 tokens of context every time the server is loaded.
Is the io.github.OrygnsCode/omnicord MCP server still maintained?
io.github.OrygnsCode/omnicord is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.OrygnsCode/omnicord MCP server under?
io.github.OrygnsCode/omnicord declares the Elastic-2.0 licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.