Summary
Calling it with no symbol is a feature rather than a mistake — that path returns the default list of major assets.
get_asset_price answers both "what is this worth" and "what is the market doing" depending on whether a symbol is named, and the currency parameter means the conversion happens before the number reaches the model rather than after it. list_assets is the check that stops a typo becoming an empty answer, since the supported set is a list rather than free text.
What it is
A two-tool price lookup: current pricing for a specific asset or for a default list of major assets, with automatic currency conversion, plus the list of what can be queried.
What you get
- get_asset_price returns current pricing for a symbol, or for a default list of major assets when no symbol is given, converted to the currency you pass.
- list_assets returns every asset supported for price queries.
Requirements
Nothing — no account, no key.
Setup effort
One command — npx -y asset-price-mcp
