Skip to main content
Glama

bnbchain-mcp

Official
by bnb-chain
index.ts442 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js" import { registerAccountTools } from "./account" import { registerPaymentTools } from "./payment" import { registerStorageTools } from "./storage" export * from "./common" /** * Register all Greenfield-related tools */ export function registerGnfdTools(server: McpServer) { registerAccountTools(server) registerStorageTools(server) registerPaymentTools(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