A10 Guardian
by opastorello
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | False |
| LOG_LEVEL | No | Logging level | INFO |
| API_TOKENS | No | Additional tokens with granular scopes (JSON) | {} |
| WEBHOOK_URL | No | Slack/Discord/n8n webhook URL | |
| A10_BASE_URL | Yes | Full URL to A10 device | |
| A10_PASSWORD | Yes | A10 device password | |
| A10_USERNAME | Yes | A10 device username | |
| CORS_ORIGINS | No | Allowed CORS origins, comma-separated | |
| A10_VERIFY_SSL | No | Verify SSL certificates | False |
| WEBHOOK_FOOTER | No | Footer text for webhook messages | A10 Guardian API |
| WEBHOOK_ENABLED | No | Enable webhook notifications | False |
| API_SECRET_TOKEN | Yes | Internal master token — full access, all scopes | |
| MCP_SECRET_TOKEN | Yes | Dedicated token for MCP clients (Claude, n8n) — full access | |
| TELEGRAM_CHAT_ID | No | Telegram chat ID (optional) | |
| WEBHOOK_USERNAME | No | Display name for webhook messages | A10 Guardian |
| RATE_LIMIT_DEFAULT | No | API rate limit | 60/minute |
| TELEGRAM_BOT_TOKEN | No | Telegram bot token (optional) | |
| NOTIFY_SYSTEM_HEALTH | No | Monitor A10 health (60s interval) | False |
| NOTIFY_ATTACK_ONGOING | No | Periodic updates for long attacks | False |
| NOTIFY_ATTACK_DETECTED | No | Alert when attack is detected | True |
| NOTIFY_MITIGATION_STOP | No | Notify when mitigation stops | True |
| NOTIFY_TEMPLATE_CREATE | No | Notify on template creation | True |
| NOTIFY_TEMPLATE_DELETE | No | Notify on template deletion | True |
| NOTIFY_TEMPLATE_IMPORT | No | Notify on template imports | True |
| NOTIFY_TEMPLATE_UPDATE | No | Notify on template updates | False |
| NOTIFY_ATTACK_MITIGATED | No | Alert when attack ends | True |
| NOTIFY_MITIGATION_START | No | Notify when mitigation starts | True |
| ATTACK_MONITORING_INTERVAL | No | Check interval in seconds (10-300) | 30 |
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/opastorello/a10-guardian'
If you have feedback or need assistance with the MCP directory API, please join our Discord server