ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Cfpb

Skill by b-gutman

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/b-gutman/pipeworx-cfpb
Or

Cfpb

CFPB MCP — Consumer Financial Protection Bureau complaint database (free, no auth)

cfpb_search_complaints

Search consumer complaints by keyword, company, product, or date range. Returns complaint narratives

cfpb_company_complaints

Get recent complaints against a specific company (e.g., 'Wells Fargo'). Returns narratives, company

cfpb_get_complaint

Retrieve full details for a specific complaint by ID. Returns narrative, company response, resolutio

cfpb_top_companies

Find companies with the most complaints in a date range. Returns ranked list with company names and

cfpb_product_breakdown

Get complaint counts by product category (e.g., 'Credit Card', 'Mortgage'). Filter by company or dat

{
  "mcpServers": {
    "cfpb": {
      "url": "https://gateway.pipeworx.io/cfpb/mcp"
    }
  }
}

Metadata

Author@b-gutman
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-b-gutman-pipeworx-cfpb": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.