0.0.6 • Published 12 months ago

@microagents/mcp-server-binance v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

Binance MCP Server

MCP (Model Context Protocol) server implementation for Binance API.

Tools

This server provides the following tools:

  1. 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.

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago