Skip to main content
Glama

CoinStats MCP Server

Official

get-news

Retrieve paginated cryptocurrency news articles by specifying page, limit, and date range to stay updated with market trends and insights.

Instructions

Get news articles with pagination.

Input Schema

NameRequiredDescriptionDefault
fromNoStart date in ISO 8601 format
limitNoNumber of results per page
pageNoPage number
toNoEnd date in ISO 8601 format

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "from": { "description": "Start date in ISO 8601 format", "type": "string" }, "limit": { "default": 20, "description": "Number of results per page", "type": "number" }, "page": { "default": 1, "description": "Page number", "type": "number" }, "to": { "description": "End date in ISO 8601 format", "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