Developer Tools
promptui.co
Provides a suite of developer tools including input echo, web research, database querying, UI component generation, and app building.
ENDPOINT 1
https://www.promptui.co/api/mcp
MCP server metadata
- Name
- promptui-mcp
- Version
- 0.2.0
Known tools 12
web_scoutResearch the live web: search for information, read documentation, fetch API references, or verify library usage.
Inferred read-onlydb_queryExecute a read-only SQL query against the project database (Supabase/PostgreSQL)
Potential side effectsshadcn_uiGet production-quality shadcn/ui component code pre-adapted for the Sandpack preview environment.
Inferred read-onlylist_buildsList the authenticated user's recent PromptUI builds with their statuses.
Inferred read-onlygtm_publish_contentPublish one GTM content item to a connected social platform.
Potential side effectsgtm_generate_contentGenerate and persist a new GTM content draft for the authenticated user.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.promptui-mcp]
url = "https://www.promptui.co/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"promptui-mcp": {
"type": "http",
"url": "https://www.promptui.co/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: promptui-mcp
Remote MCP URL: https://www.promptui.co/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"promptui-mcp": {
"url": "https://www.promptui.co/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"promptui-mcp": {
"type": "http",
"url": "https://www.promptui.co/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "promptui-mcp",
"transport": "streamable-http",
"url": "https://www.promptui.co/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.