Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

GuildControl MCP

OCI · GHCR.IO/J-256/GUILDCONTROL:0.2.0 · 3 COMPONENTS · SCANNED SEP 21

Safety-first MCP server for Discord with privacy-safe reads, audits, and reviewed administration

0 this week 14 Trust /100

Deprecated

This server is marked deprecated in the MCP registry. The registry records this reason: Moved to app.lasers.guildcontrol/discord. Install version 0.3.1 or later.

Trust breakdown (7 categories)

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 Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency48
  • 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
  • Clear OSI-approved license (AGPL-3.0-only).Pass
  • Actively maintained (last published 19 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability0
  • Schema quality not yet verified: the captured schema was too large for us to store in full, so we will not judge it on a partial copy.Unverified
Stability & Change Management0
  • Stability not yet verified: the captured schema was too large for us to store in full, and comparing a partial copy would report our own trimming as a change.Unverified
Tool Coverage0
  • Tool coverage not yet verified: the captured tool definitions were too large for us to store in full, so we will not judge them on a partial copy.Unverified
Tool Safety0
  • Tool safety not yet verified: the captured tool definitions were too large for us to store in full, and the trim removes the very descriptions this category reads.Unverified
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
  • Supports UI / widget rendering.Pass

Unverified: 5 categories

Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the GuildControl MCP server?

GuildControl MCP runs locally as a container image, launched with docker run --rm -i ghcr.io/j-256/guildcontrol:0.2.0. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/j-256/guildcontrol:0.2.0

# add to Claude Code
claude mcp add j-256-guildcontrol -- docker run --rm -i ghcr.io/j-256/guildcontrol:0.2.0
// .cursor/mcp.json
{
  "mcpServers": {
    "j-256-guildcontrol": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/j-256/guildcontrol:0.2.0"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "j-256-guildcontrol": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/j-256/guildcontrol:0.2.0"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add j-256-guildcontrol -- docker run --rm -i ghcr.io/j-256/guildcontrol:0.2.0
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "j-256-guildcontrol": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/j-256/guildcontrol:0.2.0"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  j-256-guildcontrol:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/j-256/guildcontrol:0.2.0"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "j-256-guildcontrol": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/j-256/guildcontrol:0.2.0"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "j-256-guildcontrol": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/j-256/guildcontrol:0.2.0"
      ]
    }
  }
}
Changelog

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.

  • 31 Aug 26 14

    First indexed and scored.

Diagnostics

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 oci/ghcr.io/j-256/guildcontrol:0.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 259 exposed · ~35,968 tokens partial

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 →

Tool Tokens
get_channel_webhook ~87

No description provided.

NameTypeReqDescription
channelIdstringyes
webhookIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_connector_status ~40

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_current_bot_profile ~63

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_direct_message ~155

No description provided.

NameTypeReqDescription
channelIdstringyes
messageIdstringyes
recipientIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_gateway_events ~64

No description provided.

NameTypeReqDescription
afterCursorstring
limitinteger
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_gateway_status ~37

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_audit_entry ~104

No description provided.

NameTypeReqDescription
entryIdstringyes
guildIdstringyes
includeReasonboolean
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_ban ~84

No description provided.

NameTypeReqDescription
guildIdstringyes
includeReasonboolean
userIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_emoji ~75

No description provided.

NameTypeReqDescription
expressionIdstringyes
guildIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_incident_actions ~94

No description provided.

NameTypeReqDescription
guildIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_invite ~98

No description provided.

NameTypeReqDescription
guildIdstringyes
inviteRefstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_member ~71

No description provided.

NameTypeReqDescription
guildIdstringyes
userIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_onboarding ~160

No description provided.

NameTypeReqDescription
guildIdstringyes
includeTextboolean
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_profile ~90

No description provided.

NameTypeReqDescription
guildIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_settings ~110

No description provided.

NameTypeReqDescription
guildIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_soundboard_sound ~86

No description provided.

NameTypeReqDescription
guildIdstringyes
soundIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_sticker ~75

No description provided.

NameTypeReqDescription
expressionIdstringyes
guildIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_vanity_url ~117

No description provided.

NameTypeReqDescription
guildIdstringyes
includeCodeboolean
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_welcome_screen ~127

No description provided.

NameTypeReqDescription
guildIdstringyes
includeTextboolean
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_guild_widget_settings ~118

No description provided.

NameTypeReqDescription
guildIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_member_voice_state ~120

No description provided.

NameTypeReqDescription
guildIdstringyes
userIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_message ~35

No description provided.

NameTypeReqDescription
channelIdstringyes
messageIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_observability_status ~50

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_poll ~91

No description provided.

NameTypeReqDescription
channelIdstringyes
messageIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_role ~59

No description provided.

NameTypeReqDescription
guildIdstringyes
roleIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_scheduled_event ~104

No description provided.

NameTypeReqDescription
eventIdstringyes
guildIdstringyes
includeSubscriberCountboolean
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_stage_instance ~81

No description provided.

NameTypeReqDescription
channelIdstringyes
guildIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_thread_membership ~89

No description provided.

NameTypeReqDescription
guildIdstringyes
threadIdstringyes
userIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_thread_state ~91

No description provided.

NameTypeReqDescription
guildIdstringyes
threadIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_voice_channel_status ~105

No description provided.

NameTypeReqDescription
channelIdstringyes
guildIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

get_webhook_message ~118

No description provided.

NameTypeReqDescription
messageIdstringyes
webhookIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

inspect_application_activity_instance ~153

No description provided.

NameTypeReqDescription
channelIdstringyes
guildIdstringyes
instanceIdstringyes
userIdstring
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_active_threads ~71

No description provided.

NameTypeReqDescription
guildIdstringyes
limitinteger
parentChannelIdstring
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_activity ~27

No description provided.

NameTypeReqDescription
limitinteger
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_announcement_subscriptions ~110

No description provided.

NameTypeReqDescription
targetChannelIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_application_emojis ~61

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_archived_threads ~102

No description provided.

NameTypeReqDescription
beforeThreadIdstring
beforeTimestampstring
channelIdstringyes
limitinteger
visibilitystring
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_automod_rules ~75

No description provided.

NameTypeReqDescription
guildIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_channel_permission_overwrites ~99

No description provided.

NameTypeReqDescription
afterTargetIdstring
channelIdstringyes
limitinteger
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_channel_webhooks ~89

No description provided.

NameTypeReqDescription
channelIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_channels ~133

No description provided.

NameTypeReqDescription
cursorstring
detailstring
guildIdstringyes
limitinteger
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_coordination_addresses ~128

No description provided.

NameTypeReqDescription
afterMessageIdstring
channelIdstringyes
scanLimitinteger
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_coordination_notes ~211

No description provided.

NameTypeReqDescription
afterMessageIdstring
channelIdstringyes
fromAddressstring
includeBroadcastsboolean
recipientAddressstringyes
scanLimitinteger
tagstring
unresolvedOnlyboolean
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_default_soundboard_sounds ~47

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_direct_messages ~174

No description provided.

NameTypeReqDescription
beforeMessageIdstring
channelIdstringyes
limitinteger
recipientIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_discord_interaction_continuations ~76

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_guild_audit_entries ~158

No description provided.

NameTypeReqDescription
actionTypeinteger
actorUserIdstring
beforeEntryIdstring
guildIdstringyes
includeReasonsboolean
limitinteger
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_guild_bans ~115

No description provided.

NameTypeReqDescription
afterUserIdstring
guildIdstringyes
includeReasonsboolean
limitinteger
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_guild_emojis ~68

No description provided.

NameTypeReqDescription
guildIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

list_guild_integrations ~91

No description provided.

NameTypeReqDescription
guildIdstringyes
NameTypeReqDescription
schemaVersionintegeryes
statusstringyes

No examples provided.

Common questions

What is the GuildControl MCP server?

GuildControl MCP is listed in the public MCP registry as io.github.j-256/guildcontrol. Safety-first MCP server for Discord with privacy-safe reads, audits, and reviewed administration. This page covers its container image (ghcr.io/j-256/guildcontrol:0.2.0).

Is the GuildControl MCP server safe to use?

GuildControl MCP scores 14 out of 100 on VerifyMCP. 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.

Is the GuildControl MCP server still maintained?

GuildControl MCP is marked deprecated 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 GuildControl MCP server under?

GuildControl MCP declares the AGPL-3.0-only licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.