cfpb_product_breakdown
ActiveTool of mcp-cfpb
declared in 0.1.0
Get complaint counts by product category (e.g., 'Credit Card', 'Mortgage'). Filter by company or date range.
Parameters schema
{
"type": "object",
"examples": [
{
"company": "WELLS FARGO"
},
{
"end_date": "2024-01-01",
"start_date": "2023-01-01"
}
],
"properties": {
"company": {
"type": "string",
"description": "Optional company name to filter by"
},
"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