Skip to main content
Glama

CoinStats MCP Server

Official

get-news-by-type

Fetch cryptocurrency news articles by specific types like trending, bullish, bearish, handpicked, or latest. Filter and access relevant market updates efficiently via the CoinStats MCP Server.

Instructions

Get news articles based on a type.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of results per page
pageNoPage number
typeYesNews type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 20, "description": "Number of results per page", "type": "number" }, "page": { "default": 1, "description": "Page number", "type": "number" }, "type": { "description": "News type", "enum": [ "handpicked", "trending", "latest", "bullish", "bearish" ], "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