Streams real-time Binance Alpha token prices and liquidity data, providing tools for retrieving token lists, liquidity pools, price information, trade history, and candlestick chart data from Binance.
Alpha Ticker MCP
An MCP server that streams real-time Binance Alpha token prices and liquidity data, powering your AI agents and workflows with instant alpha market insights.
Features
- Tools:
get_tokens
: Retrieves a list of all tracked Binance Alpha tokens.get_pools
: Fetches a list of currently tracked liquidity pools.get_price
: Returns the latest price for a specified list of tokens (comma-separated symbols).get_trades
: Retrieves recent trade data for a specified token symbol.get_kline
: Fetches kline (candlestick) data for a token within a specified time period.
- Lightweight: Built for simplicity and compatibility with MCP clients.
Prerequisites
- Python: Version 3.10 or higher.
- uv: A Python package manager (recommended for dependency management).
- Kukapay Access Token: Required for accessing Kukapay Services. Obtain one from Kukapay.
Installation
- Clone the Repository:
- Install Dependencies:
- Installing to Claude Desktop: Install the server as a Claude Desktop application:Configuration file as a reference:Replace
/path/to/alpha-ticker-mcp
with your actual installation path, andkukapay_access_token
with your access token obtained from Kukapay.
Usage
Alpha Ticker MCP provides five tools for fetching Binance Alpha token data.
get_tokens
Functionality: Retrieves a list of all supported Binance Alpha tokens from the backend API.
Parameters: None.
Example:
- Prompt: "List all supported Binance Alpha tokens."
- Response:
get_pools
Functionality: Fetches a list of currently tracked liquidity pools.
Parameters: None.
Example:
- Prompt: "Show me all tracked liquidity pools."
- Response:
get_price
Functionality: Returns the latest price for a specified list of tokens, provided as a comma-separated string of token symbols.
Parameters:
symbols: str
: Comma-separated list of token symbols (e.g.,"B2,AIOT"
). Required.
Example:
- Prompt: "What are the current prices for B2 and AIOT tokens?"
- Response:
get_trades
Functionality: Retrieves recent trade data for a specified token symbol, with an optional limit on the number of trades returned.
Parameters:
symbol: str
: The token symbol (e.g.,"B2"
). Required.limit: int
: Number of trades to return (1–1000, default: 500).
Example:
- Prompt: "Show me the last 100 trades for the B2 token."
- Response:
get_kline
Functionality: Fetches kline (candlestick) data for a specified token within a given time period, with options for interval, time range, and data limit.
Parameters:
symbol: str
: The token symbol (e.g.,"B2"
). Required.interval: str
: Kline interval (e.g.,"5s"
,"15s"
,"30s"
,"1m"
,"3m"
, default:"1m"
).start_time: int | None
: Start timestamp in milliseconds (optional).end_time: int | None
: End timestamp in milliseconds (optional).limit: int
: Number of kline data points (1–1000, default: 500).
Example:
- Prompt: "Get 1-minute kline data for B2 for the last hour."
- Response:
License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
An MCP server that streams real-time Binance Alpha token prices and liquidity data, powering your AI agents and workflows with instant alpha market insights.
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.Last updated -72JavaScript
- AsecurityFlicenseAqualityA Model Control Protocol (MCP) server that provides cryptocurrency trading interfaces for Binance exchange, enabling functions like real-time price fetching, account balance queries, order placement/cancellation, and automated arbitrage strategies.Last updated -9Python
- -security-license-qualityProvides 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.Last updated -1JavaScriptMIT License
- AsecurityAlicenseAqualityMCP 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.Last updated -12498JavaScriptApache 2.0