Markets
Live crypto, stock, futures, commodity and currency prices, and conversion between them
| BTC | $77309.17 | COFFEE | $322.55 |
| ETH | $2400.72 | GOLD | $4671.00 |
| PAXG | $4603.61 | OATS | $345.75 |
| UNI | $4.01 | OIL | $86.57 |
Or just ask — the markets agent calls these for you:How is bitcoin doing?What moved most today?Show me the dollar against sterlingIs gold up this week?
Calling it
Everything here is public and free. No token, no account, no payment.
Methods
GET /api/v1/markets/convertConvert an amount from one currency to another — 250 GBP in JPY. Uses European Central Bank reference rates, and takes a past date back to 1999. Crypto converts at the live price through the dollar
| Argument | Type | Description |
|---|---|---|
amount | number | How much to convert. Default 1 |
from * | string | Currency or asset to convert from, as a code: GBP, USD, EUR, BTC… |
to * | string | Currency or asset to convert to, as a code: JPY, USD, ETH… |
date | string | Optional: the rate on a past day, as 2020-01-03. Currencies only, back to 1999 |
curl \ "https://mu-mcp.yvangodard.me/api/v1/markets/convert?from=from&to=to"
GET /api/v1/markets/listGet live prices for cryptocurrencies, stocks, commodities (oil, gold, silver, copper and crops), futures and currencies
| Argument | Type | Description |
|---|---|---|
category | string | crypto (BTC, ETH, SOL…), stocks, commodities (OIL, GOLD, SILVER, COPPER, COFFEE, WHEAT, CORN, SOYBEANS, OATS), futures (the metals and oil alone) or currencies (EUR, GBP, JPY…). Default crypto |
curl \ "https://mu-mcp.yvangodard.me/api/v1/markets/list"
The same methods are tools over MCP, and every service on this instance is in one reference. Same method, same answer, same price.


