Skip to main content
Glama

crypto-pegmon-mcp

analyze_peg_stability

Assess the stability of USD-pegged stablecoins by analyzing historical data and current prices. Provides a detailed report for informed decision-making.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
coinYes
daysNo

Input Schema (JSON Schema)

{ "properties": { "coin": { "title": "Coin", "type": "string" }, "days": { "default": 7, "title": "Days", "type": "integer" } }, "required": [ "coin" ], "title": "analyze_peg_stabilityArguments", "type": "object" }

You must be authenticated.

Other Tools from crypto-pegmon-mcp

Related Tools

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/crypto-pegmon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server