Skip to main content
Glama

SupaUI MCP Server

by buoooou

list-ui

Retrieve JSON data for UI components from buouui.com without generating code. Use this to fetch and display matching components, then show the website page for further interaction.

Instructions

"Use this tool when the user wants to see buouui.com component, or /buou fetch data and previews from buouui.com. This tool returns the JSON data of matching components without generating new code. This tool ONLY returns the text snippet for that UI component. After calling this tool, you need to display the data in the UI, and finally you need to show the website page of the buouui.com."

Input Schema

NameRequiredDescriptionDefault
messageYesFull users message
searchQueryYesSearch query for buouui.com(library for searching UI components) to find a UI component that matches the user's message. Must be a two-four words max or phrase

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "Full users message", "type": "string" }, "searchQuery": { "description": "Search query for buouui.com(library for searching UI components) to find a UI component that matches the user's message. Must be a two-four words max or phrase", "type": "string" } }, "required": [ "message", "searchQuery" ], "type": "object" }

You must be authenticated.

Other Tools from SupaUI MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/buoooou/mcp-ui-gen'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server