Skip to main content
Glama
script-dragonmkop8t

cryptopanic-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CRYPTOPANIC_API_KEYYesYour API key from CryptoPanic
CRYPTOPANIC_API_PLANYesYour API plan from CryptoPanic (e.g., free, pro)

Capabilities

Features and capabilities supported by this server

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_news

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

Latest Blog Posts

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/script-dragonmkop8t/cryptopanic-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server