cfpb_search_complaints
ActiveTool of io.github.blackboxfoundry/livedatalink
Search the CFPB Consumer Complaint Database (4M+ complaints submitted against financial companies since 2011). Filter by free-text term, company, product, state, date range, and narrative-presence. Returns complaint metadata plus public narratives when available.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"from": {
"type": "number",
"description": "Pagination offset (default 0)"
},
"size": {
"type": "number",
"description": "Page size (default 25, max 100)"
},
"state": {
"type": "string",
"description": "Two-letter state code"
},
"company": {
"type": "string",
"description": "Exact company name (use cfpb_suggest_company for fuzzy matching)"
},
"product": {
"type": "string",
"description": "CFPB product category (e.g. 'Credit reporting', 'Mortgage', 'Debt collection')"
},
"search_term": {
"type": "string",
"description": "Free-text search across all complaint fields"
},
"has_narrative": {
"type": "boolean",
"description": "Only complaints with consumer narratives"
},
"date_received_max": {
"type": "string",
"description": "YYYY-MM-DD upper bound"
},
"date_received_min": {
"type": "string",
"description": "YYYY-MM-DD lower bound"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries