Skip to main content
Glama
ber4444

Binance TypeScript MCP

by ber4444

TypeScript MCP Project

This project implements a Model Context Protocol server using TypeScript.

Getting Started

  1. Build:

npm install
  1. Add to .vscode/mcp.json:

{
	"servers": {
		"binance-ts-mcp": {
			"command": "npx",
			"args": [
				"-y",
				"/FULL_PATH_GOES_HERE/typescript_mcp"
			]
		}
	},
	"inputs": []
}
  1. Type "what's the BTC price now" into Copilot, and you'll see it use this mcp to answer

  2. Debug with npx @modelcontextprotocol/inspector node src/binance_mcp.ts

  3. Optionally, publish it to npmjs.com

Related MCP server: Binance Cryptocurrency MCP

Tools, resources

This project has a tool that connects to the Binance API to give the price of a given crypto symbol.

MCP resources provide easy access to files, database tables, API results, e.g. this project writes MCP activity log to a file resource.

Dependencies

  • @modelcontextprotocol/sdk: Core MCP functionality

  • zod: Runtime type checking

  • typescript: Development dependency for TypeScript compilation

  • @types/node: Type definitions for Node.js

Available Tools

2 tools
get_priceD
ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYes

TDQS

D1/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Tool has no description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness1/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Tool has no description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool has no description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Tool has no description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

Tool has no description.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Tool has no description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_price_price_changeD
ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYes

TDQS

D1/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Tool has no description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness1/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Tool has no description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool has no description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Tool has no description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

Tool has no description.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Tool has no description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

D1.2/5.0
Disambiguation1/5

The two tools appear to serve nearly identical purposes related to price data, with 'get_price' and 'get_price_price_change' likely overlapping significantly in functionality. Without descriptions, it's impossible to distinguish their intended use cases, leading to high ambiguity and potential misselection.

Naming Consistency3/5

Both tools use snake_case naming, which is consistent, but the naming pattern is unclear—'get_price' suggests a simple price fetch, while 'get_price_price_change' is redundant and poorly structured. The inconsistency in verb-object clarity makes the naming only moderately readable.

Tool Count2/5

With only 2 tools, this server feels severely under-scoped for a Binance integration, which typically involves trading, account management, and market data beyond just price. The count is too low to cover the expected domain, making it inappropriate for comprehensive use.

Completeness1/5

The tool surface is extremely incomplete for a Binance server, lacking essential operations like placing orders, checking balances, or accessing other market data. With only price-related tools, there are significant gaps that will cause agent failures in typical cryptocurrency trading or analysis workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Provides an MCP server that allows large language models to access real-time and historical Bitcoin market data from Binance, including current prices, order book data, recent trades, and price history through a standardized interface.
    1
    24
    3
    MIT
  • A
    license
    D
    quality
    D
    maintenance
    MCP service that provides real-time access to Binance cryptocurrency market data, allowing AI agents to fetch current prices, order books, candlestick charts, and trading statistics through natural language queries.
    12
    42
    45
    Apache 2.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that provides cryptocurrency data tools and resources via an HTTP endpoint. It enables users to fetch real-time market data from Binance, track activity logs, and generate cryptocurrency executive summaries.
  • A
    license
    Not graded
    quality
    D
    maintenance
    An HTTP-based Model Context Protocol server that provides tools and resources for accessing real-time cryptocurrency data from the Binance API. It enables users to fetch prices, analyze market changes, and track activity via a streamable endpoint.
    472
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ber4444/typescript-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server