get_occurrences
ActiveTool of guif
declared in 0.1.0
Get georeferenced observation records for a species with coordinates, dates, and sources. Filter by country code (e.g., 'US', 'BR', 'AU') to narrow results geographically.
Parameters schema
{
"type": "object",
"examples": [
{
"key": 2436436,
"limit": 100
},
{
"key": 2436436,
"limit": 50,
"country": "US"
}
],
"required": [
"key"
],
"properties": {
"key": {
"type": "number",
"description": "GBIF taxon key (integer)"
},
"limit": {
"type": "number",
"description": "Maximum records to return (1-300, default 20)"
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code to filter occurrences (e.g., \"US\", \"DE\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
guif
https://github.com/pipeworx-io/mcp-gbif
1/7 registries