MCP Server
Active
MIT
Statement Normalizer MCP Server
io.github.jfortier93/statement-normalizer-mcp
What is the Statement Normalizer MCP server?
Deterministic bank-statement parsing: messy CSV/OFX to clean categorized rows. In-memory only.
How to install Statement Normalizer
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"statement-normalizer-mcp": {
"url": "https://statement-normalizer.mcpize.run"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"statement-normalizer-mcp": {
"serverUrl": "https://statement-normalizer.mcpize.run"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"statement-normalizer-mcp": {
"type": "http",
"url": "https://statement-normalizer.mcpize.run"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"statement-normalizer-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://statement-normalizer.mcpize.run"
]
}
}
}Claude Code
claude mcp add --transport http statement-normalizer-mcp https://statement-normalizer.mcpize.runRelated MCP servers
Verified Numbers
Active
Current source-cited 2026 US tax constants and calculators for AI agents; every answer cites IRS.
0
View repository →Python
MIT
Verified Wages
Active
Current source-cited US minimum wage, tipped wage, and FLSA constants for AI agents; cites DOL.
0
View repository →Python
MIT