Skip to main content
Glama

bnbchain-mcp

Official
by bnb-chain
index.ts300 B
import "reflect-metadata" import { McpServer } from "@modelcontextprotocol/sdk/server/mcp" import { registerGnfdPrompts } from "./prompts" import { registerGnfdTools } from "./tools/" export const registerGnfd = (server: McpServer) => { registerGnfdTools(server) registerGnfdPrompts(server) }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bnb-chain/bnbchain-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server