UIAIdol

Developers and AI agents

Design references,
ready for your AI.

Use one read-only connection to search products, inspect flows, and retrieve approved reference images with source attribution. A verified UIAIdol login and active Pro plan are required.

One-command quickstart

Search from any terminal.

The login command opens UIAIdol in your browser, verifies your Pro plan, then stores a time-limited developer token locally. Node.js 20.9 or later is supported.

npx -y https://assets.uiaidol.com/uiaidol/v1/releases/uiaidol-cli-0.2.0.tgz login
npx -y https://assets.uiaidol.com/uiaidol/v1/releases/uiaidol-cli-0.2.0.tgz search "pricing" --platform web
npx -y https://assets.uiaidol.com/uiaidol/v1/releases/uiaidol-cli-0.2.0.tgz connect

Remote MCP

Modern AI clients

Run uiaidol connect after login to print the endpoint and authenticated header for Streamable HTTP.

https://mcp.uiaidol.com/mcp

Local stdio MCP

Claude, Cursor, Codex, and more

Use the CLI as a local MCP process when a client expects stdio.

{
  "mcpServers": {
    "uiaidol": {
      "command": "npx",
      "args": [
        "-y",
        "https://assets.uiaidol.com/uiaidol/v1/releases/uiaidol-cli-0.2.0.tgz",
        "mcp"
      ]
    }
  }
}

AI-native tools

Small tool surface, useful evidence.

find_design_references

Find relevant products with a small set of directly usable screen or section URLs.

search_products

Search product names, flows, actions, categories, markets, and platforms.

get_product

Return one stable product profile with verified website or app-store destinations, flow metadata, and attribution.

list_product_assets

Return approved image URLs with dimensions and SHA-256 hashes.

HTTP API

Plain JSON when MCP is unnecessary.

The same catalog is available through read-only API endpoints with the bearer token created by uiaidol login.

curl -H "Authorization: Bearer $UIAIDOL_ACCESS_TOKEN" \
  "https://mcp.uiaidol.com/api/v1/search?q=pricing&platform=web"

Human-friendly research

Use the same evidence in the visual product library.

Browse products