5g-ddos-mcp
by core-ncsrd
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Server port | 8000 |
| LOG_LEVEL | No | Logging level | INFO |
| LLM_BACKEND | No | Backend LLM provider: claude, ollama, or openai_compatible | claude |
| CLAUDE_MODEL | No | Anthropic model ID | claude-sonnet-4-6 |
| OLLAMA_MODEL | No | Any model pulled via ollama pull | llama3.2 |
| OPENAI_MODEL | No | Model name at the endpoint | gpt-4o-mini |
| LLM_MAX_TOKENS | No | Max tokens for LLM completions | 2048 |
| OPENAI_API_KEY | No | Required when LLM_BACKEND=openai_compatible | |
| LLM_TEMPERATURE | No | Generation temperature | 0.3 |
| OLLAMA_BASE_URL | No | Ollama server URL | http://localhost:11434 |
| OPENAI_BASE_URL | No | Any OpenAI-compatible endpoint URL | https://api.openai.com/v1 |
| RESPONSE_API_KEY | No | Bearer token for the response API (optional) | |
| RESPONSE_API_URL | No | Network management API for auto-execute (optional) | |
| ANOMALY_THRESHOLD | No | Attack confidence threshold (0.0–1.0) | 0.5 |
| ANTHROPIC_API_KEY | No | Required when LLM_BACKEND=claude |
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
- 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/core-ncsrd/5g-ddos-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server