Statement Normalizer for Cursor
io.github.jfortier93/statement-normalizer-mcp
Deterministic bank-statement parsing: messy CSV/OFX to clean categorized rows. In-memory only.
client:Cursor
transport:streamable-http
Install Statement Normalizer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"statement-normalizer-mcp": {
"url": "https://statement-normalizer.mcpize.run"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs