← promptui.co

INDIVIDUAL MCP TOOL

gtm_publish_content

Publish one GTM content item to a connected social platform.

promptui.conone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for gtm_publish_content and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

promptui.co

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.

Related tools

  • echo — Echo back the input (for testing MCP integration)
  • web_scout — Research the live web: search for information, read documentation, fetch API references, or verify library usage.
  • db_query — Execute a read-only SQL query against the project database (Supabase/PostgreSQL)
  • shadcn_ui — Get production-quality shadcn/ui component code pre-adapted for the Sandpack preview environment.
  • build_app — Build a working web app from a prompt with PromptUI.
  • get_build_status — Check the status of a PromptUI build started with build_app.
  • deploy_app — Deploy a completed PromptUI build to a live URL.
  • list_builds — List the authenticated user's recent PromptUI builds with their statuses.