quiver_insiders

Pack: quiver · Endpoint: https://gateway.pipeworx.io/quiver/mcp

SEC insider (Form 4) transactions for — corporate insider buys/sells at a public company, with insider name, share count, and date. Example: quiver_insiders({ ticker: “AAPL”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
tickerstringyesStock ticker to look up insider transactions for, e.g. “AAPL” (required)
_apiKeystringyesQuiver Quantitative API key

Example call

Arguments

{
  "ticker": "AAPL",
  "_apiKey": "your-quiver-api-key"
}

curl

curl -X POST https://gateway.pipeworx.io/quiver/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"quiver_insiders","arguments":{"ticker":"AAPL","_apiKey":"your-quiver-api-key"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('quiver_insiders', {
  "ticker": "AAPL",
  "_apiKey": "your-quiver-api-key"
});

More examples

{
  "ticker": "TSLA",
  "_apiKey": "your-quiver-api-key"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "quiver": {
      "url": "https://gateway.pipeworx.io/quiver/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 15, 2026