binance-announcements-mcp
Fetches and streams the latest Binance announcements in real-time, enabling AI agents to receive, analyze and act on market-moving updates from the Binance cryptocurrency exchange.
Formats Binance announcements in Markdown format for enhanced readability, displaying announcements as links with timestamps.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@binance-announcements-mcpshow me the 5 latest announcements"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Binance Announcements MCP
An MCP server that streams the latest Binance announcements to your AI agents in real time, enabling instant analysis and action on market-moving updates.
Features
Fetch Binance Announcements: Retrieve up to 20 announcements per request from the Binance endpoint.
Pagination Support: Specify the page number to fetch different sets of announcements.
Markdown Output: Announcements are formatted as
- [title](url) _(time)_for easy readability.
Related MCP server: crypto-news-mcp
Prerequisites
Python 3.10+
uv (recommended) or pip for dependency management
Installation
Clone the Repository:
git clone https://github.com/kukapay/binance-announcements-mcp.git cd binance-announcements-mcpInstall Dependencies:
uv syncInstalling to Claude Desktop:
Install the server as a Claude Desktop application:
uv run mcp install main.py --name "Binance Announcements"Configuration file as a reference:
{ "mcpServers": { "Binance Announcements": { "command": "uv", "args": [ "--directory", "/path/to/binance-announcements-mcp", "run", "main.py" ] } } }Replace
/path/to/binance-announcements-mcpwith your actual installation path.
Usage
The server provides a single MCP tool, fetch_latest_announcements, which fetches Binance announcements and returns them in Markdown format.
The fetch_latest_announcements tool accepts two parameters:
count(int, default: 20): Number of announcements to fetch (maximum 20).page(int, default: 1): Page number for pagination.
Example Prompt
List the 5 newest Binance announcements.Example Response:
# Binance Announcements
- [New Listing: Token XYZ](https://www.binance.com/en/support/announcement/123) _07-07 10:30:00_
- [Scheduled Maintenance](https://www.binance.com/en/support/announcement/124) _07-07 09:15:00_
- [Trading Competition Update](https://www.binance.com/en/support/announcement/125) _07-07 08:00:00_
- [Wallet Upgrade Notice](https://www.binance.com/en/support/announcement/126) _07-07 07:45:00_
- [New Staking Options](https://www.binance.com/en/support/announcement/127) _07-07 06:30:00_License
This project is licensed under the MIT License. See the LICENSE file for details.
Available Tools
1 toolfetch_latest_announcementsB
Tool to fetch the latest Binance announcements in Markdown format.
Args:
count: Number of announcements to fetch (max 20).
page: Page number to fetch (default 1).
Returns:
Markdown string with announcement title, URL, and time.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| page | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the return format ('Markdown string') and basic parameter info, but fails to disclose critical traits like rate limits, authentication needs, error handling, or whether it's a read-only operation. This leaves significant gaps in understanding the tool's behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured and front-loaded with the core purpose, followed by parameter and return details. It uses bullet-like formatting for clarity without unnecessary verbosity. However, the lack of usage context slightly reduces efficiency, as every sentence doesn't fully earn its place in guiding the agent.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (2 parameters, no annotations, but has an output schema), the description is minimally adequate. It covers the purpose, parameters, and returns, but the output schema existence means it needn't explain return values in detail. However, gaps in behavioral transparency and usage guidelines prevent a higher score.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 0%, so the description must compensate. It adds meaningful semantics: 'count' is explained as 'Number of announcements to fetch (max 20)' and 'page' as 'Page number to fetch (default 1).' This clarifies usage beyond the bare schema, though it could detail format constraints or examples for full compensation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'fetch the latest Binance announcements in Markdown format.' It specifies the verb ('fetch'), resource ('Binance announcements'), and format ('Markdown'), making the action concrete. However, without sibling tools, it cannot demonstrate differentiation from alternatives, which prevents a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives, prerequisites, or contextual constraints. It only lists parameters and returns, offering no usage context. This lack of guidance limits its effectiveness for an AI agent in decision-making scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- First observed
fetch_latest_announcements
TDQS
With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as fetching Binance announcements, leaving no room for confusion or misselection.
The single tool name 'fetch_latest_announcements' follows a clear verb_noun pattern, and since there are no other tools, consistency is inherently perfect. No mixed conventions or deviations exist to evaluate.
A single tool is too few for a server named 'binance-announcements-mcp', which suggests a broader scope for handling announcements. While the tool covers fetching, obvious gaps like filtering, searching, or managing announcements are missing, making the set feel thin and incomplete for the domain.
The tool surface is severely incomplete for an announcements domain. It only provides fetch functionality, lacking essential operations such as filtering by date, searching for specific announcements, or accessing historical data. This will likely cause agent failures when more complex tasks are required.
Maintenance
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
Unlock the power of real-time cryptocurrency data with our Crypto Price Insights MCP server.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server giving AI agents one-connection access to crypto & DeFi data: DeFi protocol TVL, stableco
MCP server giving AI agents one-connection access to China A-share market intelligence: financials,
Related MCP Servers
- AlicenseAqualityFmaintenanceAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.548MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.15MIT
- AlicenseBqualityFmaintenanceAn MCP server that provides cryptocurrency project data to AI agents11MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server for tracking Binance Alpha trades, helping AI agents optimize alpha point accumulation.9MIT
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kukapay/binance-announcements-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server