gdelt-mcp
by nadirdev1
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP listener host. | 0.0.0.0 |
| PORT | No | HTTP listener port. | 3000 |
| DOMAIN | No | Host name served by Caddy. | |
| MCP_TOKEN | No | Secret in the MCP URL; 24–128 characters [A-Za-z0-9_-]. | |
| ALLOW_NO_TOKEN | No | If set to true, allows running without a token (local development). | |
| GDELT_TIMEOUT_MS | No | Timeout of one GDELT request. | 20000 |
| CACHE_MAX_ENTRIES | No | Cache size. | 300 |
| CACHE_RECENT_TTL_MS | No | Cache lifetime for windows ending less than 3 hours ago. | 600000 |
| CACHE_SETTLED_TTL_MS | No | Cache lifetime for older windows. | 86400000 |
| GDELT_CALL_BUDGET_MS | No | How long a tool call may wait in the queue or back off before giving up. | 35000 |
| GDELT_MIN_INTERVAL_MS | No | Minimum time between two GDELT requests (at least 5000 against the official API). | 6000 |
| CACHE_STALE_MAX_AGE_MS | No | Maximum age of a cached copy served when GDELT fails. | 7200000 |
| GDELT_RETRY_DELAY_1_MS | No | Back-off after the first 429 of a call. | 10000 |
| GDELT_RETRY_DELAY_2_MS | No | Back-off after the second 429 of a call. | 20000 |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues