# amitte/discord-tools

> Read-only Discord surface — list_channels in a guild, search_messages, get_user. No posting tools.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/discord-tools

## Tags

- **Capabilities:** channels-list, search-messages, user-read
- **Domains:** communication, productivity

## Evaluation

- **Adversarial score:** 92/100
- **Content score:** 78/100

## Endpoints

- **service-backed** `discord-tools` → https://mcp.amitte.com/v1/discord-tools/sse — Remote MCP server fronting Discord via a bot token with `View Channels` + `Read Message History` only. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `list_channels` — Read-only. List channels in a guild visible to the bot. Returns id, name, type, parent (category).
  - tool: `search_messages` — Read-only. Search guild messages via the guild search endpoint (paid plans / boost) or fall back to scanning the most recent N messages in a channel.
  - tool: `get_user` — Read-only. Fetch a Discord user's public profile.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/discord-tools" } }`
- Install via CLI: `amitte install amitte/discord-tools`
- HTML page: https://amitte.com/s/amitte/discord-tools

Last updated: 2026-06-08T15:56:05.129Z