MCP server · Ostium Labs
ostium
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 Ostium Labs. 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 Ostium Labs publishes an official server, this page will update to it on the next build.
Descriptor
https://raw.githubusercontent.com/api-evangelist/ostium-labs/refs/heads/main/mcp/ostium-labs-mcp.yml
Candidate descriptor · transport http
Tools
get_pairs— Fetch all Ostium pairs, leverage limits, live prices and market-state fields.get_all_prices— Fetch current mid, bid and ask prices for all Ostium pairs.get_candles— Fetch OHLC candle data for an Ostium pair.get_sim_orderbook— Fetch a synthetic bid/ask orderbook for an Ostium pair.get_sim_slippage— Fetch simulated long/short slippage for pairs at different notionals.get_open_positions— Fetch live positions, margin summary and withdrawable collateral for a trader.get_open_orders— Fetch active limit orders for a trader.get_orders— Fetch pending, executed or cancelled orders by hash, id or recent activity.get_fills— Fetch executed fills for one trader or across all traders.get_balances— Fetch USDC balance, ETH balance and USDC allowance for a trader.open_trade— Open a market, limit or stop trade (on-chain, write mode required).close_trade— Fully or partially close a position (on-chain, write mode required).modify_order— Update take profit, stop loss or limit-order price (write mode required).cancel_order— Cancel a pending limit, market-open or market-close order (write mode required).update_collateral— Add or remove collateral from a position (write mode required).
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.