eBird-Navigator
Verified Safeby kankbokans
Overview
A multi-agent birding assistant that automatically finds birding hotspots, recent observations, and top species lists for any location worldwide using eBird data and Google AI.
Installation
adk webEnvironment Variables
- EBIRD_API_KEY
- GOOGLE_GENAI_API_KEY
Security Notes
The system uses environment variables for API keys (EBIRD_API_KEY, GOOGLE_GENAI_API_KEY), which is a good security practice. Communication with the eBird MCP server (Node.js) is handled via stdio, reducing external network exposure for the internal MCP component. No 'eval' or obvious malicious patterns were found in the provided Python code. Security heavily relies on the external APIs (eBird, Google Search, Gemini) and the integrity of the unprovided Node.js server code.
Similar Servers
gpt-researcher
The GPT Researcher MCP Server enables AI assistants to conduct comprehensive web research and generate detailed, factual, and unbiased reports. It supports multi-agent workflows, local document analysis, and integration with external tools via the Machine Conversation Protocol (MCP) for various research tasks.
volcano-sdk
A TypeScript SDK for building multi-provider AI agents that chain LLM reasoning with external tools and orchestrate multi-agent workflows.
AgentBoard
Integrates AI agents with browser capabilities, enabling interaction with web pages and external Model Context Protocol (MCP) servers through a suite of specialized tools for tasks like content extraction and web automation.
doc-mcp-server
Provides real-time access to up-to-date documentation from various package ecosystems (PyPI, npm, GitHub, etc.) for LLM-powered coding agents, mitigating hallucination and outdated information.