occurrences_near
Pack: gbif · Endpoint: https://gateway.pipeworx.io/gbif/mcp
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
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
latitude | number | yes | Latitude in decimal degrees (e.g., 40.785). |
longitude | number | yes | Longitude in decimal degrees (e.g., -73.968). |
radius_km | number | no | Search radius in km (default 10, max 200). |
taxon_key | number | no | Optional GBIF taxon key to restrict to a species or group (e.g., 212 = birds). From search_species. |
limit | number | no | Maximum records to return (1-300, default 20). |
Example call
curl -X POST https://gateway.pipeworx.io/gbif/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"occurrences_near","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"gbif": {
"url": "https://gateway.pipeworx.io/gbif/mcp"
}
}
}
See Getting Started for client-specific install steps.