Financial Modeling Prep
getCryptocurrencyShortQuote
Access real-time cryptocurrency quotes with the FMP Cryptocurrency Quick Quote API. Get a concise overview of current crypto prices, changes, and trading volume for a wide range of digital assets.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getCryptocurrencyShortQuote?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "Cryptocurrency symbol (e.g., BTCUSD)"
}
}
}