MCP server · Ajaib
ajaib-coin-exchange
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for Ajaib. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Ajaib publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport
Tools
get_server_time— Retrieve the exchange server time in unix epoch milliseconds, UTC.get_exchange_info— Retrieve the supported trading pairs and their precision and tick size.get_order_book— Retrieve order book bids and asks for one trading pair.get_price— Retrieve the latest price for one trading pair.get_portfolio— Retrieve the exchange client's aggregated asset balances.list_trades— List executed trades for a trading pair, paged by from_trade_id.get_order— Retrieve a single order by order_id and symbol.list_open_orders— List open orders for a trading pair, paged by from_order_id.create_order— Place a new LIMIT or LIMIT_MAKER spot order. Moves real funds.create_batch_orders— Place several orders on one trading pair in a single request.create_self_trading_order— Place a paired buy and sell self-trading order. Restricted to internal market-maker exchange clients.cancel_order— Cancel one open order by order_id and symbol.cancel_batch_orders— Cancel a list of orders on one trading pair.cancel_all_open_orders— Cancel every open order on one trading pair.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.