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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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