eBird MCP server. 21 tools covering eBird API v2: observations, hotspots, checklists, taxonomy.
claude mcp add pondlog-ebird -- npx -y @pondlog/mcp-ebird
claude_desktop_config.json
{
"mcpServers": {
"pondlog-ebird": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-ebird"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"pondlog-ebird": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-ebird"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pondlog-ebird": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-ebird"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"pondlog-ebird": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-ebird"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"pondlog-ebird": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-ebird"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.andrewschristison--pondlog-ebird/reviews or the review_server meta-tool.
POST /mcp