You're viewing a demo portfolio

Join the waitlist
PRSM

options_chain

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Get the options chain for a stock - calls and puts with strike prices, bid/ask spread, volume, open interest, implied volatility, and available expirations. Use this for "show me AAPL options", "what are the puts on Tesla?", "options expiring this Friday", "what's the implied volatility?", or any options trading question.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "symbol"
  ],
  "properties": {
    "type": {
      "enum": [
        "call",
        "put",
        "both"
      ],
      "type": "string",
      "description": "Filter by option type (default: \"both\")"
    },
    "symbol": {
      "type": "string",
      "description": "Stock ticker symbol (e.g., \"AAPL\")"
    },
    "expiration": {
      "type": "string",
      "description": "Expiration date in YYYY-MM-DD format. Defaults to nearest expiration."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
options_chain — io.github.blackboxfoundry/livedatalink — PRSM MCP