MCP server exposing 5 tools for cfpb.
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/cfpb/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
cfpb_search_complaints — Search consumer complaints by keyword, company, product, or date range. Returns complaint narratives, company responses, and resolution status.cfpb_company_complaints — Get recent complaints against a specific company (e.g., 'Wells Fargo'). Returns narratives, company responses, and resolution details sorted newest first.cfpb_get_complaint — Retrieve full details for a specific complaint by ID. Returns narrative, company response, resolution status, and metadata.cfpb_top_companies — Find companies with the most complaints in a date range. Returns ranked list with company names and complaint counts.cfpb_product_breakdown — Get complaint counts by product category (e.g., 'Credit Card', 'Mortgage'). Filter by company or date range.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/cfpb/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io