Skip to main content
Glama
kukapay

crypto-trending-mcp

by kukapay

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_trending_md_docA
Retrieve a Markdown document containing the CoinGecko trending cryptocurrencies page.

Returns:
    A string containing a Markdown-formatted document representing the full CoinGecko trending page.
    The document includes:
    - Page headers and introductory text.
    - A table of trending cryptocurrencies with columns such as Rank, Name, Symbol, Price,
      1h Change, 24h Change, 7d Change, 24h Volume, and Market Cap.
    - Additional page content like footers, navigation, or metadata.
    The trending coins table is embedded within the document and can be extracted for analysis.

Prompts

Interactive templates invoked by user choice

NameDescription
parse_trending_md_doc Guide the MCP client to parse the trending coins table from a CoinGecko Markdown document using an LLM. Args: doc (str): The Markdown document containing the trending coins table. Returns: A string with instructions for the LLM to extract and parse the table.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap between tools. The tool's purpose is clearly defined and distinct by default.

Naming Consistency5/5

A single tool inherently has consistent naming, as there are no other tools to compare against. The name 'get_trending_md_doc' follows a clear verb_noun pattern.

Tool Count2/5

One tool is too few for a server named 'crypto-trending-mcp', which suggests a broader scope for cryptocurrency trending data. A single tool limits functionality and makes the server feel incomplete or trivial for its apparent purpose.

Completeness2/5

The server is severely incomplete for a cryptocurrency trending domain. It only retrieves a Markdown document from CoinGecko, lacking tools for filtering, sorting, analyzing trends, or accessing other trending sources, which are essential for comprehensive coverage.

Maintenance

ActivityInactive
ResponsivenessNo issues