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 |
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/tyson-swetnam/gbif-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server