MEXC Announcements MCP
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., "@MEXC Announcements MCPshow me the latest 5 new listings on MEXC"
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.
MEXC Announcements MCP
An MCP server that streams real-time, structured MEXC exchange announcements to AI agents.
Features
Three focused, high-signal tools
Returns clean structured data with full links and ISO timestamps
Related MCP server: binance-announcements-mcp
Installation
Prerequisites:
Node.js ≥ 18
Internet access
Clone the Repository:
git clone https://github.com/kukapay/mexc-announcements-mcp.git cd mexc-announcements-mcpInstall Dependencies:
npm installConfigure MCP Client: To use this server with an MCP client like Claude Desktop, add the following to your config file (or equivalent):
{ "mcpServers": { "MEXC Announcements": { "command": "node", "args": ["/path/to/mexc-announcements-mcp/index.js"] } } }Replace
/path/to/mexc-announcements-mcpwith your actual installation path.
Available Tools
get_latest
Returns all recent MEXC announcements from every category, sorted newest first.
Example prompt:
“Show me the 10 most recent MEXC announcements”
Output:
[
{
"title": "MEXC Will List XYZ (XYZ) in Innovation Zone",
"link": "https://www.mexc.com/announcements/123456",
"published_at": "2025-12-09T10:30:00.000Z"
},
{
"title": "Delisting of ABC/USDT Trading Pair",
"link": "https://www.mexc.com/announcements/123457",
"published_at": "2025-12-08T14:15:00.000Z"
}
]get_new_listings
Returns every new token/coin listing announcement ever published on MEXC, newest first.
Example prompt:
“What are the newest tokens listed on MEXC this week?”
Output:
[
{
"title": "MEXC Will List SuperToken (STK) – Trading Starts Dec 10",
"link": "https://www.mexc.com/announcements/new-listings/98765",
"published_at": "2025-12-09T08:00:00.000Z"
},
{
"title": "New Listing: QuantumPad (QPAD) in Assessment Zone",
"link": "https://www.mexc.com/announcements/new-listings/98764",
"published_at": "2025-12-08T12:00:00.000Z"
}
]get_delistings
Returns every delisting announcement, newest first.
Example prompt:
“Has MEXC delisted anything in the last 7 days?”
Output:
[
{
"title": "Delisting of OLDCOIN (OLD) – Trading Ends Dec 15",
"link": "https://www.mexc.com/announcements/delistings/54321",
"published_at": "2025-12-09T06:00:00.000Z"
}
]License
MIT © 2025 – Feel free to use, modify, and redistribute.
This server cannot be installed
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 Servers
- AlicenseAqualityFmaintenanceProvide the latest cryptocurrency news to AI agents.Last updated171MIT
- AlicenseBqualityDmaintenanceAn MCP server that streams the latest Binance announcements to your AI agents in real time, enabling instant analysis and action on market-moving updates.Last updated11MIT
- AlicenseBqualityFmaintenanceReal-time cryptocurrency news, analysis, and price predictions for AI agents. 5 tools to search 50,000+ articles across 12 categories, filter by 120+ asset tickers, and access content with built-in attribution. Free with attribution. SSE and Streamable HTTP transport.Last updated4MIT
- Alicense-qualityCmaintenanceProvides AI agents with real-time, structured data feeds including news, trends, market sentiment, and crypto prices via MCP tools.Last updatedMIT
Related MCP Connectors
Real-time curated crypto news for AI agents with sentiment, recaps, and search.
Real-time financial news for AI agents: search by ticker and source, with sentiment and entities.
Structured company & industry news for AI agents: typed, dated, source-linked events.
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/mexc-announcements-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server