blockfill for Cursor
services.quantech/blockfill
Local-first crypto perp/spot execution (TWAP/maker) across 11 venues; keys stay on your machine.
client:Cursor
transport:stdio
runtime:pypi
Install blockfill in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"blockfill": {
"type": "stdio",
"command": "uvx",
"args": [
"blockfill"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs