Remote MCP
Modern AI clients
Run uiaidol connect after login to print the endpoint and authenticated header for Streamable HTTP.
https://mcp.uiaidol.com/mcpDevelopers and AI agents
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
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 connectRemote MCP
Run uiaidol connect after login to print the endpoint and authenticated header for Streamable HTTP.
https://mcp.uiaidol.com/mcpLocal stdio MCP
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
find_design_referencesFind relevant products with a small set of directly usable screen or section URLs.
search_productsSearch product names, flows, actions, categories, markets, and platforms.
get_productReturn one stable product profile with verified website or app-store destinations, flow metadata, and attribution.
list_product_assetsReturn approved image URLs with dimensions and SHA-256 hashes.
HTTP API
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