fd_investor_portfolio
Pack: financial-datasets · Endpoint: https://gateway.pipeworx.io/financial-datasets/mcp
What does fund
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
filer_cik | string | yes | The fund’s SEC filer CIK, 10-digit zero-padded, e.g. “0001067983” (Berkshire Hathaway). This endpoint requires a CIK, not a fund name. |
limit | integer | no | Max positions to return (default 50, max 200) |
_apiKey | string | yes | Financial Datasets API key (from financialdatasets.ai) |
Example call
curl -X POST https://gateway.pipeworx.io/financial-datasets/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"fd_investor_portfolio","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"financial-datasets": {
"url": "https://gateway.pipeworx.io/financial-datasets/mcp"
}
}
}
See Getting Started for client-specific install steps.