streamable-httpupdated 5mo ago
MCP server for Binance. Agent-ready API for Binance.
Was kannst du mit binance mcp machen?
Binance MCP Server
MCP server for Binance. Agent-ready API for Binance.
Hosted at binance.mcp.junct.dev/mcp. Free to use. No auth. No API key required.
Part of Junct â the agent-readiness layer for the crypto stack.
Quick Start
Add to your MCP client config (Claude Desktop, Cursor, Windsurf):
{
"mcpServers": {
"binance": {
"url": "https://binance.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}
About
This MCP server is deterministically generated from the Binance API specification. Every tool maps 1:1 to a real API endpoint â no hallucinated endpoints, no phantom tools.
- Protocol: Binance
- Endpoint:
https://binance.mcp.junct.dev/mcp - Transport: Streamable HTTP
- Auth: None required
- Documentation: binance.mcp.junct.dev/llms.txt
- Server card: binance.mcp.junct.dev/.well-known/mcp/server.json
Links
Keywords
Binance, MCP server, DeFi, AI agent, agent-ready API, crypto tools, Model Context Protocol, hosted MCP
Installation
binance mcp zu deinem Client hinzufĂŒgen. WĂ€hl den, den du nutzt.
claude mcp add --transport http binance-mcp https://binance.mcp.junct.dev/mcpcodex mcp add binance-mcp --url https://binance.mcp.junct.dev/mcp{
"mcpServers": {
"binance-mcp": {
"url": "https://binance.mcp.junct.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"binance-mcp": {
"type": "http",
"url": "https://binance.mcp.junct.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"binance-mcp": {
"url": "https://binance.mcp.junct.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"binance-mcp": {
"serverUrl": "https://binance.mcp.junct.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
UnvollstÀndig
- Dokumentation19/25
- Pflege19/25
- Vertrauen6/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 156 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint â no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.2.0Aktuell | 19. MĂ€rz 2026 |
| 1.1.0 | 19. MĂ€rz 2026 |
| 1.0.0 | 14. MĂ€rz 2026 |