This BirdNet-Pi MCP server, developed by DMontgomery40, integrates BirdNet-Pi's bird detection capabilities with a FastAPI-based JSON-RPC interface. It provides functions for retrieving bird detections, detection statistics, audio recordings, and daily activity data. The server abstracts BirdNet-Pi's functionality, offering a standardized way for AI assistants to access and analyze bird detection data. By connecting AI systems with BirdNet-Pi's acoustic monitoring capabilities, this implementation enables applications such as automated bird species identification, habitat monitoring, and ecological research. It is particularly useful for ornithologists, conservationists, and citizen scientists who want to leverage AI for analyzing bird populations and behaviors.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Get bird detections filtered by date range and optional species. Parameters: start_date (required, YYYY-MM-DD), end_date (required, YYYY-MM-DD), species (optional, string)
Get aggregate detection statistics for a time period. Parameters: period (required, 'day', 'week', 'month', or 'all'), min_confidence (optional, float between 0.0-1.0, default: 0.0)
Retrieve the audio recording for a specific bird detection. Parameters: filename (required, string), format (optional, 'base64' or 'buffer', default: 'base64')
Get hourly bird activity patterns for a specific day. Parameters: date (required, YYYY-MM-DD), species (optional, string)
Generate a detection report for a date range. Parameters: start_date (required, string), end_date (required, string), format (optional, 'json' or 'html', default: 'json')