occurrences_near
ActiveTool of guif
Find species occurrence records NEAR a location (latitude/longitude + radius). PREFER for "what species/wildlife are found near here", "what birds/plants occur around these coordinates", "is <species> recorded near this spot". Optionally filter by a GBIF taxon key (from search_species) to a group or species — e.g. 212 = birds, 6 = plants, 359 = mammals. Returns georeferenced records with species name, date, locality, and source.
Parameters schema
{
"type": "object",
"required": [
"latitude",
"longitude"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum records to return (1-300, default 20)."
},
"latitude": {
"type": "number",
"description": "Latitude in decimal degrees (e.g., 40.785)."
},
"longitude": {
"type": "number",
"description": "Longitude in decimal degrees (e.g., -73.968)."
},
"radius_km": {
"type": "number",
"description": "Search radius in km (default 10, max 200)."
},
"taxon_key": {
"type": "number",
"description": "Optional GBIF taxon key to restrict to a species or group (e.g., 212 = birds). From search_species."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
guif
https://github.com/pipeworx-io/mcp-gbif
1/7 registries