# run_server.py
"""
Run script for the Binance MCP Server.
This script makes it easier to run the server from the command line.
"""
from binance_mcp_server.server import mcp
if __name__ == "__main__":
print("Starting Binance MCP Server...")
mcp.run()
print("Binance MCP Server stopped.")
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/tienan92it/binance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server