← Registry

Developer Tools

promptui.co

Provides a suite of developer tools including input echo, web research, database querying, UI component generation, and app building.

1 endpoint12 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://www.promptui.co/api/mcp

No auth detected

MCP server metadata

Name
promptui-mcp
Version
0.2.0
Capabilities
tools

Known tools 12

echo

Echo back the input (for testing MCP integration)

Inferred read-only
web_scout

Research the live web: search for information, read documentation, fetch API references, or verify library usage.

Inferred read-only
db_query

Execute a read-only SQL query against the project database (Supabase/PostgreSQL)

Potential side effects
shadcn_ui

Get production-quality shadcn/ui component code pre-adapted for the Sandpack preview environment.

Inferred read-only
build_app

Build a working web app from a prompt with PromptUI.

Inferred read-only
get_build_status

Check the status of a PromptUI build started with build_app.

Inferred read-only
deploy_app

Deploy a completed PromptUI build to a live URL.

Inferred read-only
list_builds

List the authenticated user's recent PromptUI builds with their statuses.

Inferred read-only
gtm_list_content

List GTM queue items for the authenticated PromptUI user.

Inferred read-only
gtm_get_analytics

Read current PromptUI GTM channel analytics.

Inferred read-only
gtm_publish_content

Publish one GTM content item to a connected social platform.

Potential side effects
gtm_generate_content

Generate and persist a new GTM content draft for the authenticated user.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.