kukapay/crypto-pegmon-mcp

💰 Finance & Fintech
0 Views
0 Installs

🐍 ☁️ - Tracking stablecoin peg integrity across multiple blockchains.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "kukapay-crypto-pegmon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kukapay-crypto-pegmon-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Crypto-Pegmon-MCP

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

crypto-pegmon-mcp MCP server

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:

SymbolDescription
USDTTether's USD-pegged stablecoin, centrally issued.
USDCCircle's USD-backed stablecoin, widely used in DeFi.
DAIDecentralized stablecoin by MakerDAO, collateralized by crypto.
BUSDBinance's USD-pegged stablecoin, centrally managed.
TUSDTrueUSD, a USD-backed stablecoin by TrustToken.
FRAXFractional-algorithmic USD stablecoin by Frax Finance.
USDDTRON's USD-pegged stablecoin, centrally issued.
USDSUSD-pegged stablecoin, focused on stability.
SUSDSStaked USDS, yield-bearing stablecoin.
EUSDEEthena's staked USD stablecoin, yield-bearing.
USDYOndo's USD yield stablecoin, designed for returns.
PYUSDPayPal's USD-pegged stablecoin for payments.
GUSDGemini Dollar, USD-backed by Gemini Trust.
USDPPaxos Standard, a regulated USD stablecoin.
AAVE-USDCAave's USD-pegged stablecoin for lending.
CURVE-USDCurve Finance's USD stablecoin for DeFi pools.
MIMMagic 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.

Related MCP Servers

@agentfund/mcp

📇 ☁️ - Fundraising infrastructure for AI agents on Solana — campaigns, x402 donations, and on-chain reputation. MCP tools for registering agents, creating campaigns, and donating via the x402 pay-to-call flow, backed by Anchor programs (agentregistry, escrow, reputation). npx -y @agentfund/mcp

💰 Finance & Fintech1 views
@asterpay/mcp-server

📇 ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics — pay-per-call in USDC on Base. SEPA Instant EUR off-ramp.

💰 Finance & Fintech1 views
@czagents/cnb

📇 ☁️ 🏠 🍎 🪟 🐧 - Czech National Bank (ČNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm @czagents/cnb or HTTP at cnb.cz-agents.dev/mcp.

💰 Finance & Fintech1 views
@arbitova/mcp-server

📇 ☁️ - Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create escrow, mark delivered with on-chain content hash, confirm or dispute, arbiter resolves with signed verdict, cancel/escalate on timeout. npx @arbitova/mcp-server

💰 Finance & Fintech0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.