Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
BSC MCP Server
by
ArcReactor9
Verified
GitHub
Finance
Developer Tools
TypeScript
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
BSC_MCP_SERVICES
src
.gitignore
llms-full.txt
mcp-content.md
mcp.json
mcp-overview.md
mcp-tools.json
MCP-TypeScript-SDK.md
package.json
package-lock.json
README.md
tsconfig.json
{ "name": "BSC MCP Server", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server for interacting with the Binance Smart Chain (BSC) network", "type": "server", "repository": "https://github.com/ArcReactor9/BSC_MCP_SERVICES", "author": "ArcReactor9", "license": "ISC", "categories": ["blockchain", "cryptocurrency", "finance", "smart-contracts"], "interfaces": [ { "type": "http", "endpoint": "/mcp/tools/:toolName", "method": "POST" }, { "type": "stdio", "documentation": "Traditional MCP stdio interface for direct integration with LLM systems" } ], "tags": ["bsc", "binance", "blockchain", "token", "four-meme", "web3"], "resources": { "overview": "mcp-overview.md", "content": "mcp-content.md", "tools": "mcp-tools.json" } }