# Glazyr Viz

Glazyr Viz bypasses fragile DOM scraping and Cloudflare blocks by feeding raw Chromium memory frames directly to your AI agent. Achieve 177 FPS zero-copy vision with built-in, agent-native USDC compu…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add glazyr/glazyr-viz

# Browse available tools
npx -y @smithery/cli@latest tool list glazyr/glazyr-viz

# Get full schema for a tool
npx -y @smithery/cli@latest tool get glazyr/glazyr-viz get_optic_nerve_status

# Call a tool
npx -y @smithery/cli@latest tool call glazyr/glazyr-viz get_optic_nerve_status '{}'
```

## Direct MCP Connection

Endpoint: `https://glazyr-viz--glazyr.run.tools`

## Tools (10)

- `get_optic_nerve_status` — Returns a high-level dashboard of the agent's visual health, including FPS, latency, and Aquarium population metrics.
- `browser_navigate` — Dispatches a navigation command to the agent's browser, used to switch between benchmarks or sites.
- `browser_set_fish_count` — Controls the hardware load by setting the number of active WebGL fish in the Aquarium simulation.
- `peek_vision_buffer` — Performs a low-latency 'peek' at the raw vision stream, returning resolution, sequence numbers, and optional base64 fra…
- `browser_evaluate_js` — Evaluates arbitrary JavaScript in the GCP Big Iron browser context.
- `run_dogfood_surge` — Executes the standardized dogfooding sequence: sets baseline, triggers a 30k fish surge, and returns status.
- `verify_payment` — Verifies a USDC transfer on the Base network to grant vision credits to the current session (1 USDC = 1,000,000 frames).
- `get_remaining_credits` — Retrieve the current balance of cognitive frames available for this session.
- `browser_click` — Legacy control: Dispatches a mouse click to the specified coordinates.
- `browser_type` — Legacy control: Types the specified text into the active browser element.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get glazyr/glazyr-viz <tool-name>
```

## Prompts (1)

- `vision-auditor` (detail_level) — Instructs the agent to perform a comprehensive visual health check of the GCP Big Iron cluster.
