Skip to main content
Glama
DressPD

crypto_mcp

by DressPD

Related Servers

Alternatives to crypto_mcp

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables agents to access live crypto market data and execute risk-controlled paper trades through standardized MCP tool calls.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables fetching cryptocurrency prices, historical OHLC data, and news via CryptoCompare API through an MCP gateway.
      4 npm
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      MCP server for accessing crypto market data (prices, portfolio analytics) from CoinGecko and performing RAG-based search over internal documents with responsible-AI guardrails.
      4
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Enables safe, local MCP access to Dzengi market, account, order, and position data, with read-only tools and explicitly guarded trading mutations.
      22
      220 npm
      MIT
    • F
      license
      C
      quality
      C
      maintenance
      Provides access to CoinCap's cryptocurrency market data and technical analysis tools via MCP, supporting assets, exchanges, markets, and more.
      38
      27 npm
      7
      -

    TDQS

    C2/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: health for server status, list_exchanges for exchange discovery, get_price for market data, list_exchange_symbols for symbol discovery, and the two order tools for demo order submission and confirmation. No two tools appear to overlap in functionality.

    Naming Consistency4/5

    Most tool names follow a verb_noun pattern with snake_case (list_exchanges, get_price, submit_demo_order), but 'health' is a bare noun that deviates from this pattern. Overall, the naming is consistent and predictable.

    Tool Count5/5

    Six tools is a well-scoped size for a crypto demo trading server, covering health, market data, and order lifecycle without unnecessary bloat. The count fits comfortably within the ideal range.

    Completeness3/5

    The tool set covers market data (price, symbols) and demo order submission/confirmation, but lacks common trading operations like order cancellation, order status retrieval, or balance queries. These gaps could hinder agents trying to manage orders beyond the basic submission flow.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues