Skip to main content
Glama

CoinStats MCP Server

Official

add-portfolio-transaction

Add a cryptocurrency transaction to a manual portfolio by specifying coin ID, type, date, amount, price, and optional details like fees and notes.

Instructions

Add a transaction to a manual portfolio.

Input Schema

NameRequiredDescriptionDefault
amountYesTransaction amount
coinIdYesCoin ID
dateYesTransaction date in ISO format
feeNoTransaction fee
notesNoTransaction notes
priceYesPrice per coin
shareTokenNoPortfolio share token
typeYesTransaction type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Transaction amount", "type": "number" }, "coinId": { "description": "Coin ID", "type": "string" }, "date": { "description": "Transaction date in ISO format", "type": "string" }, "fee": { "description": "Transaction fee", "type": "number" }, "notes": { "description": "Transaction notes", "type": "string" }, "price": { "description": "Price per coin", "type": "number" }, "shareToken": { "description": "Portfolio share token", "type": "string" }, "type": { "description": "Transaction type", "type": "string" } }, "required": [ "coinId", "type", "date", "amount", "price" ], "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