Skip to main content
Glama

CoinStats MCP Server

Official

get-portfolio-chart

Retrieve portfolio performance chart data by specifying a share token and time range. Use this tool to analyze and visualize cryptocurrency portfolio trends over selected periods.

Instructions

Get portfolio performance chart data.

Input Schema

NameRequiredDescriptionDefault
shareTokenNoPortfolio share token. You can get your share token from the portfolio you want to retrive data from by clicking Share button on CoinStats web app portfolio tracker section - top right.
typeYesOne of 24h, 1w, 1m, 3m, 6m, 1y, all

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "shareToken": { "description": "Portfolio share token. You can get your share token from the portfolio you want to retrive data from by clicking Share button on CoinStats web app portfolio tracker section - top right.", "type": "string" }, "type": { "description": "One of 24h, 1w, 1m, 3m, 6m, 1y, all", "type": "string" } }, "required": [ "type" ], "type": "object" }

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/CoinStatsHQ/coinstats-mcp'

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