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

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":{}}}'

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 July 2, 2026