eBird MCP Server
JSON →Query rich bird observation data from the eBird API using natural language.
Install
pip install -r Tools · 12
- get_recent_observations Query recent bird observations in a specified location
- get_recent_species_observations Query recent observations of a specific bird species in a location
- get_notable_observations Query notable (rare) bird observations in a location
- get_top_contributors List top eBird contributors in a location on a specific date
- get_checklists_on_date Show all checklists submitted in a location on a specific date
- get_recent_checklists Provide the latest checklists submitted in a location
- get_checklist_summary Summarize all observation checklists in a location on a specific date
- get_checklist_details Show details for a specific checklist by ID
- list_hotspots List all eBird hotspots in a location
- get_nearby_hotspots List birding hotspots within a specified distance of a location
- get_taxonomy Provide eBird taxonomy data for a bird species
- list_subspecies List all subspecies of a bird species
Environment variables
EBIRD_API_KEY
Links
★ 5 GitHub stars