discord-py-self-mcp
by Microck
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEMP_DIR | No | Directory for temporary model files (default: /tmp/hcaptcha). | |
| DISCRAWL_BIN | No | Custom path to discrawl executable. | |
| CAPTCHA_PROXY | No | Proxy URL for solving hCaptcha challenges. | |
| DISCORD_TOKEN | Yes | Your Discord user token. | |
| GEMINI_API_KEY | No | API key for Gemini AI vision (used for captcha solving). | |
| RATE_LIMIT_ENABLED | No | Enable or disable rate limiting (default: true). | |
| RATE_LIMIT_COOLDOWN | No | Cooldown duration in seconds when limit hit (default: 60). | |
| RATE_LIMIT_ACTIONS_PER_MINUTE | No | Max actions per minute (default: 5). | |
| RATE_LIMIT_MESSAGES_PER_MINUTE | No | Max messages per minute (default: 10). | |
| RATE_LIMIT_MESSAGES_PER_SECOND | No | Max messages per second (default: 1). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Microck/discord.py-self-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server