Financial Modeling Prep

getCryptocurrencyQuote

Access real-time quotes for all cryptocurrencies with the FMP Full Cryptocurrency Quote API. Obtain comprehensive price data including current, high, low, and open prices.

Remote cfocoder/financial-modeling-prep-mcp-server

Other tools also called getCryptocurrencyQuote? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Cryptocurrency symbol (e.g., BTCUSD)"
    }
  }
}