0.0.6 • Published 1 year ago

@microagents/mcp-server-binance v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago