intrinio_unusual_options
Pack: intrinio · Endpoint: https://gateway.pipeworx.io/intrinio/mcp
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” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
symbol | string | yes | Underlying ticker, e.g. “AAPL” |
source | string | no | ”realtime” or “delayed” (15-min delayed). Default “delayed”. |
page_size | integer | no | Max trades to return (default 100) |
_apiKey | string | yes | Intrinio API key (intrinio.com) |
Example call
curl -X POST https://gateway.pipeworx.io/intrinio/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"intrinio_unusual_options","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"intrinio": {
"url": "https://gateway.pipeworx.io/intrinio/mcp"
}
}
}
See Getting Started for client-specific install steps.