Serverscom.promptot/mcp
M

PromptOT

com.promptot/mcp · v0.1.2
▦ npm
v0.1.2npm npm: @prompt-ot/mcp🌐 https://mcp.promptot.com/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.promptot/mcp",
  "description": "Manage, version, and publish LLM prompts with blocks, variables, and evaluations.",
  "title": "PromptOT",
  "repository": {
    "url": "https://github.com/appdevexpert/prompt-ot",
    "source": "github",
    "subfolder": "apps/mcp"
  },
  "version": "0.1.2",
  "websiteUrl": "https://www.promptot.com/mcp",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@prompt-ot/mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Scoped API key from the PromptOT dashboard (Settings > API Keys)",
          "isRequired": true,
          "isSecret": true,
          "name": "PROMPTOT_API_KEY"
        },
        {
          "description": "Client identifier for analytics attribution (e.g. claude-desktop, cursor)",
          "name": "PROMPTOT_MCP_CLIENT"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.promptot.com/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}