ferandreassi
MCP Serverferandreassipublic

binance mcp

一个基于Binance数据API的MCP服务器实现,用于获取加密货币价格。

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
JavaScript
Language
-
License

About This Server

一个基于Binance数据API的MCP服务器实现,用于获取加密货币价格。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Crypto currency data MCP Server from Binance

This is a POC of MCP server implementation that integrates the Binance data vision API, providing crypto prices capabilities.

Tools

  • crypto-price

    Execute a request to get price information in USDT about a specific crypto currency in the last 24 hours.

    Inputs:

    • currency (string): Crypto currency symbol (e.g., BTC, ETH) or name (e.g., Bitcoin, Ethereum)

Prompt examples

  • Get bitcoin current price
  • What is the ethereum bid price?
  • What is the current price of bitcoin?

Configuration

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

NPX

{
  "mcpServers": {
    "binance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "binance-mcp"
      ]
    }
  }
}

This server can be used with any MCP client that supports the MCP protocol.

Usage with Genkit

...
import { mcpClient } from 'genkitx-mcp';

const helloMcpClient = mcpClient({
  name: 'binance-mcp',
  serverProcess: {
    command: 'npx',
    args: [
      '-y',
      'binance-mcp'
    ],
  },
});
...

Full example (coming soon)

Cline config

{
  "mcpServers": {
    "binance-mcp": {
      "disabled": false,
      "timeout": 60,
      "command": "npx",
      "args": [
        "-y",
        "binance-mcp"
      ],
      "transportType": "stdio"
    }
  }
}

Quick Start

1

Clone the repository

git clone https://github.com/ferandreassi/binance-mcp
2

Install dependencies

cd binance-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerferandreassi
Repobinance-mcp
LanguageJavaScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation