recent_observations
ActiveTool of Ebird
Recent bird sightings in a region. region_code is the eBird identifier — countries are 2-letter ("US", "GB"), states "US-CA", counties "US-CA-075", and birding hotspots use the "L<id>" code from eBird (e.g., "L99381"). Optionally filter to one species.
Parameters schema
{
"type": "object",
"examples": [
{
"region_code": "US-CA"
},
{
"back": 7,
"max_results": 50,
"region_code": "L99381",
"species_code": "norbob",
"include_provisional": true
}
],
"required": [
"region_code"
],
"properties": {
"back": {
"type": "number",
"description": "Days back (1-30, default 14)"
},
"max_results": {
"type": "number",
"description": "1-10000 (default 100)"
},
"region_code": {
"type": "string",
"description": "eBird region code"
},
"species_code": {
"type": "string",
"description": "Optional eBird species code (use find_species to look up)"
},
"include_provisional": {
"type": "boolean",
"description": "Include unconfirmed observations (default false)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ebird
https://github.com/pipeworx-io/mcp-ebird
1/7 registries