Developers and AI agents
Design references,
ready for your AI.
Use one read-only connection to search products, inspect flows, and retrieve protected reference images. A verified UIAIdol login and active Pro plan are required.
CLI 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. Developer access has no free tier and includes up to 100 preview deliveries and 25 MiB of reserved image data per UTC day across the API, CLI, and MCP. Reference search allows up to 60 calls per minute, while image and IP protections remain independently enforced.
npx -y https://assets.uiaidol.com/uiaidol/v1/releases/uiaidol-cli-0.4.0.tgz login
npx -y https://assets.uiaidol.com/uiaidol/v1/releases/uiaidol-cli-0.4.0.tgz screens "pricing" --platform web
npx -y https://assets.uiaidol.com/uiaidol/v1/releases/uiaidol-cli-0.4.0.tgz connect
Remote MCP
Modern AI clients
Paste the endpoint into ChatGPT, Claude, Codex, or another modern MCP client. Standards-based OAuth opens UIAIdol in your browser and supports PKCE, refresh rotation, and automatic client registration. The CLI token remains available for older clients.
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.4.0.tgz",
"mcp"
]
}
}
}
HTTP API
Plain JSON when MCP is unnecessary.
The same catalog is available through read-only API endpoints with an OAuth access token or the bearer token created by uiaidol login. Set preview_limit=0 for a metadata-only search that consumes no image allowance; request one to four previews only when pixels are needed.
curl -H "Authorization: Bearer $UIAIDOL_ACCESS_TOKEN" \
"https://mcp.uiaidol.com/api/v1/screens/search?q=pricing&platform=web&preview_limit=0"
Human-friendly research
Use the same evidence in the visual product library.
Browse products ↗