Derive MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_all_currenciesB | Get all available currencies on Derive |
| get_currencyC | Get details for a specific currency |
| get_all_instrumentsB | Get all available instruments (options, perps, or ERC20 tokens) |
| get_instrumentC | Get details for a specific instrument by name |
| get_tickerB | Get current price, volume, bid/ask for an instrument |
| get_tickersC | Get tickers for all instruments of a given type |
| get_spot_feed_historyC | Get historical spot price data for a currency |
| get_spot_feed_history_candlesC | Get OHLC candlestick data for spot prices |
| get_funding_rate_historyC | Get historical funding rates for a perpetual instrument |
| get_interest_rate_historyC | Get historical borrowing interest rates |
| get_option_settlement_historyC | Get historical option settlement data |
| get_latest_signed_feedsC | Get current oracle price feeds |
| get_liquidation_historyC | Get historical liquidation events |
| get_marginB | Simulate margin requirements for a hypothetical portfolio |
| get_statisticsC | Get aggregate platform statistics (volume, open interest, etc.) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 15 tools
Most tools have clearly distinct purposes focused on specific data types (currencies, instruments, funding rates, etc.), but there is some potential overlap between get_ticker and get_tickers, and between get_spot_feed_history and get_spot_feed_history_candles, which could cause minor confusion in selection.
All tools follow a consistent get_* pattern with snake_case naming, creating a predictable and readable structure throughout the toolset. The naming convention is uniform across all 15 tools.
With 15 tools, the count is well-scoped for a financial data platform, providing comprehensive coverage without being overwhelming. Each tool appears to serve a distinct data retrieval function that justifies its inclusion.
The toolset provides extensive read-only coverage for financial data (currencies, instruments, pricing, funding, statistics, etc.), but lacks any write or action-oriented tools (e.g., place orders, manage positions), which may be intentional given the server's apparent focus on data retrieval rather than trading operations.