mcp-server-birdstats
v0.1.5
Published
MCP server that provides BirdWeather / BirdNET-Pi and eBird data through natural language query via API endpoints, as well as analysis and data visualization.
Readme
mcp-server-birdstats
MCP server that provides BirdWeather and BirdNET-Pi and eBird data through natural language query via API endpoints, as well as analysis and data visualization.
Features
- Provides
birdweather_api.jsonandebird_api.jsonwith all eBird and BirdWeather schemas. - Provides
system_prompt.mdthat the LLM can load as a system message.
Installation for Claude Desktop Config
"mcp-server-birdstats" : {
"command": "npx",
"args": ["-y", "mcp-server-birdstats"]
}