Clean Table for Cursor
dev.workers.pradooskee.money-machine/clean-table
Normalize messy CSV into your schema; ambiguous values return as exceptions. $0.02 USDC via x402.
client:Cursor
transport:streamable-http
tools:2
Install Clean Table in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clean-table": {
"url": "https://money-machine.pradooskee.workers.dev/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs