0.0.6 • Published 12 months ago
@microagents/mcp-server-binance v0.0.6
Binance MCP Server
MCP (Model Context Protocol) server implementation for Binance API.
Tools
This server provides the following tools:
fetch_crypto_pair_price- Fetch the current price of a cryptocurrency pair
- Inputs:
first_coin(string): The currency to fetch the price for (e.g. 'BTC' in 'BTC/USDT')second_coin(string): The currency to fetch the price in (e.g. 'USDT' in 'BTC/USDT')
- Returns: Current price as a number
Environment Variables
No environment variables are required as this server uses Binance's public API endpoints.
License
This project is licensed under the MIT License - see the LICENSE file for details.