nmfp_periods
Pack: sec-nmfp · Endpoint: https://gateway.pipeworx.io/sec-nmfp/mcp
Which SEC Form N-MFP monthly reporting periods are published, newest first, with the date range each covers. Money market funds file monthly and SEC posts a period a few days after it closes. Use this to pick a period argument or to see how current the data is.
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/sec-nmfp/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"nmfp_periods","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('nmfp_periods', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"sec-nmfp": {
"url": "https://gateway.pipeworx.io/sec-nmfp/mcp"
}
}
}
See Getting Started for client-specific install steps.