Skip to main content
Birdeye MCP Server is currently in Beta. It is under active development, so tool names, response shapes, and rate limits may change. Share feedback through bds.support@birdeye.so.
The official Birdeye MCP Server makes Birdeye data available to your AI models and applications. This page walks through setup: getting your API key, picking a server, and connecting your client of choice.

Prerequisites

1

Install Node.js

Node.js 18 or higher is required if you are using Claude Desktop. Download it from nodejs.org.
2

Get your Birdeye API key

  1. Log in to bds.birdeye.so
  2. Go to Usages then Security
  3. Click Generate Authentication key and copy the API key
Prefer to watch instead of read? Here’s a short walkthrough of the whole setup, from getting your API key to connecting Claude:
With your API key in hand, the next step is picking which server to connect to.

Which server to use

Get an API key for the authenticated server at bds.birdeye.so. Don’t have one yet? Upgrade to Pro at birdeye.so/data-api.

Public server (keyless)

The fastest way to get started. Add this to your client’s MCP config file (for example claude_desktop_config.json):

Authenticated server

Add your API key to the same config:
Paste your Birdeye API key when prompted to authorize the session and link your key to the MCP connection. The client also lets you toggle between dynamic and static tool sets; check the client UI for details if this matters for your setup.
Find your client’s config file location at modelcontextprotocol.io/quickstart, since the file name and path differ by client.

Connect with Claude

  1. Locate claude_desktop_config.json. See the MCP quickstart guide to find it on your system.
  2. Add one of the server configs above.
  3. Restart Claude Desktop for the change to take effect.

Connect with other AI tools

Birdeye MCP works with any MCP compatible client. Each tab below shows the config for a specific tool; the server args are the same as the authenticated config above.
Add via the CLI:
Or add directly to your project’s .mcp.json:
Any other MCP compatible tool can connect using the same command, args, and header pattern shown above.

Convert MCP into a skill (OpenClaw)

If your runtime is OpenClaw or Hermes rather than a standard MCP client, you can convert the Birdeye MCP server into a skill definition instead of connecting to it directly.
1

Install Node.js and npm

If these are missing, install with sudo apt install -y nodejs npm on Ubuntu or Debian, brew install node on macOS, or the installer from nodejs.org on Windows.
2

Run the conversion

3

Complete the interactive setup

If prompted for a Bearer token, any placeholder value works. When asked to choose a target runtime, select either openclaw or hermes.
This generates a skill definition for the birdeye MCP server that your selected runtime can use directly.

Next steps

Tool Catalog

See every endpoint exposed through Birdeye MCP, organized by task.

x402 and Agentic Payments

Skip the API key entirely and let your agent pay per request.