← Registry

Security & Testing

luola.ai

Runs comprehensive website audits covering security, accessibility, performance, compliance, and AI readiness.

3 endpoints6 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://mcp.luola.ai/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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-ai]
url = "https://mcp.luola.ai/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "luola-ai": {
      "type": "http",
      "url": "https://mcp.luola.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

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

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "luola-ai": {
      "url": "https://mcp.luola.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "luola-ai": {
      "type": "http",
      "url": "https://mcp.luola.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "luola-ai bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "luola-ai",
  "transport": "streamable-http",
  "url": "https://mcp.luola.ai/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

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

ENDPOINT 2

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

No auth detected

MCP server metadata

Name
Luola Audit
Version
0.1.0
Capabilities
tools.listChanged

Known tools 6

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.

Inferred read-only
audit_quick

Fast website audit — 5 critical categories only (security, content, mobile, accessibility, AI readiness) in sub-15 seconds.

Inferred read-only
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.

Inferred read-only
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).

Inferred read-only
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.

Potential side effects
get_recommendations

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

Inferred read-only

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.

ENDPOINT 3

https://mcp.luola.ai/mcp](https://mcp.luola.ai/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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-ai]
url = "https://mcp.luola.ai/mcp](https://mcp.luola.ai/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "luola-ai": {
      "type": "http",
      "url": "https://mcp.luola.ai/mcp](https://mcp.luola.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

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

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "luola-ai": {
      "url": "https://mcp.luola.ai/mcp](https://mcp.luola.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "luola-ai": {
      "type": "http",
      "url": "https://mcp.luola.ai/mcp](https://mcp.luola.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "luola-ai bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "luola-ai",
  "transport": "streamable-http",
  "url": "https://mcp.luola.ai/mcp](https://mcp.luola.ai/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for luola.ai was fetched 2026-08-23T21:12:13.008Z.

Trust status Neutral

luola.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.