Dis.gg MCP Documentation

This documentation is for anyone integrating the public Dis.gg MCP service with a compatible MCP client.

For example, you may want to use it with:

See more example clients: https://modelcontextprotocol.io/clients

Start Here #

  • Quickstart: prepare a Discord bot token and connect a client quickly.
  • Usage: understand the endpoints, request flow, and common patterns.
  • Headers: apply Discord MCP-side restrictions before a request reaches Discord.
  • Security: review the guardrails and deployment advice.
  • Changelog: follow public-facing updates to the service.

Reference #

  • Tools: public tool catalog by category.
  • Providers: image and upload providers supported by the service.
  • About: what the service is for, and what it does not do.

Legal #

Service Endpoints #

  • JSON-RPC: POST /v1
  • Tool list helper: GET /v1/tools/list
  • Tool call helper: POST /v1/tools/call
  • Legacy SSE stream: GET /v1/sse
  • Legacy SSE message ingress: POST /v1/sse/message?sessionId=...
  • Health check: GET /healthz
  • Support redirect: GET /support