
binance mcp
一个基于Binance数据API的MCP服务器实现,用于获取加密货币价格。
Repository Info
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
Clone the repository
git clone https://github.com/ferandreassi/binance-mcpInstall dependencies
cd binance-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.