kyiv-alerts
by YoYoZ
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REGION | No | Tracked region. Default: kyiv_city | kyiv_city |
| DB_PATH | No | SQLite file, on the mounted volume. Default: /data/alerts.db | /data/alerts.db |
| MCP_BIND | No | Host interface the port is published on. Default: 127.0.0.1 | 127.0.0.1 |
| MCP_HOST | No | Server binding. Default: 0.0.0.0 | 0.0.0.0 |
| MCP_PATH | No | Server binding. Default: /mcp | /mcp |
| MCP_PORT | No | Server binding. Default: 8000 | 8000 |
| LOG_LEVEL | No | Structured JSON logs to stdout. Default: INFO | INFO |
| RAID_API_KEY | No | raid.fly.dev key. Enables that source. | |
| MCP_AUTH_MODE | No | none serves unauthenticated (explicit opt-in only). Default: token. | token |
| RAID_TCP_HOST | No | Live stream endpoint. Default: raid.fly.dev | raid.fly.dev |
| RAID_TCP_PORT | No | Live stream endpoint. Default: 1024 | 1024 |
| MCP_AUTH_TOKEN | No | Bearer token for /mcp. Required unless auth is off. | |
| NEPTUN_ENABLED | No | Keyless WebSocket source; also supplies kind. Default: true | true |
| RAID_HTTP_BASE | No | HTTP API base. Default: https://raid.fly.dev | https://raid.fly.dev |
| UBILLING_ENABLED | No | Keyless third observer. Default: true | true |
| COVERAGE_STITCH_S | No | Gaps below this are heartbeat jitter, not data loss. Default: 60 | 60 |
| ALERTS_IN_UA_TOKEN | No | alerts.in.ua token. Enables that source. | |
| AIU_POLL_INTERVAL_S | No | alerts.in.ua poll cadence. Default: 30 | 30 |
| AIU_HISTORY_INTERVAL_S | No | History reconciliation cadence. Default: 1800 | 1800 |
| RAID_SILENCE_TIMEOUT_S | No | Dead-link threshold. Default: 45 | 45 |
| NEPTUN_THREAT_RADIUS_KM | No | Threat proximity to the city centre. Default: 50 | 50 |
| EXPLOSIONS_INCLUDE_OBLAST | No | Count oblast explosions — audible in the city. Default: true | true |
| NEPTUN_MESSAGES_EXPLOSIONS | No | Opt-in explosion reports (Telegram text over HTTP). Default: false | false |
| RAID_HISTORY_MIN_INTERVAL_S | No | Local floor on full-dump fetches. Default: 300 | 300 |
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/YoYoZ/kyiv-alerts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server