nearby_observations
ActiveTool of Ebird
declared in 0.1.0
Recent observations within a radius of a lat/lon. Useful for "what birds are around here right now."
Parameters schema
{
"type": "object",
"examples": [
{
"latitude": 37.7749,
"longitude": -122.4194
},
{
"back": 7,
"dist_km": 10,
"latitude": 40.7128,
"longitude": -74.006,
"species_code": "amegfi"
}
],
"required": [
"latitude",
"longitude"
],
"properties": {
"back": {
"type": "number",
"description": "Days back (1-30, default 14)"
},
"dist_km": {
"type": "number",
"description": "Radius in km (1-50, default 25)"
},
"latitude": {
"type": "number",
"description": "Latitude"
},
"longitude": {
"type": "number",
"description": "Longitude"
},
"max_results": {
"type": "number",
"description": "1-10000 (default 100)"
},
"species_code": {
"type": "string",
"description": "Optional species filter"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ebird
https://github.com/pipeworx-io/mcp-ebird
1/7 registries