mcp-server-birdstats

  • Search
  • Research & Data
JavaScript
MIT
7
1
-
security - not tested
A
license - permissive license (MIT)
-
quality - not tested

Cross-reference your BirdNET-Pi data with eBird observations using natural language

  1. Tools
  2. Prompts
  3. Resources
  4. Server Configuration
  5. README.md

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

README.md

mcp-server-birdstats

Cross-reference your BirdNET-Pi data with eBird observations using natural language

Overview

This MCP plugin allows you to analyze BirdNET-Pi/BirdWeather detections by connecting them with eBird's extensive database.

Features

  • Natural language interface for querying birdnet-pi / birdweather, and eBird data
  • Cross-reference BirdWeather detections with eBird observations
  • Data-driven visualizations with React artifacts

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/mcp-server-birdstats.git
  1. Install dependencies:
npm install

Claude Config

"mcp-birdstats": { "command": "npx", "args": ["-y", "mcp-birdstats"] },

Usage

The plugin processes natural language queries about your bird detection data. Example queries:

  • "My BirdNET heard a Swainson's Thrush - is that unusual?"
  • "What's my station's rarest detection this week?"
  • "Graph my detections by time of day"
  • "Are others seeing these warblers on eBird?"

Data Integrity

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

Core Logic

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

API Integration

BirdWeather API

  • Station statistics
  • Species lists
  • Detection records

eBird API

  • Recent observations
  • Notable sightings
  • Hotspot data
  • Species information

License

MIT

Support

For issues and feature requests, please open an issue on the GitHub repository.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues with dependencies of the server.
  • Extract server characteristics such as tools, resources, prompts, and required parameters.

Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.

Copy the following code to your README.md file:

Alternative MCP servers

  • -
    security
    A
    license
    -
    quality
    Provides functionality to search [YouTube](https://www.youtube.com/) videos and automatically save the results to [Google Sheets](https://workspace.google.com/products/sheets/).
    MIT
  • A
    security
    A
    license
    A
    quality
    Uses yt-dlp to download subtitles from YouTube and connects it to claude.ai via Model Context Protocol.
    MIT
    • Apple
  • A
    security
    A
    license
    A
    quality
    This is a TypeScript-based MCP server that allows searching for New York Times articles from the last 30 days based on a keyword.
    MIT
    • Apple