Zaifer-MCP
Related Servers
Alternatives to Zaifer-MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityFmaintenanceProvides 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.761MIT
- AlicenseBqualityCmaintenanceEnables 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.1915 npm2MIT
- FlicenseCqualityDmaintenanceEnables 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-
- AlicenseAqualityFmaintenanceEnables 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.175MIT
- AlicenseBqualityCmaintenanceTransforms AI assistants into autonomous crypto trading agents with real-time market analysis, portfolio management, and trade execution across 17+ blockchains.3215 npm54MIT
- AlicenseBqualityDmaintenanceA server that allows AI models to interact with cryptocurrency exchange APIs through the Model Context Protocol, providing access to over 100 exchanges and their trading capabilities.20196 npm93MIT
TDQS
Scored across 9 tools
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.
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.
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.
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.