Local-first crypto perp/spot execution (TWAP/maker) across 11 venues; keys stay on your machine.
claude mcp add blockfill -- uvx blockfill
claude_desktop_config.json
{
"mcpServers": {
"blockfill": {
"command": "uvx",
"args": [
"blockfill"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"blockfill": {
"command": "uvx",
"args": [
"blockfill"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"blockfill": {
"command": "uvx",
"args": [
"blockfill"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"blockfill": {
"type": "stdio",
"command": "uvx",
"args": [
"blockfill"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"blockfill": {
"command": "uvx",
"args": [
"blockfill"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/services.quantech--blockfill/reviews or the review_server meta-tool.
POST /mcp