# moiosintel/kd-scout

**Category:** 🎯 Marketing  
**Repository:** https://github.com/moiosintel/kd-scout  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/moiosintel-kd-scout

## Description
Zero-dependency MCP server for keyword research arithmetic: difficulty estimation, opportunity scoring, and structured content briefs. Install: pip install kd-scout.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

```json
"mcpServers": {
  "kd-scout": {
    "command": "uvx",
    "args": ["kd-scout"]
  }
}
```

## Documentation & README

# kd-scout

Zero-dependency MCP server for keyword research arithmetic: difficulty estimation,
opportunity scoring, and structured content briefs. Runs anywhere Python 3.10+ runs -
no packages, no API keys required for the deterministic mode.

## Tools

| Tool | Input | Output |
|---|---|---|
| `keyword_difficulty` | `keywords[]` | per-keyword difficulty 0-100 |
| `opportunity_score` | `difficulty`, `monthly_volume` | blended 0-100 score |
| `content_brief` | `topic` | H2 outline, word-count target, FAQs, schema type |

## Install

```bash
pip install kd-scout
kd-scout            # stdio MCP server
```

Or point any MCP client at the module directly:

```json
{"command": "kd-scout"}
```

## Production use

The scoring model is derived from the editorial pipeline behind
[Groundwork's money & tools research](https://gworky.com/money), where it screens
hundreds of candidate keywords weekly.

## License

MIT

