birdeye-mcp-skill

Installation
SKILL.md

Birdeye MCP Skill

Use this skill to run Birdeye MCP operations through uxc.

Reuse the uxc skill for shared protocol discovery, output parsing, and generic auth/binding flows.

Prerequisites

  • uxc is installed and available in PATH.
  • Network access to https://mcp.birdeye.so/mcp.
  • A Birdeye API key is available.

Core Workflow

  1. Confirm endpoint and protocol with help-first probing:
    • uxc https://mcp.birdeye.so/mcp -h
    • expected unauthenticated behavior today: 401 Unauthorized
  2. Configure credential/binding for repeatable auth:
    • uxc auth credential set birdeye-mcp --auth-type api_key --header "X-API-KEY={{secret}}" --secret-env BIRDEYE_API_KEY
Related skills

More from holon-run/uxc

Installs
9
Repository
holon-run/uxc
GitHub Stars
108
First Seen
Mar 15, 2026