markets_quote

markets_quote

Read one supported instrument price in USD, with source, timestamp and staleness

Free. This one only touches this instance's own storage, so there is nothing to charge for.

Runs on Markets — Track prices and convert currencies.

Arguments

NameTypeWhat it is
symbol*stringOne supported ticker, e.g. BTC, AAPL, GOLD or EUR; prices are in USD

Calling it

Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.

{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"symbol":"symbol"},"name":"markets_quote"}}

Try it in the playground.