MCP.so
登录

Crypto-Pegmon-MCP

@kukapay

关于 Crypto-Pegmon-MCP

An MCP server that tracks stablecoin peg integrity across multiple blockchains.

基本信息

分类

金融与商务

许可证

MIT license

运行时

python

传输方式

stdio

发布者

kukapay

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "crypto-pegmon-mcp": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Crypto-Pegmon-MCP?

An MCP server that tracks stablecoin peg integrity across multiple blockchains. It helps AI agents detect depegging risks by providing real-time prices, historical data, and stability reports for 17 USD-pegged stablecoins. Targeted at developers and DeFi analysts.

How to use Crypto-Pegmon-MCP?

Install with Python 3.10+ and uv. Clone the repository, run uv sync, then uv run main.py. Access four tools via the MCP interface: list supported stablecoins, fetch current price, retrieve historical data (up to 7 days), and analyze peg stability. Output is in Markdown.

Key features of Crypto-Pegmon-MCP

  • Stability reports with maximum deviation and status (Stable/Unstable)
  • Real-time price monitoring with peg deviation from $1
  • Historical data analysis in Markdown table format
  • Supports 17 USD-pegged stablecoins including USDT, USDC, DAI
  • Clean Markdown output for easy integration

Use cases of Crypto-Pegmon-MCP

  • Monitor stablecoin depegging risks for portfolio management
  • Integrate peg stability data into AI agent or DeFi dashboard
  • Analyze historical performance of yield-bearing stablecoins
  • Generate automated compliance reports for stablecoin pools

FAQ from Crypto-Pegmon-MCP

Which stablecoins are supported?

Crypto-Pegmon-MCP supports 17 USD-pegged stablecoins, including Tether (USDT), USD Coin (USDC), Dai (DAI), and yield-bearing tokens like Ethena Staked USDe (eUSDe). A full list is provided in the README.

What are the runtime requirements?

Requires Python 3.10 or higher. The recommended package manager is uv, used for dependency management and running the server.

How do I start the server?

Clone the repository, run uv sync to install dependencies, then uv run main.py to launch the MCP server.

How far back does historical data go?

Historical data can be retrieved for up to 7 days by default, as shown in the provided examples.

Is Crypto-Pegmon-MCP open source?

Yes, it is licensed under the MIT License, as specified in the README.

评论

金融与商务 分类下的更多 MCP 服务器