Skip to main content
Glama

bnbchain-mcp

Official
by bnb-chain
index.ts253 B
import { MCPClient } from "./client" async function main() { const mcpClient = new MCPClient() try { await mcpClient.connectToServer() await mcpClient.chatLoop() } finally { await mcpClient.cleanup() process.exit(0) } } main()

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