Skip to main content
Glama

CoinStats MCP Server

Official

get-news-by-type

Filter cryptocurrency news articles by specific types like handpicked, trending, bullish, or bearish using the CoinStats MCP Server API for targeted insights and updates.

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