MCP server exposing 3 tools for sec-nmfp.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/sec-nmfp/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
nmfp_security_holders — Which US money market funds hold paper from a given issuer, from SEC Form N-MFP monthly portfolio filings — the reverse of a fund fact sheet, which makes you name the fund first. Give an issuer name (e.g. "Federal Home Loan Bank", "JPMorgan") or a CUSIP. Returns each fund holding it, the fund family, the security title, investment category and maturity dates. Answers "which money market funds are exposed to this issuer", "who holds this bank's commercial paper".nmfp_fund_holdings — The portfolio a US money market fund reported to the SEC on Form N-MFP for one month: every security it held, with issuer, title, investment category (Treasury debt, government agency debt, repurchase agreement, financial company commercial paper, certificate of deposit) and maturity dates. Give the fund or series name ("Fidelity Government Money Market", "Vanguard Federal"). Answers "what is this money market fund invested in", "how much Treasury paper does it hold".nmfp_periods — 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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/sec-nmfp/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io