holdings_coverage

Pack: sec-13f · Endpoint: https://gateway.pipeworx.io/sec-13f/mcp

What this 13F dataset currently covers: the SEC release window loaded, how many filings and holdings are in it, and the reporting quarter. Use to check freshness before relying on an ownership answer.

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/sec-13f/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"holdings_coverage","arguments":{}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('holdings_coverage', {});

Connect

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

{
  "mcpServers": {
    "sec-13f": {
      "url": "https://gateway.pipeworx.io/sec-13f/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 12, 2026