Skip to content
Cursor

Block Lottos for Cursor

com.blocklottos/blocklottos

Safe Block Lottos MCP for Base tickets and Base or Polygon jackpot reads.

client:Cursor transport:stdio runtime:pypi

Install Block Lottos in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "blocklottos": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "blocklottos-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Block Lottos in other clients