← luola.ai

INDIVIDUAL MCP TOOL

get_recommendations

Fetch the prioritised list of actionable recommendations from a previously-run audit — sorted by severity (critical / high / medium / low).

luola.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.audit.luola.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_recommendations and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

luola.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.luola-audit]
url = "https://mcp.audit.luola.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "luola-audit": {
      "type": "http",
      "url": "https://mcp.audit.luola.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: luola-audit
Remote MCP URL: https://mcp.audit.luola.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "luola-audit": {
      "url": "https://mcp.audit.luola.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "luola-audit": {
      "type": "http",
      "url": "https://mcp.audit.luola.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "luola-audit",
  "transport": "streamable-http",
  "url": "https://mcp.audit.luola.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • audit_website — Run a full website audit against 126 checks across 13 categories — performance, accessibility (WCAG), security headers, GDPR / cookie compliance, AI readiness (llms.txt, GPTBot rules, citation-friendly schema), AI visual analysis (design polish + content quality), broken links, mobile UX, social meta, Finnish-language correctness.
  • audit_quick — Fast website audit — 5 critical categories only (security, content, mobile, accessibility, AI readiness) in sub-15 seconds.
  • compare_websites — Run audits on two websites in parallel and return a side-by-side delta — overall score plus all 13 categories, with the winner per category and the largest gaps.
  • get_audit_report — Read a previously-run audit by its audit_id — supports three formats: "summary" (scores only), "detailed" (scores + collector summaries + recommendations), "pdf" (returns a signed URL to the PDF report).
  • schedule_recurring_audit — Schedule a website to be re-audited automatically on a recurring schedule (weekly / monthly), with email alerts when the score drops below a threshold.