Skip to main content
Glama

Related Servers

Alternatives to Zaifer-MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      F
      maintenance
      Provides real-time and historical cryptocurrency market data through integration with major exchanges. This server enables LLMs like Claude to fetch current prices, analyze market trends, and access detailed trading information.
      7
      61
      MIT
    • A
      license
      B
      quality
      C
      maintenance
      Enables interaction with the Upbit cryptocurrency exchange through public market data tools and optional private trading tools. Supports getting ticker data, orderbooks, trades, account information, and executing trading operations through natural language.
      19
      15 npm
      2
      MIT
    • F
      license
      C
      quality
      D
      maintenance
      Enables cryptocurrency trading on Bybit exchange through comprehensive market data access, account management, and automated trading operations. Features smart position validation, trailing stop losses, and risk management tools with demo mode support for safe testing.
      21
      -
    • A
      license
      A
      quality
      F
      maintenance
      Enables AI assistants to interact with Bitget cryptocurrency exchange for spot and futures trading. Supports real-time market data, order management, account balances, leverage control, and position tracking with demo trading capabilities.
      17
      5
      MIT

    TDQS

    A4.6/5.0

    Scored across 9 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap. For example, get_account_balance retrieves account balances, get_open_orders lists active orders, place_order creates new orders, and cancel_order cancels existing ones. The descriptions clearly differentiate market data tools (get_ticker, get_market_depth, get_price_chart) from account management tools.

    Naming Consistency5/5

    All tools follow a consistent verb_noun pattern using snake_case. The pattern is uniform: get_account_balance, get_currency_pairs, get_market_depth, get_open_orders, get_price_chart, get_ticker, get_trade_executions, place_order, cancel_order. Every tool name clearly indicates its action and target resource.

    Tool Count5/5

    With 9 tools, this server is well-scoped for a cryptocurrency trading API. It covers essential operations: account information (balance), market data (ticker, depth, chart, currency pairs), order management (place, cancel, open orders), and trade history. Each tool serves a clear purpose without redundancy.

    Completeness5/5

    The tool set provides complete coverage for cryptocurrency trading. It includes account balance retrieval, market data access (current prices, order book, historical charts), order lifecycle management (place, view open orders, cancel), and trade history. No obvious gaps exist for core trading workflows.