{
  "markdown": "# Prompeteer MCP Server\n\n**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.\n\n[![Website](https://img.shields.io/badge/Website-prompeteer.ai-E05432)](https://prompeteer.ai)\n[![MCP](https://img.shields.io/badge/MCP-Compatible-blue)](https://modelcontextprotocol.io)\n[![Transport](https://img.shields.io/badge/Transport-SSE%20%2B%20Streamable%20HTTP-green)](https://prompeteer.ai/mcp)\n[![Auth](https://img.shields.io/badge/Auth-OAuth%202.1-purple)](https://prompeteer.ai/oauth/authorize)\n\n---\n\n## Tools\n\n| Tool | Description | Type |\n|------|-------------|------|\n| `generate_prompt` | Generate an optimized AI prompt for any of 140+ platforms | Write |\n| `list_prompts` | Browse your PromptDrive library with search and filtering | Read |\n| `get_prompt` | Retrieve a specific saved prompt by ID | Read |\n| `score_prompt` | Analyze prompt quality across 16 dimensions | Read |\n| `save_to_promptdrive` | Save a prompt to your PromptDrive library | Write |\n\n## Quick Setup\n\n### Claude Desktop\n\nAdd to your `claude_desktop_config.json` (Settings > Developer > Edit Config):\n\n```json\n{\n  \"mcpServers\": {\n    \"prompeteer\": {\n      \"url\": \"https://prompeteer.ai/mcp/sse\",\n      \"transport\": \"sse\"\n    }\n  }\n}\n```\n\n### Claude.ai (Web)\n\n1. Open [Claude.ai](https://claude.ai)\n2. Go to **Settings > Connectors > Manage Connectors**\n3. Click **Add custom server**\n4. Enter URL: `https://prompeteer.ai/mcp`\n5. Complete OAuth login\n\n### ChatGPT\n\n1. Open **ChatGPT Settings > Developer Mode**\n2. Click **Add App**\n3. Enter URL: `https://prompeteer.ai/mcp`\n4. Complete OAuth login\n\n### Cursor\n\nAdd to `.cursor/mcp.json`:\n\n```json\n{\n  \"servers\": {\n    \"prompeteer\": {\n      \"type\": \"sse\",\n      \"url\": \"https://prompeteer.ai/mcp/sse\"\n    }\n  }\n}\n```\n\n### VS Code / GitHub Copilot\n\nAdd to `.vscode/mcp.json`:\n\n```json\n{\n  \"servers\": {\n    \"prompeteer\": {\n      \"type\": \"sse\",\n      \"url\": \"https://prompeteer.ai/mcp/sse\"\n    }\n  }\n}\n```\n\n### Windsurf\n\nAdd to `~/.codeium/windsurf/mcp_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"prompeteer\": {\n      \"serverUrl\": \"https://prompeteer.ai/mcp/sse\",\n      \"transport\": \"sse\"\n    }\n  }\n}\n```\n\n### Cline / Continue / Other MCP Clients\n\nUse these connection details in your client's MCP settings:\n\n- **Server URL (SSE):** `https://prompeteer.ai/mcp/sse`\n- **Server URL (Streamable HTTP):** `https://prompeteer.ai/mcp`\n- **Authentication:** OAuth 2.1 (automatic redirect)\n\n## Server Details\n\n| Property | Value |\n|----------|-------|\n| **Endpoint (SSE)** | `https://prompeteer.ai/mcp/sse` |\n| **Endpoint (Streamable HTTP)** | `https://prompeteer.ai/mcp` |\n| **Authentication** | OAuth 2.1 with PKCE |\n| **Authorization URL** | `https://prompeteer.ai/oauth/authorize` |\n| **Token URL** | `https://prompeteer.ai/oauth/token` |\n| **Discovery** | `https://prompeteer.ai/mcp/.well-known/oauth-authorization-server` |\n| **Scopes** | `mcp:read`, `mcp:write`, `mcp:generate` |\n| **Rate Limit** | 120 requests/minute |\n| **Session Limit** | 20 per user |\n\n## Features\n\n- **140+ Platform Support** — Optimized prompt generation for ChatGPT, Claude, Gemini, Midjourney, DALL-E, Stable Diffusion, Suno, and 130+ more\n- **16-Dimension Quality Scoring** — Linguistic quality, structural integrity, information density, platform optimization\n- **PromptDrive** — Personal prompt library with search, categorization, and auto-tagging\n- **Multi-Modal** — Text, image, video, audio, and code prompt generation\n- **Multi-Lingual** — 45+ language support\n- **Interactive MCP Apps** — Rich UI components rendered directly in compatible clients\n- **Enterprise Security** — OAuth 2.1 with PKCE, rate limiting, session management, audit logging\n\n## Pricing\n\nSee [prompeteer.ai/pricing](https://prompeteer.ai/pricing) for current plans and pricing.\n\n## Supported Clients\n\nWorks with any MCP-compatible client including:\n\n- Claude Desktop / Claude.ai / Claude Code\n- ChatGPT (Developer Mode + Custom GPTs)\n- Cursor\n- VS Code / GitHub Copilot\n- Windsurf\n- Cline\n- Continue\n- Zed\n- goose (Block)\n- Amazon Q CLI\n- LM Studio\n- LobeChat\n\n## Links\n\n- **Website:** [prompeteer.ai](https://prompeteer.ai)\n- **MCP Documentation:** [prompeteer.ai/mcp](https://prompeteer.ai/mcp)\n- **Privacy Policy:** [prompeteer.ai/privacy](https://prompeteer.ai/privacy)\n- **Terms of Service:** [prompeteer.ai/terms](https://prompeteer.ai/terms)\n- **Support:** info@prompeteer.com\n\n## License\n\nMIT — This repository contains connection configuration and documentation only. The Prompeteer platform is proprietary.\n",
  "bytes": 4632,
  "sha": "89c49ea6b1767ebbbd88e6c375e998cf69231612ddc9b1f695a2077d426274a4",
  "repo_slug": "prompeteer/prompeteer-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_prompeteer_prompeteer_mcp_71fd48a2/readme"
}