1. Conduid
  2. Commerce
  3. prompeteer/prompeteer-mcp
MCP server · Commerce

prompeteer/prompeteer-mcp

Prompeteer.ai MCP

Unclaimed MIT last commit 6 months ago devtools
59Fair

Scored 1 hours ago · breakdown

About prompeteer/prompeteer-mcp

prompeteer/prompeteer-mcp is an MCP server published by prompeteer in the Commerce category: prompeteer.ai MCP. It has been installed 1 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx prompeteer-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about prompeteer/prompeteer-mcp

Powered by Claude · Grounded in docs

I know everything about prompeteer/prompeteer-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v2.0.0v2.0.0 — Remote MCP Server · 6 Mar 2026Enterprise-grade remote MCP server for AI prompt engineering. Supports SSE + Streamable HTTP with OAuth 2.1.

README

Prompeteer MCP Server

Enterprise-grade MCP server for AI prompt engineering. Generate expert-level prompts for 140+ AI platforms, score prompt quality across 16 dimensions, and manage your prompts in PromptDrive.

Website MCP Transport Auth


Tools

Tool Description Type
generate_prompt Generate an optimized AI prompt for any of 140+ platforms Write
list_prompts Browse your PromptDrive library with search and filtering Read
get_prompt Retrieve a specific saved prompt by ID Read
score_prompt Analyze prompt quality across 16 dimensions Read
save_to_promptdrive Save a prompt to your PromptDrive library Write

Quick Setup

Claude Desktop

Add to your claude_desktop_config.json (Settings > Developer > Edit Config):

{
  "mcpServers": {
    "prompeteer": {
      "url": "https://prompeteer.ai/mcp/sse",
      "transport": "sse"
    }
  }
}

Claude.ai (Web)

  1. Open Claude.ai
  2. Go to Settings > Connectors > Manage Connectors
  3. Click Add custom server
  4. Enter URL: https://prompeteer.ai/mcp
  5. Complete OAuth login

ChatGPT

  1. Open ChatGPT Settings > Developer Mode
  2. Click Add App
  3. Enter URL: https://prompeteer.ai/mcp
  4. Complete OAuth login

Cursor

Add to .cursor/mcp.json:

{
  "servers": {
    "prompeteer": {
      "type": "sse",
      "url": "https://prompeteer.ai/mcp/sse"
    }
  }
}

VS Code / GitHub Copilot

Add to .vscode/mcp.json:

{
  "servers": {
    "prompeteer": {
      "type": "sse",
      "url": "https://prompeteer.ai/mcp/sse"
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "prompeteer": {
      "serverUrl": "https://prompeteer.ai/mcp/sse",
      "transport": "sse"
    }
  }
}

Cline / Continue / Other MCP Clients

Use these connection details in your client's MCP settings:

  • Server URL (SSE): https://prompeteer.ai/mcp/sse
  • Server URL (Streamable HTTP): https://prompeteer.ai/mcp
  • Authentication: OAuth 2.1 (automatic redirect)

Server Details

Property Value
Endpoint (SSE) https://prompeteer.ai/mcp/sse
Endpoint (Streamable HTTP) https://prompeteer.ai/mcp
Authentication OAuth 2.1 with PKCE
Authorization URL https://prompeteer.ai/oauth/authorize
Token URL https://prompeteer.ai/oauth/token
Discovery https://prompeteer.ai/mcp/.well-known/oauth-authorization-server
Scopes mcp:read, mcp:write, mcp:generate
Rate Limit 120 requests/minute
Session Limit 20 per user

Features

  • 140+ Platform Support — Optimized prompt generation for ChatGPT, Claude, Gemini, Midjourney, DALL-E, Stable Diffusion, Suno, and 130+ more
  • 16-Dimension Quality Scoring — Linguistic quality, structural integrity, information density, platform optimization
  • PromptDrive — Personal prompt library with search, categorization, and auto-tagging
  • Multi-Modal — Text, image, video, audio, and code prompt generation
  • Multi-Lingual — 45+ language support
  • Interactive MCP Apps — Rich UI components rendered directly in compatible clients
  • Enterprise Security — OAuth 2.1 with PKCE, rate limiting, session management, audit logging

Pricing

See prompeteer.ai/pricing for current plans and pricing.

Supported Clients

Works with any MCP-compatible client including:

  • Claude Desktop / Claude.ai / Claude Code
  • ChatGPT (Developer Mode + Custom GPTs)
  • Cursor
  • VS Code / GitHub Copilot
  • Windsurf
  • Cline
  • Continue
  • Zed
  • goose (Block)
  • Amazon Q CLI
  • LM Studio
  • LobeChat

Links

License

MIT — This repository contains connection configuration and documentation only. The Prompeteer platform is proprietary.

README mirrored from the source repository 1 hours ago. The original is authoritative.

Questions

About prompeteer/prompeteer-mcp

How do I install prompeteer/prompeteer-mcp?

Run npx prompeteer-mcp, then add the server to your MCP client's configuration. Conduid has recorded 1 installs, so the command is known to work with current clients.

Is prompeteer/prompeteer-mcp safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is prompeteer/prompeteer-mcp still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.