options-analysis
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPTIONS_MCP_PROXY_DEFINITIONS_PATH | No | Path to durable proxy definitions (optional). |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_options_expirationsB | Return available delayed option expiration dates for a symbol. |
| get_options_chainB | Return a normalized delayed option chain for one expiration. |
| get_gamma_exposureC | Calculate estimated GEX per strike and expiration. |
| get_gamma_snapshotC | Return compact estimated GEX reports for several symbols. |
| calculate_proxy_gammaB | Calculate weighted proxy GEX for an ETF with explicit components. |
| get_proxy_definitionC | Return the durable proxy definition and its verification status. |
| calculate_named_proxy_gammaC | Calculate GEX using a named durable proxy definition. |
| compare_gamma_with_priceC | Compare persisted GEX with daily forward returns at a selected horizon. |
| audit_gamma_historyC | Audit persisted gamma history readiness by symbol and daily horizon. |
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 9 tools
Most tools target clearly distinct resources or modes: options chain data, expirations, GEX by strike, multi-symbol snapshots, explicit-component proxies, and named proxies. The cluster of gamma calculation tools could still be confused, but their descriptions distinguish direct GEX, snapshot GEX, and proxy-based GEX.
The set mostly follows a clear verb_noun snake_case pattern: get_, calculate_, compare_, audit_. There is minor inconsistency in noun ordering (gamma_exposure vs proxy_gamma) and get_ vs calculate_ for derived data, but overall the pattern is predictable.
Nine tools is well-scoped for an options analytics server. Each tool supports a distinct part of the workflow—market data retrieval, GEX calculation, proxy definitions, comparison, and auditing—without obvious redundancy.
The surface covers chain fetching, expiration lookup, direct GEX, proxy GEX, named proxy usage, price comparison, and history auditing. Minor gaps exist, such as no way to list all available named proxy definitions or retrieve raw gamma history directly, but core analytical workflows are supported.