# PromptUI (remote · www.promptui.co)

Build a working web app from a prompt, then deploy it to a live URL.

- Trust score: 83/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `www.promptui.co`: 83/100 (this document), [markdown](https://verifymcp.io/servers/co-promptui-promptui/api-mcp.md), [page](https://verifymcp.io/servers/co-promptui-promptui/api-mcp)

## Channel facts

- Endpoint: `https://www.promptui.co/api/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Endpoint Security**: 89/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 78/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1010 tokens (~91/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 52/100
  - Stability check failed: schema churn in the 18 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the PromptUI MCP server?

PromptUI is a hosted endpoint at https://www.promptui.co/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http co-promptui-promptui 'https://www.promptui.co/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "co-promptui-promptui": {
      "url": "https://www.promptui.co/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "co-promptui-promptui": {
      "type": "http",
      "url": "https://www.promptui.co/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.co-promptui-promptui]
url = "https://www.promptui.co/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "co-promptui-promptui": {
      "type": "remote",
      "url": "https://www.promptui.co/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add co-promptui-promptui --url 'https://www.promptui.co/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  co-promptui-promptui:
    url: "https://www.promptui.co/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "co-promptui-promptui": {
      "Transport": "http",
      "Url": "https://www.promptui.co/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add co-promptui-promptui -t streamable-http -u 'https://www.promptui.co/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "co-promptui-promptui": {
      "type": "http",
      "url": "https://www.promptui.co/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 83, +1)

No change was recorded against any check on this day. Stability & Change Management went from 45 to 48.

### 2026-09-18 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 38 to 42.

### 2026-09-15 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 28 to 32.

### 2026-09-13 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 22 to 25.

### 2026-09-12 (score 79, 0)

- [functional] Server version: 0.2.0 → 0.3.0
- [cosmetic] “gtm_generate_content” reworded the description of “deliverableType”

### 2026-09-11 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 14 to 17.

### 2026-09-09 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 11.

### 2026-09-08 (score 77, 0)

- [security] Tool “gtm_get_analytics” rewrote its description, which is the text the model reads

## MCP tools (11)

### `echo` (~27 tokens)

Echo (connection test)

Echo back the input (for testing MCP integration)

Input parameters:

- `message` (string, required): Message to echo

### `web_scout` (~87 tokens)

Search and read the web

Research the live web: search for information, read documentation, fetch API references, or verify library usage. Returns structured findings as markdown.

Input parameters:

- `goal` (string, required): What to research or look up on the web
- `maxPages` (number): Max pages to fetch content from
- `urls` (array): Specific URLs to visit (optional — if omitted, will search the web)

### `shadcn_ui` (~112 tokens)

Get a shadcn/ui component

Get production-quality shadcn/ui component code pre-adapted for the Sandpack preview environment. Available components: accordion, dropdown_menu, dialog, sheet, tooltip, progress, separator, scroll_area, skeleton, alert. Returns ready-to-use JS code with correct imports. Use this instead of building complex UI primitives from scratch.

Input parameters:

- `component` (string, required): Component name to fetch. One of: accordion, dropdown_menu, dialog, sheet, tooltip, progress, separator, scroll_area, skeleton, alert

### `build_app` (~132 tokens)

Build a web app

Build a working web app from a prompt with PromptUI. Starts an asynchronous build (costs credits from the authenticated account) and returns a buildId — poll get_build_status for progress and the preview link.

Input parameters:

- `_confirmed` (boolean): Set to true only after the user has explicitly approved this exact write or credit-spending action.
- `framework` (string): Output framework: 'react-spa' (default) or 'nextjs-app'
- `mode` (string): Build mode: 'quality' (default) or 'fast'
- `prompt` (string, required): What to build, in plain language

### `get_build_status` (~57 tokens)

Check build status

Check the status of a PromptUI build started with build_app. Returns building / needs_clarification / completed (with a shareable previewUrl) / failed.

Input parameters:

- `buildId` (string, required): The buildId returned by build_app

### `deploy_app` (~78 tokens)

Deploy app to a live URL

Deploy a completed PromptUI build to a live URL. The first deploy of each app is charged; redeploying that same app is free.

Input parameters:

- `_confirmed` (boolean): Set to true only after the user has explicitly approved this exact write or credit-spending action.
- `buildId` (string, required): The buildId of a completed build

### `list_builds` (~40 tokens)

List your builds

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

Input parameters:

- `limit` (number): Maximum builds to return (default 10, max 50)

### `gtm_list_content` (~105 tokens)

List marketing content

List GTM queue items for the authenticated PromptUI user.

Input parameters:

- `campaignId` (string): Optional campaign id filter
- `channel` (string): Optional channel filter: x|linkedin|facebook|instagram|youtube|email|web
- `limit` (number): Maximum number of items (default 20, max 100)
- `status` (string): Optional status filter: draft|in_review|approved|vetoed|scheduled|published|archived

### `gtm_get_analytics` (~43 tokens)

Get marketing analytics

Read current PromptUI GTM channel analytics and workspace-scoped verified commerce outcomes. Attribution is reported separately from causality; unavailable spend/cost coverage stays explicit.

### `gtm_publish_content` (~113 tokens)

Publish a post to a connected channel

Publish one GTM content item to a connected social platform.

Input parameters:

- `_confirmed` (boolean): Set to true only after the user has explicitly approved this exact write or credit-spending action.
- `contentId` (string, required): GTM content id to publish
- `igUserId` (string): Optional Instagram user id target
- `pageId` (string): Optional LinkedIn/Facebook page target id
- `platform` (string): Optional platform override: x|linkedin|facebook|instagram|tiktok

### `gtm_generate_content` (~216 tokens)

Draft marketing content

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

Input parameters:

- `_confirmed` (boolean): Set to true only after the user has explicitly approved this exact write or credit-spending action.
- `appSource` (string): promptui | custom session id
- `campaignId` (string): Optional campaign id
- `channel` (string): Delivery channel. One of: x|linkedin|facebook|instagram|youtube|email|web
- `contentClass` (string): Content class. One of: product_led|brand_led|domain_led|offer_led
- `count` (number): Number of variants to generate (1-20)
- `deliverableType` (string): Deliverable type. One of: post|thread|launch_pack|bio|promo_campaign|educational_series|landing_copy|visual_brief|seo_blog_post|seo_landing_page|llms_txt
- `language` (string): Optional language
- `operatorPrompt` (string): Optional operator instruction for the generator

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/co-promptui-promptui/api-mcp#diagnostics

## Score history

- 2026-09-21: 83
- 2026-09-20: 83
- 2026-09-19: 82
- 2026-09-18: 82
- 2026-09-17: 81
- 2026-09-16: 81
- 2026-09-15: 81
- 2026-09-14: 80
- 2026-09-13: 80
- 2026-09-12: 79
- 2026-09-11: 79
- 2026-09-10: 78
- 2026-09-09: 78
- 2026-09-08: 77
- 2026-09-07: 77
- 2026-09-06: 76
- 2026-09-05: 76
- 2026-09-04: 76
- 2026-09-03: 76
- 2026-09-02: 35
- 2026-09-01: 35

## Common questions

### What is the PromptUI MCP server?

PromptUI is an MCP server listed in the public MCP registry as co.promptui/promptui. Build a working web app from a prompt, then deploy it to a live URL. This page covers its hosted endpoint (https://www.promptui.co/api/mcp).

### Is the PromptUI MCP server safe to use?

PromptUI scores 83 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the PromptUI MCP server expose?

PromptUI exposes 11 tools: echo, web_scout, shadcn_ui, build_app, get_build_status, and 6 more. Their descriptions and schemas cost roughly 1,010 tokens of context every time the server is loaded.

### Does the PromptUI MCP server require authentication?

Yes. PromptUI asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the PromptUI MCP server still maintained?

PromptUI is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://www.promptui.co/api/mcp
- Authorisation metadata: https://www.promptui.co/.well-known/oauth-protected-resource/api/mcp
- Website: https://www.promptui.co/docs/mcp
- Changelog RSS feed: https://verifymcp.io/servers/co-promptui-promptui/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/co-promptui-promptui/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/co-promptui-promptui/api-mcp
