# Site Scorer

Analyze websites to determine how effectively they are structured for automated crawling and data extraction. Receive actionable insights and ready-to-use prompts to fix structural issues and improve…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add minglesai/ai-site-scorer

# Browse available tools
npx -y @smithery/cli@latest tool list minglesai/ai-site-scorer

# Get full schema for a tool
npx -y @smithery/cli@latest tool get minglesai/ai-site-scorer analyze_url

# Call a tool
npx -y @smithery/cli@latest tool call minglesai/ai-site-scorer analyze_url '{}'
```

## Direct MCP Connection

Endpoint: `https://ai-site-scorer--minglesai.run.tools`

## Tools (5)

- `analyze_url` — Submit a URL for AI-readiness analysis. Checks how well the site is structured for AI/LLM crawling (robots.txt, structu…
- `enhance_report` — Run LLM deep analysis on a completed report. Returns detailed AI analysis with priority issues and actionable recommend…
- `generate_fix_prompt` — Generate a Cursor/IDE-ready prompt to fix AI readiness issues found in a report. Returns a comprehensive, actionable de…
- `get_report` — Fetch a previously completed analysis report by job ID. Returns scores, check details, and recommendations.
- `list_recent_analyses` — List the 10 most recent analyses for the authenticated account. Returns URLs, scores, and statuses.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get minglesai/ai-site-scorer <tool-name>
```
