Metadata-Version: 2.4
Name: claudeboost-mcp
Version: 1.0.2
Summary: MCP server that enhances prompts for Claude Code using enterprise playbook rules
Project-URL: Homepage, https://claudeboost.com
Project-URL: Repository, https://github.com/FarhadS08/claudeboost
Project-URL: Documentation, https://github.com/FarhadS08/claudeboost#readme
Author-email: ClaudeBoost <hello@claudeboost.com>
License-Expression: MIT
Keywords: ai,claude,claude-code,mcp,prompt-engineering
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: anthropic>=0.30.0
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# ClaudeBoost MCP

> Supercharge your Claude Code prompts with enterprise-grade enhancement.

ClaudeBoost is an MCP server that transforms vague prompts into structured, enterprise-quality instructions. It classifies your prompt's domain, scores it across 6 dimensions, and rewrites it using playbook-powered rules.

## Quick Start

### 1. Install

```bash
pip install claudeboost-mcp
```

### 2. Run setup (asks for API key + optional sign-in)

```bash
claudeboost-mcp --setup
```

### 3. Register MCP server (inside Claude Code)

Open Claude Code and type:
```
/boost --setup
```

Restart Claude Code. Done.

### 4. Use it

```
/boost build me an ETL pipeline
```

Or just type any prompt — ClaudeBoost auto-boosts all task prompts.

## Features

- **7 Domain Detection** — Data Science, Data Engineering, Business Analytics, General Coding, Documentation, DevOps, Other
- **6-Dimension Scoring** — Specificity, Verification, Context, Constraints, Structure, Output (1-5 each, /30 total)
- **3 Boost Levels** — Light (clarify only), Medium (balanced), Full (enterprise playbook)
- **RLHF Feedback Loop** — Rate boosts and leave feedback → improves future enhancements
- **Web Dashboard** — View history, stats, score histograms at [claudeboost.com](https://claudeboost.com)

## Terminal Commands

| Command | Description |
|---------|-------------|
| `claudeboost-mcp --setup` | Set up API key, skills, and sign in |
| `claudeboost-mcp --login` | Sign in (email + password) |
| `claudeboost-mcp --logout` | Sign out |
| `claudeboost-mcp --status` | Show connected account |
| `claudeboost-mcp --check` | Quick version/config check |
| `claudeboost-mcp --doctor` | Full diagnostics (9 checks) |
| `claudeboost-mcp --version` | Show version |

## Claude Code Commands

| Command | Description |
|---------|-------------|
| `/boost <prompt>` | Boost a specific prompt |
| `/boost --setup` | Register MCP server (run once) |
| `/boost --login` | Sign in via terminal |
| `/boost --status` | Show connected account |
| `/boost-settings -l light\|medium\|full` | Change boost intensity |
| `/boost-settings -a true\|false` | Toggle auto-boost |
| `/boost-help` | Show all commands |
| `--raw` | Add to end of prompt to skip boost |

## Requirements

- Python 3.10+
- Anthropic API key
- Claude Code CLI

## License

MIT
