AgentHubAgentHub

pondlog-ebird

MCP ServerMCP Registry官方收录

io.github.andrewschristison/pondlog-ebird · v0.1.5

eBird MCP server. 21 tools covering eBird API v2: observations, hotspots, checklists, taxonomy.

概览

pondlog-ebird 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "pondlog-ebird": {
      "command": "npx",
      "args": [
        "-y",
        "@pondlog/mcp-ebird"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.andrewschristison/pondlog-ebird",
  "type": "mcp-server",
  "version": "0.1.5",
  "displayName": "pondlog-ebird",
  "description": "eBird MCP server. 21 tools covering eBird API v2: observations, hotspots, checklists, taxonomy.",
  "repository": {
    "url": "https://github.com/andrewschristison/pondlog",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@pondlog/mcp-ebird",
        "version": "0.1.5",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.andrewschristison/pondlog-ebird",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.andrewschristison%2Fpondlog-ebird/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
pondlog-ebird — MCP Server 安装与配置 · AgentHub