cfpb_top_companies
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-cfpb
https://github.com/pipeworx-io/mcp-cfpb
2/7 registries