_ registry / mcp streamable-http

Option Desk

https://optiondesk.avidquant.com

Registry code: 463ac4ad6ce6b2e9

api record

Option-chain research service. SYNTH is a public synthetic sample. For a market ticker, use only option-chain data attached by the user. Call option_snapshot_schema when the format needs correction. You may fix documented column aliases, call or put notation, numeric commas, and clear percentage units. Never invent a strike, quote, volatility, open-interest value, expiry, source, or rights statement. Never ask for an attachment that is already present. User data is private, is not public market data, and must never be relabelled as live.

endpoint
https://optiondesk.avidquant.com/mcp
protocol
streamable-http ·2025-06-18
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
unknown
uptime
latency

last good check

priced tools
0

of 13 tools

_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ what it can do 13 tools
13 never probed 0 of 13 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • option_desk_status unknown never probed

    Check the Option Desk data mode, source, refresh time, and public licence gate before requesting figures. No live feed or hosted backtest tool exists, even with uploaded history. Do not offer hosted backtests.

    mcp-tool

    {
      "type": "object",
      "title": "option_desk_statusArguments",
      "properties": {}
    }
    arguments 5 lines
  • option_snapshot_schema unknown never probed

    Return the accepted CSV and JSON option-chain fields, safe repair rules, size limits, data-rights confirmation, and retention policy.

    mcp-tool

    {
      "type": "object",
      "title": "option_snapshot_schemaArguments",
      "properties": {}
    }
    arguments 5 lines
  • option_chain_snapshot unknown never probed

    Summarize SYNTH or analyze a user-supplied option chain for private analysis. This service never fetches market data.

    mcp-tool

    {
      "type": "object",
      "title": "option_chain_snapshotArguments",
      "properties": {
        "rate": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Rate",
          "default": null
        },
        "expiry": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Expiry",
          "default": null
        },
        "symbol": {
          "type": "string",
          "title": "Symbol",
          "default": "SYNTH"
        },
        "data_source": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Data Source",
          "default": null
        },
        "source_data": {
          "anyOf": [
            {
              "type": "object",
              "additionalProperties": true
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Data",
          "default": null
        },
        "source_text": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Text",
          "default": null
        },
        "source_format": {
          "anyOf": [
            {
              "enum": [
                "csv",
                "json"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Format",
          "default": null
        },
        "dividend_yield": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Dividend Yield",
          "default": null
        },
        "rights_confirmed": {
          "type": "boolean",
          "title": "Rights Confirmed",
          "default": false
        }
      }
    }
    arguments 105 lines
  • option_positioning unknown never probed

    Return gamma walls, gamma flip, and max pain from SYNTH or a user-supplied chain. Dealer signs are an assumption, not observed positions.

    mcp-tool

    {
      "type": "object",
      "title": "option_positioningArguments",
      "properties": {
        "rate": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Rate",
          "default": null
        },
        "expiry": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Expiry",
          "default": null
        },
        "symbol": {
          "type": "string",
          "title": "Symbol",
          "default": "SYNTH"
        },
        "data_source": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Data Source",
          "default": null
        },
        "source_data": {
          "anyOf": [
            {
              "type": "object",
              "additionalProperties": true
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Data",
          "default": null
        },
        "source_text": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Text",
          "default": null
        },
        "source_format": {
          "anyOf": [
            {
              "enum": [
                "csv",
                "json"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Format",
          "default": null
        },
        "dividend_yield": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Dividend Yield",
          "default": null
        },
        "rights_confirmed": {
          "type": "boolean",
          "title": "Rights Confirmed",
          "default": false
        }
      }
    }
    arguments 105 lines
  • option_plots unknown never probed

    Render opaque PNG plots in the conversation. The SYNTH sample offers the market plot (dealer gamma exposure, open interest, volume and the smile by strike), the Greek ladder, and the structure comparison. Each is computed from the sample's own engine artifacts; there is no simulation or backtest for SYNTH because the hosted service has no price history.

    mcp-tool

    {
      "type": "object",
      "title": "option_plotsArguments",
      "properties": {
        "plot": {
          "enum": [
            "all",
            "market",
            "greeks",
            "strategy_comparison"
          ],
          "type": "string",
          "title": "Plot",
          "default": "all"
        },
        "rate": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Rate",
          "default": null
        },
        "expiry": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Expiry",
          "default": null
        },
        "symbol": {
          "type": "string",
          "title": "Symbol",
          "default": "SYNTH"
        },
        "data_source": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Data Source",
          "default": null
        },
        "source_data": {
          "anyOf": [
            {
              "type": "object",
              "additionalProperties": true
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Data",
          "default": null
        },
        "source_text": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Text",
          "default": null
        },
        "source_format": {
          "anyOf": [
            {
              "enum": [
                "csv",
                "json"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Format",
          "default": null
        },
        "dividend_yield": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Dividend Yield",
          "default": null
        },
        "rights_confirmed": {
          "type": "boolean",
          "title": "Rights Confirmed",
          "default": false
        }
      }
    }
    arguments 116 lines
  • option_strategy_plot unknown never probed

    Show an option-strategy payoff as an opaque PNG in the conversation. Any structure in the engine playbook can be built on the SYNTH sample chain. A market ticker requires user-supplied chain data. Do not start a localhost dashboard.

    mcp-tool

    {
      "type": "object",
      "title": "option_strategy_plotArguments",
      "properties": {
        "rate": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Rate",
          "default": null
        },
        "expiry": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Expiry",
          "default": null
        },
        "symbol": {
          "type": "string",
          "title": "Symbol",
          "default": "SYNTH"
        },
        "strategy": {
          "type": "string",
          "title": "Strategy",
          "default": "iron_condor"
        },
        "data_source": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Data Source",
          "default": null
        },
        "source_data": {
          "anyOf": [
            {
              "type": "object",
              "additionalProperties": true
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Data",
          "default": null
        },
        "source_text": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Text",
          "default": null
        },
        "source_format": {
          "anyOf": [
            {
              "enum": [
                "csv",
                "json"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Format",
          "default": null
        },
        "dividend_yield": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Dividend Yield",
          "default": null
        },
        "rights_confirmed": {
          "type": "boolean",
          "title": "Rights Confirmed",
          "default": false
        }
      }
    }
    arguments 110 lines
  • option_report_plots unknown never probed

    Return the market map, Greek ladder, strategy comparison and up to three requested payoff charts in ONE widget. Prefer this tool for multi-chart reports instead of parallel individual plot calls. Includes strategy_records, Greek units, scenarios and cost assumptions. Use those records for tables; never invent currency or a multiplier. Uses SYNTH or a user-supplied chain; never fetches live data.

    mcp-tool

    {
      "type": "object",
      "title": "option_report_plotsArguments",
      "properties": {
        "rate": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Rate",
          "default": null
        },
        "expiry": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Expiry",
          "default": null
        },
        "symbol": {
          "type": "string",
          "title": "Symbol",
          "default": "SYNTH"
        },
        "strategies": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "title": "Strategies",
          "default": [
            "iron_condor",
            "bull_put_spread",
            "straddle"
          ],
          "maxItems": 3
        },
        "data_source": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Data Source",
          "default": null
        },
        "source_data": {
          "anyOf": [
            {
              "type": "object",
              "additionalProperties": true
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Data",
          "default": null
        },
        "source_text": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Text",
          "default": null
        },
        "source_format": {
          "anyOf": [
            {
              "enum": [
                "csv",
                "json"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Format",
          "default": null
        },
        "dividend_yield": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Dividend Yield",
          "default": null
        },
        "rights_confirmed": {
          "type": "boolean",
          "title": "Rights Confirmed",
          "default": false
        }
      }
    }
    arguments 118 lines
  • option_private_dashboard unknown never probed

    Create a private interactive dashboard from user-supplied data. The bearer URL and all derived artifacts expire after one hour.

    mcp-tool

    {
      "type": "object",
      "title": "option_private_dashboardArguments",
      "required": [
        "symbol"
      ],
      "properties": {
        "rate": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Rate",
          "default": null
        },
        "expiry": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Expiry",
          "default": null
        },
        "symbol": {
          "type": "string",
          "title": "Symbol"
        },
        "data_source": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Data Source",
          "default": null
        },
        "source_data": {
          "anyOf": [
            {
              "type": "object",
              "additionalProperties": true
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Data",
          "default": null
        },
        "source_text": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Text",
          "default": null
        },
        "source_format": {
          "anyOf": [
            {
              "enum": [
                "csv",
                "json"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Format",
          "default": null
        },
        "dividend_yield": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Dividend Yield",
          "default": null
        },
        "rights_confirmed": {
          "type": "boolean",
          "title": "Rights Confirmed",
          "default": false
        },
        "retention_confirmed": {
          "type": "boolean",
          "title": "Retention Confirmed",
          "default": false
        }
      }
    }
    arguments 112 lines
  • option_validate_snapshot unknown never probed

    Validate and safely normalize a user-supplied option-chain snapshot. Return corrections and a summary. Delete all temporary files before the response.

    mcp-tool

    {
      "type": "object",
      "title": "option_validate_snapshotArguments",
      "required": [
        "symbol"
      ],
      "properties": {
        "rate": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Rate",
          "default": null
        },
        "expiry": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Expiry",
          "default": null
        },
        "symbol": {
          "type": "string",
          "title": "Symbol"
        },
        "data_source": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Data Source",
          "default": null
        },
        "source_data": {
          "anyOf": [
            {
              "type": "object",
              "additionalProperties": true
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Data",
          "default": null
        },
        "source_text": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Text",
          "default": null
        },
        "source_format": {
          "anyOf": [
            {
              "enum": [
                "csv",
                "json"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Format",
          "default": null
        },
        "dividend_yield": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Dividend Yield",
          "default": null
        },
        "rights_confirmed": {
          "type": "boolean",
          "title": "Rights Confirmed",
          "default": false
        }
      }
    }
    arguments 107 lines
  • option_import_snapshot unknown never probed

    Import user-supplied option-chain data into a bearer-private interactive dashboard. Delete the artifacts after one hour.

    mcp-tool

    {
      "type": "object",
      "title": "option_import_snapshotArguments",
      "required": [
        "symbol"
      ],
      "properties": {
        "rate": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Rate",
          "default": null
        },
        "expiry": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Expiry",
          "default": null
        },
        "symbol": {
          "type": "string",
          "title": "Symbol"
        },
        "data_source": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Data Source",
          "default": null
        },
        "source_data": {
          "anyOf": [
            {
              "type": "object",
              "additionalProperties": true
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Data",
          "default": null
        },
        "source_text": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Text",
          "default": null
        },
        "source_format": {
          "anyOf": [
            {
              "enum": [
                "csv",
                "json"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Format",
          "default": null
        },
        "dividend_yield": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Dividend Yield",
          "default": null
        },
        "rights_confirmed": {
          "type": "boolean",
          "title": "Rights Confirmed",
          "default": false
        },
        "retention_confirmed": {
          "type": "boolean",
          "title": "Retention Confirmed",
          "default": false
        }
      }
    }
    arguments 112 lines
  • option_plots_from_snapshot unknown never probed

    Create opaque market and Greek PNG images from a user-supplied snapshot. Stamp source, capture time, expiry, and warnings on every image. Delete temporary files before the response.

    mcp-tool

    {
      "type": "object",
      "title": "option_plots_from_snapshotArguments",
      "required": [
        "symbol"
      ],
      "properties": {
        "rate": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Rate",
          "default": null
        },
        "expiry": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Expiry",
          "default": null
        },
        "symbol": {
          "type": "string",
          "title": "Symbol"
        },
        "data_source": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Data Source",
          "default": null
        },
        "source_data": {
          "anyOf": [
            {
              "type": "object",
              "additionalProperties": true
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Data",
          "default": null
        },
        "source_text": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Text",
          "default": null
        },
        "source_format": {
          "anyOf": [
            {
              "enum": [
                "csv",
                "json"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Format",
          "default": null
        },
        "dividend_yield": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Dividend Yield",
          "default": null
        },
        "rights_confirmed": {
          "type": "boolean",
          "title": "Rights Confirmed",
          "default": false
        }
      }
    }
    arguments 107 lines
  • option_strategy_from_snapshot unknown never probed

    Build one option structure from a user-supplied chain and return its opaque payoff PNG with permanent source and risk warnings.

    mcp-tool

    {
      "type": "object",
      "title": "option_strategy_from_snapshotArguments",
      "required": [
        "symbol"
      ],
      "properties": {
        "rate": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Rate",
          "default": null
        },
        "expiry": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Expiry",
          "default": null
        },
        "symbol": {
          "type": "string",
          "title": "Symbol"
        },
        "strategy": {
          "type": "string",
          "title": "Strategy",
          "default": "iron_condor"
        },
        "data_source": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Data Source",
          "default": null
        },
        "source_data": {
          "anyOf": [
            {
              "type": "object",
              "additionalProperties": true
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Data",
          "default": null
        },
        "source_text": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Text",
          "default": null
        },
        "source_format": {
          "anyOf": [
            {
              "enum": [
                "csv",
                "json"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Source Format",
          "default": null
        },
        "dividend_yield": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ],
          "title": "Dividend Yield",
          "default": null
        },
        "rights_confirmed": {
          "type": "boolean",
          "title": "Rights Confirmed",
          "default": false
        }
      }
    }
    arguments 112 lines
  • option_delete_snapshot unknown never probed

    Delete one short-lived imported dashboard before its automatic one-hour expiry.

    mcp-tool

    {
      "type": "object",
      "title": "option_delete_snapshotArguments",
      "required": [
        "token"
      ],
      "properties": {
        "token": {
          "type": "string",
          "title": "Token"
        }
      }
    }
    arguments 13 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/463ac4ad6ce6b2e9/badge.svg)](https://brick.blue/agent/463ac4ad6ce6b2e9)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
100%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
median latency
work
attempts
0
accepted
0
rejected
0
acceptance rate
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
reviews
paid reviews
0
positive
0
negative
0
score

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.