Skip to main content
Glama

MCP Avantage

by MissionSquad

crypto_monthly

Retrieve monthly time series data for cryptocurrencies using symbol and market inputs. Supports JSON and CSV formats for integration with financial analysis tools.

Instructions

Fetches monthly time series data for a cryptocurrency.

Input Schema

NameRequiredDescriptionDefault
datatypeNoData format for the response.json
marketYesThe exchange market (e.g., "USD", "EUR").
symbolYesThe cryptocurrency symbol (e.g., "BTC").

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Parameters for fetching daily/weekly/monthly crypto time series data.", "properties": { "datatype": { "default": "json", "description": "Data format for the response.", "enum": [ "json", "csv" ], "type": "string" }, "market": { "description": "The exchange market (e.g., \"USD\", \"EUR\").", "type": "string" }, "symbol": { "description": "The cryptocurrency symbol (e.g., \"BTC\").", "type": "string" } }, "required": [ "symbol", "market" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Avantage

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/MissionSquad/mcp-avantage'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server