Integration

OpenClaw

The local AI gateway that connects any model to your EyeOfTheTiger over MCP.

📋
Before you start: make sure your EOT-1 is set up and on your network. You can verify it’s reachable by visiting http://eyeofthetiger.local/docs in a browser.

OpenClaw is a free app and dashboard that runs on your computer and connects AI models (including OpenAI, Google, Anthropic, and Ollama) to tools like your camera over MCP. It’s the simplest way to give any AI provider access to your camera.

OpenClaw website →MCP docs →

1. Install OpenClaw

See the OpenClaw website for installation instructions.

2. Add the MCP server

Run the following in your terminal:

bash
openclaw mcp set eyeofthetiger '{"url":"http://eyeofthetiger.local/mcp/","transport":"streamable-http"}'

Verify by running in your terminal:

bash
openclaw mcp list

You should see eyeofthetiger in the list.

3. Restart the gateway and test

Run the following in your terminal:

bash
openclaw gateway restart

Open the OpenClaw dashboard at http://localhost:18789/, start a new chat, and run:

💬
Using eyeofthetiger mcp server, tell me what you see.

OpenClaw will use the MCP server to capture an image from the camera and describe it. The first run can take a little longer while it sets up image processing. After that, calls will be faster.

🔌
If the server can’t be reached, check that your EOT-1 is powered on, connected to the same Wi-Fi, and still listed by openclaw mcp list.