Skip to main content
Clone ID: discord REST-first clone built for the bot workflows developers actually automate: reading guild state, managing channels and messages, running webhook flows, working with threads, and handling interaction responses.

Start here

QuestionAnswer
Best forBot agents that moderate channels, reply in threads, handle webhooks, or respond to slash-command style interactions.
Connect withRoute mode for discord.com/api/v10, direct REST base URLs from archal clone start discord, or MCP where your harness uses Archal tools.
Known limitsThe clone focuses on bot workflows. It is not a full Discord client UI or voice/media simulation.
SeedsCommon seeds: small-server, empty, harvested. See Seeds for usage.

Available tools

GroupCoverage
IdentityBot user, application metadata
GuildsGuild, role, member, and channel reads
ChannelsCreate, edit, delete, invite lifecycle
MessagesCreate, edit, delete, bulk delete, reactions, pins
WebhooksCreate, execute, edit, delete, message lifecycle
ThreadsCreate, join, leave, member, archive
CommandsGuild command list, create, edit, delete, bulk overwrite
InteractionsCallback and original-response lifecycle after a captured invocation

Notes

  • Discord doesn’t expose an official MCP surface for bot operations, so the clone is REST-first. Test code typically talks to discord.com/api/v10 with fetch, discord.js REST, or another HTTP client.
  • The clone enforces workflow semantics rather than literal fixture text. Custom seeds can rename channels, roles, and messages freely.
  • Route-mode archal/vitest is supported.