blockchain.com-mcp.yml
No official hosted, remote or local Model Context Protocol server was found for Blockchain.com. Searched the developer docs (api.blockchain.com/v3, docs.blockchain.com, exchange.blockchain.com/api), the github.com/blockchain organization (64 repositories), npm under @modelcontextprotocol and the public MCP directories. The third-party "blockchain" MCP servers that surface in search belong to other vendors (Tatum, thirdweb and similar) and are not Blockchain.com projects. The candidate tool set below is DERIVED from the published OpenAPI operations as a proposal only — it is not published by Blockchain.com, and no MCPServer pointer is wired into apis.yml.
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.
Descriptor
Candidate descriptor · transport
Tools
list_symbols— List every tradeable symbol on the Blockchain.com Exchange.get_symbol— Get scaling, lot size and status detail for one symbol.get_tickers— Get 24h price and volume for every symbol.get_ticker— Get the ticker for one symbol.get_l2_order_book— Get the aggregated level 2 order book for a symbol.get_l3_order_book— Get the per-order level 3 order book for a symbol.get_fees— Get the account's current maker/taker fee level and 30-day USD volume.list_orders— List orders, filtered by symbol, status and time window.get_order— Get one order by exchange order id.list_fills— List filled orders for a symbol and time window.create_order— Place a market, limit, stop or stop-limit order.cancel_order— Cancel one open order.cancel_all_orders— Cancel every open order, optionally scoped to one symbol.list_balances— Get current balances across accounts.get_balance— Get the balance for one account and currency.get_deposit_address— Generate a crypto deposit address for a currency.list_deposits— List deposits in a time window.get_deposit— Get the status of one deposit.list_withdrawals— List withdrawals in a time window.get_withdrawal— Get the status of one withdrawal.create_withdrawal— Request a withdrawal to a whitelisted beneficiary.list_whitelist— List whitelisted withdrawal beneficiaries.get_whitelist_by_currency— List whitelisted withdrawal beneficiaries for one currency.pay_list_currencies— List fiat and crypto currencies enabled on the Pay partner account.pay_list_regions— List supported countries and US states.pay_list_payment_methods— List supported payment methods.pay_get_buy_quote— Get a real-time buy quote for a fiat amount, crypto asset and payment method.pay_list_orders— List up to 50 recent Pay orders with filters.pay_get_order— Get one Pay order by id or partner external reference.
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.