Skip to main content
Glama
SylphxAI
by SylphxAI

Iris

Image facts with pixel-level proof

Iris gives agents deterministic facts from screenshots, UI captures, forms, diagrams, charts, and other images. It returns dimensions, metadata, OCR regions, layout blocks, crops, and trust warnings without requiring a generative vision model.

npx -y @sylphx/iris

For Claude Code:

claude mcp add iris -- npx -y @sylphx/iris

The fastest useful workflow

{
  "path": "/absolute/path/to/screenshot.png",
  "include_ocr": true
}

The result includes image dimensions, hash, OCR lines with bounding boxes, layout blocks, a text map for agents, and explicit warnings or gaps.

Related MCP server: Vision MCP Server

Jobs Iris is built for

Ask your agent

Iris returns

“Read this screenshot.”

text regions and layout facts

“What changed between these UI captures?”

image diff evidence

“Extract this form.”

OCR lines and boxes

“Crop the important region.”

citeable pixel evidence

“Check the image metadata.”

format, dimensions, EXIF trust warnings

Tool surface

Tool

Purpose

read_image

Primary image facts and optional OCR

image_probe

Cheap metadata and geometry probe

crop_region

Extract a citeable pixel region

compare_images

Report pixel and layout differences between two images

Predictable defaults

  • fast returns deterministic metadata, geometry, and layout.

  • quality explicitly enables OCR and local semantic helpers.

  • Generative captions and object detection are opt-in and never authoritative.

  • GPS metadata is redacted unless explicitly requested.

  • Oversized or unsupported files fail with a structured error.

Why agents trust it

Every result keeps source path and hash, pixel locators, extraction route, confidence or warnings, and known gaps. OCR and optional model output never replace deterministic geometry.

Companion MCP tools

Product

Job

Citra

PDF answers with page-level proof

Cue

Video timelines and timestamp evidence

Spine

Repository architecture and impact

Locus

Exact code-chunk retrieval

Lookout

Web research with source excerpts

Each product is independent. Install only the tools your agent needs.

Development

bun install
bun run build
bun test
cargo test
bun run benchmark:public-proof
bun run benchmark:release-gate

License

MIT

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    Not graded
    maintenance
    Enables AI agents to analyze images through vision AI providers (Gemini, OpenAI, Claude), performing tasks like image description, object detection with bounding boxes, region-specific analysis, and precise color extraction without consuming context window with raw pixels.
    4
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables text-only LLMs to perceive images entirely on-device, providing vision capabilities like image description, OCR, table extraction, UI analysis, and region focusing without any cloud APIs or API keys.
    MIT