llms.txt Content
# AI Site Scorer
> AI readiness analysis tool by MinglesAI — analyze any website for visibility in ChatGPT, Perplexity, Claude, and Gemini.
## About
AI Site Scorer analyzes websites for AI-readiness across 18 automated checks covering structured data, llms.txt, robots.txt, content quality, and more. It provides an actionable score (0-100) with specific recommendations to improve visibility in AI search platforms.
## Key Features
- 14 automated checks: Schema.org, llms.txt, robots.txt, sitemap, performance, crawlability, meta description, heading hierarchy, answer-first content, author/timestamp, link density, Open Graph, canonical URL, content depth, E-E-A-T signals, FAQ schema, date recency, citation readiness
- LLM-powered deep analysis with priority issue identification
- Cursor/IDE fix prompt generation via MCP (Model Context Protocol)
- API access with Bearer token or anonymous x402 micropayments
- Multi-platform scoring: Perplexity, ChatGPT, Claude, Gemini
## Pages
- / — Landing page with product overview and FAQ
- /how-it-works — Three-step process explanation
- /pricing — Free ($0, 100 analyses/mo) and Pro ($9/mo, unlimited) plans
- /docs — API documentation and MCP setup guide
- /analyze — URL analyzer tool
- /dashboard — User dashboard with reports
- /api-keys — API key management
## API
- POST /api/v1/analyze — Submit URL for analysis
- GET /api/v1/reports/{id} — Get report results
- GET /api/v1/reports — List user reports
- POST /api/v1/reports/{id}/enhance — LLM deep analysis ($0.05)
- POST /api/v1/reports/{id}/generate-fix-prompt — IDE fix prompt ($0.02)
## MCP Server
URL: https://ai-readiness.mingles.ai/api/mcp/
Tools: analyze_url, get_report, enhance_report, generate_fix_prompt, list_recent_analyses
Compatible with: Cursor, Claude Desktop, VS Code + Copilot
## Pricing
- Free: $0/mo, 100 analyses/month
- Pro: $9/mo, unlimited analyses + LLM features
- Anonymous x402: $0.01/analysis, $0.05/enhance, $0.02/fix-prompt
##
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"AI Readiness Analyzer","description":"Analyze URLs for AI-readiness and get actionable recommendations.\n\n## Authentication\n\nAll endpoints support two auth methods:\n- **Cookie JWT** (browser sessions via login)\n- **Bearer API key** — pass your `sk_live_...` key in the `Authorization` header:\n ```\n Authorization: Bearer sk_live_...\n ```\n\nFree API keys: **100 analyses/month**. Pro subscription: unlimited.\nCreate keys at `/api-keys` in the dashboa