You're viewing a demo portfolio

Join the waitlist
PRSM

cfpb_top_companies

Active

Tool of mcp-cfpb

declared in 0.1.0

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

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 10,
      "end_date": "2024-01-01",
      "start_date": "2023-01-01"
    },
    {
      "limit": 15,
      "product": "Mortgage",
      "end_date": "2024-06-01",
      "start_date": "2023-06-01"
    }
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of top companies to return (default 10)"
    },
    "product": {
      "type": "string",
      "description": "Optional product filter (e.g., \"Mortgage\", \"Credit card\")"
    },
    "end_date": {
      "type": "string",
      "description": "End date in YYYY-MM-DD format"
    },
    "start_date": {
      "type": "string",
      "description": "Start date in YYYY-MM-DD format"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-cfpb

https://github.com/pipeworx-io/mcp-cfpb

2/7 registries
View full server →