crypto-pegmon-mcp

get_current_price

Fetch the current USD price of a stablecoin and calculate its peg deviation. Input the stablecoin symbol (e.g., 'usdt', 'usdc', 'dai') to receive results in Markdown format.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
coinYes

Input Schema (JSON Schema)

{ "properties": { "coin": { "title": "Coin", "type": "string" } }, "required": [ "coin" ], "title": "get_current_priceArguments", "type": "object" }

You must be authenticated.

Other Tools from crypto-pegmon-mcp

Related Tools

ID: lhuuyriruj