cfpb_company_complaints
ActiveTool of mcp-cfpb
declared in 0.1.0
Get recent complaints against a specific company (e.g., 'Wells Fargo'). Returns narratives, company responses, and resolution details sorted newest first.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 25,
"company": "BANK OF AMERICA"
},
{
"limit": 50,
"company": "JPMORGAN CHASE"
}
],
"required": [
"company"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results (1-100, default 25)"
},
"company": {
"type": "string",
"description": "Company name (e.g., \"BANK OF AMERICA\", \"CITIBANK\", \"JPMORGAN CHASE\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-cfpb
https://github.com/pipeworx-io/mcp-cfpb
2/7 registries