MEXC Announcements MCP

MEXC Announcements MCP

Streams real-time, structured MEXC exchange announcements to AI agents, enabling access to the latest listings, delistings, and general announcements with clean data including full links and ISO timestamps.

Category
Visit Server

README

MEXC Announcements MCP

An MCP server that streams real-time, structured MEXC exchange announcements to AI agents.

License Node.js Status

Features

  • Three focused, high-signal tools
  • Returns clean structured data with full links and ISO timestamps

Installation

Prerequisites:

  • Node.js ≥ 18
  • Internet access
  1. Clone the Repository:

    git clone https://github.com/kukapay/mexc-announcements-mcp.git
    cd mexc-announcements-mcp
    
  2. Install Dependencies:

    npm install
    
  3. Configure 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-mcp with 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured