返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
b

birdeye-mcp-skill

Use Birdeye MCP through UXC for token market data, trending and discovery workflows, price monitoring, and DEX-related reads with help-first live tool discovery and API-key auth.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
161
下载量
0
收藏
概述
安装方式
版本历史

birdeye-mcp-skill

# 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` - `uxc auth credential set birdeye-mcp --auth-type api_key --header "X-API-KEY={{secret}}" --secret-op op://Engineering/birdeye/api-key` - `uxc auth binding add --id birdeye-mcp --host mcp.birdeye.so --path-prefix /mcp --scheme https --credential birdeye-mcp --priority 100` 3. Use fixed link command by default: - `command -v birdeye-mcp-cli` - If missing, create it: `uxc link birdeye-mcp-cli https://mcp.birdeye.so/mcp` - `birdeye-mcp-cli -h` 4. Inspect the live tool list before execution: - `birdeye-mcp-cli -h` - then inspect the specific operation you need with `<operation> -h` 5. Prefer read-only discovery first, then broader monitoring queries. ## Capability Focus Birdeye MCP is a fit for these read-heavy workflows: - token market data - trending or discovery views - price monitoring - DEX liquidity or trading context - token or pair lookup Inspect `birdeye-mcp-cli -h` after auth setup for the current tool list. Birdeye MCP is still in beta and the live tool surface may evolve independently of this wrapper skill. ## Recommended Usage Pattern 1. Start from one focused read goal: - current market data for a token - trending token or narrative discovery - DEX liquidity or price movement checks 2. Run host help first, then operation help. 3. Prefer narrow symbol, address, or chain scopes before broad scans. 4. Parse the JSON envelope first, then inspect `data`. ## Guardrails - Keep automation on JSON output envelope; do not rely on `--text`. - Parse stable fields first: `ok`, `kind`, `protocol`, `data`, `error`. - Use `birdeye-mcp-cli` as default command path. - `birdeye-mcp-cli <operation> ...` is equivalent to `uxc https://mcp.birdeye.so/mcp <operation> ...`. - If unauthenticated probe or runtime call returns `401 Unauthorized`: - confirm auth binding matches endpoint with `uxc auth binding match https://mcp.birdeye.so/mcp` - confirm credential shape with `uxc auth credential info birdeye-mcp` - reset credential as API-key header if needed: `uxc auth credential set birdeye-mcp --auth-type api_key --header "X-API-KEY={{secret}}" --secret-env BIRDEYE_API_KEY` - Birdeye MCP is beta. Do not hardcode assumptions about the live tool list or argument names; inspect `-h` first. - Keep initial queries small and specific because market/discovery tools can return wide datasets. - Treat this skill as read-only market and discovery access, not a trading or execution surface. ## References - Invocation patterns: - `references/usage-patterns.md`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 birdeye-mcp-skill-1776362882 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 birdeye-mcp-skill-1776362882 技能

通过命令行安装

skillhub install birdeye-mcp-skill-1776362882

下载 Zip 包

⬇ 下载 birdeye-mcp-skill v1.0.0

文件大小: 4.3 KB | 发布时间: 2026-4-17 14:13

v1.0.0 最新 2026-4-17 14:13
birdeye-mcp-skill 1.0.0

- Initial public release of the Birdeye MCP skill.
- Enables use of Birdeye MCP through `uxc` for token market data, trending/discovery workflows, price monitoring, and DEX-related reads.
- Implements help-first probing, API-key authentication, and credential binding setup.
- Focused on read-heavy workflows and live tool discovery with safety guardrails for beta instability.
- Provides detailed usage patterns, troubleshooting steps, and recommended automation strategies.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部