crypto-pegmon-mcp

crypto-pegmon-mcp

crypto-pegmon-mcp

Category
Visit Server

Tools

get_supported_stablecoins

Fetch the list of supported USD-pegged stablecoins with their symbols and descriptions. Returns: str: A Markdown-formatted table listing stablecoin symbols and their descriptions.

get_current_price

Fetch the current price of a USD-pegged stablecoin in USD and calculate peg deviation. Args: coin (str): The symbol of the stablecoin (e.g., 'usdt', 'usdc', 'dai'). Returns: str: A string with the current price and peg deviation in Markdown format.

get_historical_data

Fetch historical price data for a USD-pegged stablecoin and return as a Markdown table. Args: coin (str): The symbol of the stablecoin (e.g., 'usdt', 'usdc', 'dai'). days (int, optional): Number of days for historical data. Defaults to 7. Returns: str: A Markdown table with date, price, and deviation.

analyze_peg_stability

Generate a peg stability analysis report for a USD-pegged stablecoin. Args: coin (str): The symbol of the stablecoin (e.g., 'usdt', 'usdc', 'dai'). days (int, optional): Number of days for analysis. Defaults to 7. Returns: str: A Markdown-formatted report with historical data, current price, and stability analysis.

README

Crypto-Pegmon-MCP

An MCP server that tracks stablecoin peg integrity across multiple blockchains, helping AI agents detect depegging risks before they escalate.

<a href="https://glama.ai/mcp/servers/@kukapay/crypto-pegmon-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@kukapay/crypto-pegmon-mcp/badge" alt="crypto-pegmon-mcp MCP server" /> </a>

License Python Status

Features

  • Stability Reports: Generate detailed reports assessing stablecoin peg stability, including maximum deviation and status (Stable, Moderately Stable, Unstable).
  • Real-Time Price Monitoring: Fetch current prices and calculate peg deviation from $1 for USD-pegged stablecoins.
  • Historical Data Analysis: Retrieve historical price data (up to 7 days by default) in Markdown table format.
  • Supported Stablecoins: Monitor 17 USD-pegged stablecoins, such as Tether (USDT), USD Coin (USDC), Dai (DAI), and yield-bearing tokens like Ethena Staked USDe (eUSDe).
  • User-Friendly Output: All data is presented in clean Markdown format for easy integration into reports or dashboards.

Supported Stablecoins

The server supports the following USD-pegged stablecoins:

Symbol Description
USDT Tether's USD-pegged stablecoin, centrally issued.
USDC Circle's USD-backed stablecoin, widely used in DeFi.
DAI Decentralized stablecoin by MakerDAO, collateralized by crypto.
BUSD Binance's USD-pegged stablecoin, centrally managed.
TUSD TrueUSD, a USD-backed stablecoin by TrustToken.
FRAX Fractional-algorithmic USD stablecoin by Frax Finance.
USDD TRON's USD-pegged stablecoin, centrally issued.
USDS USD-pegged stablecoin, focused on stability.
SUSDS Staked USDS, yield-bearing stablecoin.
EUSDE Ethena's staked USD stablecoin, yield-bearing.
USDY Ondo's USD yield stablecoin, designed for returns.
PYUSD PayPal's USD-pegged stablecoin for payments.
GUSD Gemini Dollar, USD-backed by Gemini Trust.
USDP Paxos Standard, a regulated USD stablecoin.
AAVE-USDC Aave's USD-pegged stablecoin for lending.
CURVE-USD Curve Finance's USD stablecoin for DeFi pools.
MIM Magic Internet Money, a decentralized USD stablecoin.

Installation

Prerequisites

  • Python 3.10 or higher
  • uv (recommended for dependency management and running)

Steps

  1. Clone the Repository:

    git clone https://github.com/kukapay/crypto-pegmon-mcp.git
    cd crypto-pegmon-mcp
    
  2. Install Dependencies: Using uv (recommended):

    uv sync
    
  3. Run the Server: Using uv (recommended):

    uv run main.py
    

Usage

The server provides four tools, accessible via the MCP interface. Below are examples for each tool and prompt.

1. List Supported Stablecoins

Retrieve a list of supported stablecoins with their descriptions.

  • Prompt:
    List all supported stablecoins with their descriptions.
    
  • Output:
    **Supported USD-Pegged Stablecoins**:
    
    | Symbol     | Description                                            |
    |------------|--------------------------------------------------------|
    | USDT       | Tether's USD-pegged stablecoin, centrally issued.      |
    | USDC       | Circle's USD-backed stablecoin, widely used in DeFi.   |
    | ...        | ...                                                    |
    

2. Fetch Current Price

Get the current price and peg deviation for a specific stablecoin.

  • Prompt:
    Get the current price of USDT.
    
  • Output:
    **USDT Current Price**: $1.0002, Peg Deviation: 0.02%
    

3. Fetch Historical Data

Retrieve historical price data for a stablecoin over a specified number of days (default: 7).

  • Prompt:
    Show the price history of USDC for the last 7 days.
    
  • Output:
    **USDC Historical Data (Last 7 Days)**:
    
    | Date       | Price  | Deviation (%) |
    |------------|--------|---------------|
    | 2025-04-29 | 1.0001 | 0.0100        |
    | 2025-04-30 | 0.9998 | -0.0200       |
    | ...        | ...    | ...           |
    

4. Analyze Peg Stability

Generate a comprehensive stability report for a stablecoin, including historical data, current price, and analysis.

  • Prompt:
    Analyze the peg stability of DAI over the past week.
    
  • Output:
    - **DAI Historical Data (Last 7 Days)**:
      | Date       | Price  | Deviation (%) |
      |------------|--------|---------------|
      | 2025-04-29 | 1.0003 | 0.0300        |
      | ...        | ...    | ...           |
    - **DAI Current Price**: $1.0000, Peg Deviation: 0.00%
    - **Stability Analysis for DAI**:
      - Maximum Deviation: 0.15%
      - Stability Status: Stable
      - Note: Deviations > 3% indicate potential depegging risks.
    

License

This project is licensed under the MIT License. See the LICENSE file for details.

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
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
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
E2B

E2B

Using MCP to run code via e2b.

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
Qdrant Server

Qdrant Server

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

Official
Featured