Connects Claude to the Consumer Financial Protection Bureau's public complaint database with no authentication required. Part of the Pipeworx gateway system that routes queries to over 250 data sources. You can call tools directly or use the ask_pipeworx natural language interface to query CFPB data without manually constructing parameters. Useful when you need to analyze consumer financial complaints, research trends in banking or credit card issues, or pull complaint data for regulatory analysis. The streamable HTTP transport means it works with any MCP client that supports remote servers. Free tier access with no API keys to manage.
CFPB MCP — Consumer Financial Protection Bureau complaint database (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"cfpb": {
"url": "https://gateway.pipeworx.io/cfpb/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Cfpb data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured