Dogeshit MCP
by dogeshitmeme
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address. Default 127.0.0.1. | 127.0.0.1 |
| CHAIN | Yes | The chain identifier (anvil, sepolia, mainnet). Required. | |
| RPC_URL | Yes | RPC endpoint URL or comma-separated list for fallback. Required. | |
| TOKEN_ADDRESS | Yes | Deployed token contract address. Required. | |
| RELAYER_QUEUE_MAX | No | Global maximum in-flight transactions. Default 50. | 50 |
| RELAYER_PRIVATE_KEY | Yes | Private key of the relayer wallet that signs mint transactions. Required. | |
| SHUTDOWN_TIMEOUT_MS | No | Graceful shutdown drain budget in milliseconds. Default 25000. | 25000 |
| MCP_ALLOWED_IP_CIDRS | No | IP allowlist for MCP endpoints (e.g., 160.79.104.0/21). Strongly recommended in production. | |
| RELAYER_MAX_FEE_GWEI | Yes | Gas price cap in Gwei. Required. | |
| MINT_DELEGATE_ADDRESS | Yes | Deployed MintDelegate contract address. Required. | |
| RELAYER_MIN_BALANCE_ETH | No | Minimum ETH balance for the relayer before health check returns 503. Default 0.05. | 0.05 |
| RELAYER_TASK_TIMEOUT_MS | No | Receipt-wait budget per request in milliseconds. Default 120000. | 120000 |
| RELAYER_QUEUE_PER_KEY_MAX | No | Per-caller in-flight cap. Default 1. | 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/dogeshitmeme/dogeshit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server