# Prompeteer.ai

Generate optimized prompts for over 140 platforms using Prompeteer's Contextual AI platform. Manage and organize your creations within a personal vault for easy retrieval and storage. Evaluate prompt…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Prompeteer/prompeteer

# Browse available tools
npx -y @smithery/cli@latest tool list Prompeteer/prompeteer

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Prompeteer/prompeteer generate_prompt

# Call a tool
npx -y @smithery/cli@latest tool call Prompeteer/prompeteer generate_prompt '{}'
```

## Direct MCP Connection

Endpoint: `https://prompeteer--prompeteer.run.tools`

**Optional config:**
- `platform` (query) — AI-platform
- `saveToVault` (query) — Auto-save

## Tools (5)

- `generate_prompt` — Generate an optimized AI prompt for any of 140+ platforms using THE SEED knowledge base. Supports text, image, video, a…
- `list_prompts` — List prompts from your PromptDrive vault. Returns saved prompts with titles, platforms, and creation dates.
- `get_prompt` — Get a specific prompt from your PromptDrive vault by its unique ID. Returns full content, metadata, and quality score.
- `score_prompt` — Get a PromptIQ quality score for a prompt. Evaluates across 16 dimensions including clarity, specificity, context, and …
- `save_to_promptdrive` — Save a prompt directly to your PromptDrive vault for later access. Supports titles, categories, tags, and platform targ…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Prompeteer/prompeteer <tool-name>
```

## Prompts (2)

- `generate_optimized_prompt` (idea, platform) — Generate an expert-level, optimized AI prompt for any of 140+ platforms using evidence-based generation.
- `score_my_prompt` (prompt) — Evaluate a prompt across 16 quality dimensions including clarity, specificity, context, and effectiveness.
