Agent Plugins Marketplace
All plugins

birdeye

v1.0.0-ghast.1

Explore token markets, DEX liquidity, trends and historical prices through Birdeye’s official MCP (Beta).

Agent Plugins1 Skill1 MCP serverStreamable HTTP

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/birdeye/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/birdeye/
├── plugin.json
├── skills/birdeye/SKILL.md
└── mcp.json

Included Skills1

birdeyeskills/birdeye/SKILL.md

Use Birdeye in Ghast. Explore token markets, DEX liquidity, trends and historical prices through Birdeye’s official MCP (Beta). 通过 Birdeye 官方 MCP(Beta)探索代币市场、DEX 流动性、热点与历史价格。

MCP servers1

birdeyeStreamable HTTP
url
https://mcp.birdeye.so/mcp

Plugin manifests1

plugins/birdeye/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "birdeye",
  "version": "1.0.0-ghast.1",
  "description": "Explore token markets, DEX liquidity, trends and historical prices through Birdeye’s official MCP (Beta).",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://docs.birdeye.so/docs/birdeye-ai",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://docs.birdeye.so/docs/birdeye-ai",
      "connectorPublisher": "Birdeye",
      "category": "finance",
      "icon": "./assets/icon.png",
      "displayName": "Birdeye",
      "descriptions": {
        "en": "Explore token markets, DEX liquidity, trends and historical prices through Birdeye’s official MCP (Beta).",
        "zh-CN": "通过 Birdeye 官方 MCP(Beta)探索代币市场、DEX 流动性、热点与历史价格。"
      },
      "mcpServerExtensions": {
        "birdeye": {
          "credentialHeaders": {
            "x-api-key": "$VAULT:birdeye-token"
          }
        }
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[birdeye on Agent Plugins Marketplace](https://pluginsmp.com/plugins/birdeye)