Skip to main content
Glama

CoinStats MCP Server

Official

get-portfolio-coins

Retrieve detailed portfolio coin data, including P/L and risk scores, using a share token from CoinStats' portfolio tracker section. Supports pagination for efficient data access.

Instructions

Get a list of portfolio coins with P/L and other data displayed on CoinStats web.

Input Schema

NameRequiredDescriptionDefault
includeRiskScoreNoInclude risk score: true or false. Default - false
limitNoNumber of results per page
pageNoPage number
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.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeRiskScore": { "description": "Include risk score: true or false. Default - false", "type": "string" }, "limit": { "default": 20, "description": "Number of results per page", "type": "number" }, "page": { "default": 1, "description": "Page number", "type": "number" }, "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": "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