MCP server exposing 4 tools for intrinio.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/intrinio/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
intrinio_options_chain — Options chain with greeks and implied volatility for a symbol at a given expiration — returns strike, type, bid/ask/last, volume, open interest, delta, and IV per contract. Example: intrinio_options_chain({ symbol: "AAPL", expiration: "2026-01-16", _apiKey: "your-key" })intrinio_unusual_options — Unusual options activity for a symbol — large/block/sweep trades flagged by Intrinio with bullish/bearish sentiment, total premium value, and the contract traded. Intrinio's signature feed for options flow. Example: intrinio_unusual_options({ symbol: "AAPL", source: "delayed", _apiKey: "your-key" })intrinio_analyst_estimates — Zacks analyst EPS estimates for a company — consensus mean/high/low EPS estimate, number of analysts, and fiscal period. Example: intrinio_analyst_estimates({ symbol: "AAPL", _apiKey: "your-key" })intrinio_target_price — Zacks target-price consensus for a company — mean/high/low/median analyst price targets and the number of estimates. Example: intrinio_target_price({ symbol: "AAPL", _apiKey: "your-key" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/intrinio/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io