mcp server birdstats
Cross-reference your BirdNET-Pi data with eBird observations using natural language
Cross-reference your BirdNET-Pi data with eBird observations using natural language
Cross-reference your BirdNET-Pi data with eBird observations using natural language
This MCP plugin allows you to analyze BirdNET-Pi/BirdWeather detections by connecting them with eBird's extensive database.
Clone the repository:
git clone https://github.com/yourusername/mcp-server-birdstats.git
Install dependencies:
npm install
"mcp-birdstats": {
"command": "npx",
"args": ["-y", "mcp-birdstats"]
},
The plugin processes natural language queries about your bird detection data. Example queries:
This plugin strictly adheres to data integrity principles: - Only uses actual API response data - Never creates example or estimated data - Always shows observation counts with percentages - Clear indication when data is unavailable
The core functionality is contained in a single text file under src/index.txt
which includes:
- BirdWeather API interactions
- eBird API interactions
- Data analysis functions
- Type definitions
- Helper utilities
MIT
For issues and feature requests, please open an issue on the GitHub repository.