AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Ebird Mcp Server

mcp-birdingkit-ebird-mcp-server · by birdingkit

A MCP server that integrates the eBird API to connect with an AI agent.

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add mcp-birdingkit-ebird-mcp-server

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-birdingkit-ebird-mcp-server)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
stale · 1y ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ebird Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

eBird MCP Server

Combine eBird with AI: Build Your Personal Bird Observation Assistant

This project integrates the eBird API with an MCP (Model Context Protocol) Server, enabling you to query bird observation data via natural language directly inside Claude's chat window.

Getting Started

Prerequisites

Installation

Clone the repository

 git clone git@github.com:siansiansu/ebird-mcp-server.git
 cd ebird-mcp-server

Install dependencies

pip install -r requirements.txt

Configuration

Configure Claude Desktop

  1. Open Claude Desktop.
  2. Navigate to Settings > Developer > Edit Config > Edit claude_desktop_config.json File.
  3. Replace the configuration with your paths and API key:
{
  "mcpServers": {
    "ebird-api": {
      "command": "/absolute/path/to/python",
      "args": [
        "/absolute/path/to/ebird-mcp-server/server.py"
      ],
      "env": {
        "EBIRD_API_KEY": "your-ebird-api-key"
      }
    }
  }
}

Important:

  • command: Absolute path to your Python executable.
  • args: Absolute path to server.py.
  • EBIRD_API_KEY: Your eBird API key.

Restart Claude

After saving the configuration, restart the Claude Desktop app. It will automatically launch and manage the MCP server.

Usage

Open a chat in Claude and use any of the example prompts (or your own) to query eBird data.

Features

Here are example prompts you can use to query data. The AI will decide when to call the eBird MCP Server, or you can explicitly instruct it to do so.

Observations

Query recent observations in a location

What birds have been seen recently in Budai, Chiayi?

Query recent observations of a species

Are there any recent records of Black-faced Spoonbill in Tainan?

Query notable (rare) observations

What rare birds have been reported recently in Hsinchu?

Checklists

Top contributors

List the top 100 eBird contributors in Taipei on June 26, 2025.

All checklists on a date

Show all checklists submitted in Kaohsiung on June 15, 2024.

Recent checklists

Provide the latest checklists submitted in Tainan.

Summary statistics

Summarize all observation checklists in New Taipei on June 20, 2024.

Checklist details

Show details for checklist ID S12345678.

Hotspots

List hotspots in a location

List all eBird hotspots in Tainan.

Nearby hotspots

List birding hotspots within 5 km of my current location.

Taxonomy

Official taxonomy

Provide the eBird taxonomy data for Black-faced Spoonbill.

List subspecies

List all subspecies of White-breasted Waterhen.

License

This project is licensed under the MIT License.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.