gbif-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TTL | No | Cache time-to-live in milliseconds (optional, default: 3600000) | 3600000 |
| LOG_LEVEL | No | Logging level (optional, default: info) | info |
| LOG_FORMAT | No | Log format (optional, default: json) | json |
| GBIF_TIMEOUT | No | Request timeout in milliseconds (optional, default: 30000) | 30000 |
| CACHE_ENABLED | No | Enable response caching (optional, default: true) | true |
| GBIF_BASE_URL | No | GBIF API base URL (optional, default: https://api.gbif.org/v1) | https://api.gbif.org/v1 |
| GBIF_PASSWORD | No | Your GBIF password (optional, needed for downloads and authenticated endpoints) | |
| GBIF_USERNAME | No | Your GBIF username (optional, needed for downloads and authenticated endpoints) | |
| CACHE_MAX_SIZE | No | Maximum number of cached entries (optional, default: 100) | 100 |
| GBIF_USER_AGENT | No | User agent string for API requests (optional, default: GBIF-MCP-Server/1.0.0) | GBIF-MCP-Server/1.0.0 |
| RESPONSE_MAX_SIZE_KB | No | Maximum response size in kilobytes before truncation (optional, default: 250) | 250 |
| RATE_LIMIT_CONCURRENT | No | Maximum concurrent requests (optional, default: 10) | 10 |
| RESPONSE_WARN_SIZE_KB | No | Warning threshold for response size in kilobytes (optional, default: 200) | 200 |
| RATE_LIMIT_MAX_REQUESTS | No | Maximum number of requests per rate limit window (optional, default: 100) | 100 |
| RESPONSE_ENABLE_TRUNCATION | No | Enable smart truncation of large responses (optional, default: true) | true |
| RESPONSE_ENABLE_SIZE_LOGGING | No | Enable logging of response size metrics (optional, default: true) | true |
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
ActivityInactive
ResponsivenessNo issues