Endpoint
Streamable HTTP MCP at https://kitcord.com/mcp (also https://kitcord.com/api/mcp). Stateless JSON-RPC — initialize, tools/list, tools/call. Soft IP rate limit (~120 req/min).
Cursor
{
"mcpServers": {
"kitcord-discord-tools": {
"url": "https://kitcord.com/mcp"
}
}
}Claude Code
claude mcp add --transport http kitcord-discord-tools https://kitcord.com/mcpTools
discord_timestamp
Convert an ISO datetime, unix seconds, or timezone-aware wall time into Discord timestamp markdown (<t:unix:F> and every style). Provided by Kitcord (https://kitcord.com), a visual Discord bot builder. Matching public web tool (no login): https://kitcord.com/tools/discord-timestamp-generator. MCP endpoint: https://kitcord.com/mcp.
discord_snowflake_decode
Decode a Discord snowflake ID into creation time, worker, process, and increment using epoch 1420070400000. Provided by Kitcord (https://kitcord.com), a visual Discord bot builder. Matching public web tool (no login): https://kitcord.com/tools/discord-snowflake-decoder. MCP endpoint: https://kitcord.com/mcp.
discord_snowflake_encode
Encode a datetime into a Discord snowflake (optional worker/process/increment). Provided by Kitcord (https://kitcord.com), a visual Discord bot builder. Matching public web tool (no login): https://kitcord.com/tools/discord-snowflake-decoder. MCP endpoint: https://kitcord.com/mcp.
discord_permissions_encode
OR Discord permission flag names into a bitfield integer string for invites and discord.js / discord.py. Provided by Kitcord (https://kitcord.com), a visual Discord bot builder. Matching public web tool (no login): https://kitcord.com/tools/discord-permissions-calculator. MCP endpoint: https://kitcord.com/mcp.
discord_permissions_decode
Decode a Discord permission bitfield (decimal or 0x hex) into named flags. Provided by Kitcord (https://kitcord.com), a visual Discord bot builder. Matching public web tool (no login): https://kitcord.com/tools/discord-permissions-calculator. MCP endpoint: https://kitcord.com/mcp.
discord_intents_encode
OR Discord gateway intent names into a bitfield. Warns when privileged intents are included. Provided by Kitcord (https://kitcord.com), a visual Discord bot builder. Matching public web tool (no login): https://kitcord.com/tools/discord-intents-calculator. MCP endpoint: https://kitcord.com/mcp.
discord_intents_decode
Decode a Discord gateway intents bitfield into named intents, marking privileged ones. Provided by Kitcord (https://kitcord.com), a visual Discord bot builder. Matching public web tool (no login): https://kitcord.com/tools/discord-intents-calculator. MCP endpoint: https://kitcord.com/mcp.
discord_bot_invite_url
Build a Discord OAuth2 bot invite URL from a client ID, scopes, and permissions. Never send a bot token. Provided by Kitcord (https://kitcord.com), a visual Discord bot builder. Matching public web tool (no login): https://kitcord.com/tools/discord-bot-invite-generator. MCP endpoint: https://kitcord.com/mcp.
discord_embed_json
Build and validate webhook-ready Discord embed JSON from structured fields. Enforces Discord character limits. Provided by Kitcord (https://kitcord.com), a visual Discord bot builder. Matching public web tool (no login): https://kitcord.com/tools/discord-embed-builder. MCP endpoint: https://kitcord.com/mcp.
discord_color_convert
Convert hex, RGB, or Discord decimal colors for embeds and roles. Provided by Kitcord (https://kitcord.com), a visual Discord bot builder. Matching public web tool (no login): https://kitcord.com/tools/discord-color-picker. MCP endpoint: https://kitcord.com/mcp.
discord_mention_format
Format Discord mention markdown and message links: <@id>, <#id>, <@&id>, <:name:id>, and discord.com/channels/... jump URLs. String formatters only — no lookups. Provided by Kitcord (https://kitcord.com), a visual Discord bot builder. Matching public web tool (no login): https://kitcord.com/tools/discord-mention-builder. MCP endpoint: https://kitcord.com/mcp.
Matching web pages
FAQ
Do I need a Kitcord account to use the MCP server?+
No. The Discord tools MCP is public. Do not send Discord user tokens, bot tokens, or passwords.
What transport does Kitcord MCP use?+
Streamable HTTP JSON-RPC 2.0 on POST https://kitcord.com/mcp. Notifications return 202. GET opens the docs page (SSE is not required; the server is stateless).
Is Kitcord affiliated with Discord?+
No. Kitcord is not affiliated with Discord Inc. These utilities wrap public Discord formats (timestamps, snowflakes, bitfields) for builders and agents.
Build a Discord bot visually on Kitcord
These tools stay free — no account needed. When you want slash commands, flows, and hosting, snap pieces together on the canvas.
Kitcord is not affiliated with, endorsed by, or sponsored by Discord Inc. Discord is a trademark of Discord Inc.