Unified search across ALL design domains with intelligent auto-detection. Searches: styles, colors, typography, charts, icons, ux-guidelines, landing, products, prompts, platforms (iOS HIG, Android Material 3). WHEN TO USE: DEFAULT tool for broad queries. Use when unsure which specific tool, or n...
AI agents call search_all to retrieve information from Ui Ux Pro without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
search_all is a read-only search and retrieval tool that queries a curated database of 1519+ design resources. It returns informational results about UI/UX design patterns, styles, platforms, and components without modifying any data or executing arbitrary code. The tool has no side effects beyond returning search results, making it a clear Read category with low severity.
From the tool's definition Tool description states it 'Searches' across design domains and retrieves design resources. The sibling tools (get_design_system, search_components, search_patterns, search_platforms, search_stack, search_styles) are all query/retrieval operations.
Risk signalsBulk/mass operation — affects multiple targets
Documented attack patterns abuse exactly the kind of access search_all gives an agent:
PolicyLayer is an MCP gateway — it sits between your AI agents and Ui Ux Pro, and nothing reaches the server without passing your rules. This is the rule we recommend for search_all:
{
"version": "1",
"default": "deny",
"tools": {
"search_all": {}
}
} search_all is read-only, so it stays allowed — but everything else on the server is denied unless you say otherwise.
Free to start. No card required.
Unified search across ALL design domains with intelligent auto-detection. Searches: styles, colors, typography, charts, icons, ux-guidelines, landing, products, prompts, platforms (iOS HIG, Android Material 3). WHEN TO USE: DEFAULT tool for broad queries. Use when unsure which specific tool, or need multi-domain results. PLATFORM DETECTION: Platform keywords (ios, swiftui, cupertino, android, material, jetpack compose) trigger platform-specific results with cross-platform code equivalents (Flutter_Equiv, RN_Equiv). QUERY TIPS: Use natural language describing your design goal. System auto-detects relevant domains. RETURNS: Results grouped by domain with relevance scores. Each domain returns its specific fields. EXAMPLES:. It is categorised as a Read tool in the Ui Ux Pro MCP Server, which means it retrieves data without modifying state.
Register the Ui Ux Pro MCP server in PolicyLayer and add a rule for search_all: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Ui Ux Pro. Nothing to install.
search_all is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the search_all rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for search_all. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
search_all is provided by the Ui Ux Pro MCP server (redf0x1/ui-ux-pro-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Start from Ui Ux Pro, add the rest of your stack, and see everything your agents can call. Then put policy on all of it.
Free to start. No card required.
7 Ui Ux Pro tools catalogued and risk-classified — across an index of 43,000+ MCP servers.