fd_filings
Pack: financial-datasets · Endpoint: https://gateway.pipeworx.io/financial-datasets/mcp
Recent SEC filings for
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ticker | string | yes | Stock ticker symbol, e.g. “AAPL” |
filing_type | string | no | Optional filter, e.g. “10-K”, “10-Q”, “8-K”, “20-F”, “6-K” |
limit | integer | no | Max filings to return (default 20) |
_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_filings","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.