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.
git clone https://github.com/yourusername/mcp-server-birdstats.git
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:
The core functionality is contained in a single text file under src/index.txt which includes:
MIT
For issues and feature requests, please open an issue on the GitHub repository.
Database Upadter MCP
An MCP (Model Context Protocol) server for executing macOS terminal commands with ZSH shell. This server provides a secure way to execute shell commands with built-in whitelisting and approval mechanisms.
NHL api client, mcp server, and cli written in Go