Skip to main content
Glama
kukapay

cryptopanic-mcp-server

by kukapay

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CRYPTOPANIC_API_KEYYesCryptoPanic API key (get one at https://cryptopanic.com/developers/api/)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_crypto_newsA

Fetch the latest cryptocurrency news from CryptoPanic.

Args: kind (str, optional): Type of content to fetch. Valid options are: - 'news': Fetch news articles (default). - 'media': Fetch media content like videos. num_pages (int, optional): Number of pages to fetch (each page contains multiple news items). Defaults to 1. Maximum is 10 to avoid API rate limits.

Returns: str: A concatenated string of news titles, each prefixed with a dash (-).

Raises: ValueError: If the API key is not set or if the API request fails.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no ambiguity. The single tool has a clear purpose.

Naming Consistency5/5

With only one tool, naming is self-consistent and follows a verb_noun pattern.

Tool Count2/5

A single tool for a cryptocurrency news server is too few, lacking coverage for related operations like filtering by currency or fetching full articles.

Completeness2/5

The tool only fetches news titles as a concatenated string, missing functionalities like detailed article retrieval, search, or category-based filtering, making it severely incomplete.

Maintenance

ActivityInactive
ResponsivenessUnresponsive