cfpb_search_complaints
ActiveTool of mcp-cfpb
declared in 0.1.0
Search consumer complaints by keyword, company, product, or date range. Returns complaint narratives, company responses, and resolution status.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 25,
"query": "overdraft fees"
},
{
"limit": 50,
"company": "WELLS FARGO",
"product": "Checking or savings account",
"end_date": "2024-01-01",
"start_date": "2023-01-01"
}
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results (1-100, default 25)"
},
"query": {
"type": "string",
"description": "Search term (e.g., \"overdraft fees\", \"denied claim\"). Optional if other filters provided."
},
"company": {
"type": "string",
"description": "Company name to filter by (e.g., \"BANK OF AMERICA\", \"WELLS FARGO\")"
},
"product": {
"type": "string",
"description": "Product category (e.g., \"Credit card\", \"Mortgage\", \"Student loan\", \"Vehicle loan or lease\", \"Checking or savings account\", \"Credit reporting\", \"Debt collection\")"
},
"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.70.
Parent server
mcp-cfpb
https://github.com/pipeworx-io/mcp-cfpb
2/7 registries