You're viewing a demo portfolio

Join the waitlist
PRSM

get_convert

Active

Tool of io.github.webberdesign/webbersites-x402-data-api

declared in 1.0.0

Live crypto conversion at CoinGecko prices: any coin to any coin or fiat, and fiat to coin. ?amount=0.5&from=bitcoin&to=ethereum — common tickers (btc, eth, sol…) accepted. Returns the rate, the converted amount, and the underlying prices. Prices cached ≤30s; cheap enough to call in a loop. ($0.001 per call, paid via x402)

Parameters schema

{
  "type": "object",
  "required": [
    "from",
    "to"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "CoinGecko id/ticker or fiat code"
    },
    "from": {
      "type": "string",
      "description": "CoinGecko id or ticker (bitcoin/btc), or fiat code (usd, eur…)"
    },
    "amount": {
      "type": "number",
      "description": "quantity of 'from' (default 1)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.webberdesign/webbersites-x402-data-api

https://github.com/webberdesign/api.webbersites.com

1/7 registries
View full server →
get_convert — io.github.webberdesign/webbersites-x402-data-api — PRSM MCP