Mmcp.market

Aiseo Audit MCP server

by agencyenterprise·io.github.agencyenterprise/aiseo-audit·v2.0.0

Audit web pages for AI search readiness with evidence-tiered factors and pipeline-stage scores.

A94/100grade A
What users say
No reviews yet
Be the first
Safety scan
A94/100

full report

Adoption
Growing

8 stars22 downloads/wk

Reviews

Write one

Nobody has reviewed Aiseo Audit yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Aiseo Audit tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 21 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Overall 94/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Aiseo Audit repository's README, as published. We do not edit it. Read it on GitHub

aiseo-audit

A deterministic, Lighthouse-style audit for AI search readiness. Test how easily generative engines can fetch, extract, understand, and reuse a web page.

AI SEO measures content readiness, not traditional search rank. The score is a research-informed heuristic audit, not a citation probability or a promise that an engine will cite the page.

Website & guides · Quick start · CI/CD · AI assistants · Library API · Scoring methodology

Quick Start

Requires Node.js 20.19 or later.

npx aiseo-audit https://yoursite.com

No install or API key is required. Analysis runs locally with no AI API calls or telemetry. Network access is limited to the page, the sitemap, and domain-signal files such as robots.txt and llms.txt.

Typical output begins with the overall score, pipeline stages, and highest-impact fixes:

Overall Score: 68/100  Grade: D+

Pipeline Stages:
  Technical Eligibility    PASS 96%
  Retrieval Alignment           58%
  Citation Fitness              63%
  Provenance                    42%

Top fixes:
  1. Topic Consistency  (Entity Clarity)
  2. Citation Patterns  (Grounding Signals)
  3. Lead Summary       (Answerability)

For a project-local CLI installation:

npm install --save-dev aiseo-audit

Install it as a regular dependency when using the programmatic API, or globally with npm install -g aiseo-audit.

Why aiseo-audit?

  • Content analysis, not tag detection. Reads the page the way an engine would: does it name its subject consistently, answer questions directly, back claims with sources, and keep boilerplate out of the way? 50+ factors.
  • Evidence-tiered scoring. Every factor is labeled supported, conditional, heuristic, diagnostic, or experimental and mapped to the reviewed literature in docs/EVIDENCE.md.
  • Pipeline-stage reporting. See whether the main constraint is technical eligibility, retrieval alignment, citation fitness, or provenance.
  • Deterministic and inspectable. The same tool version, configuration, and fetched HTML produce the same score. Weights and thresholds are documented rather than hidden behind an external service.
  • Multiple ways to run. Use the CLI, GitHub Action, MCP server, or typed TypeScript API; render terminal, JSON, Markdown, or standalone HTML reports.

Common Workflows

Audit against target queries

Query-aware audits measure three things: query terms in structural fields such as the title and headings, query terms in the body text, and a section of the page addressing each aspect of the query. Supply about five queries for a stable measurement; the maximum is ten.

npx aiseo-audit https://example.com/guide \
  --query "how to set up sso" \
  --query "saml vs oidc" \
  --query "sso troubleshooting checklist"

Use --domain product for product-specific price, specification, and comparison checks. --engine gemini|gpt|perplexity applies experimental presets that reweight existing categories toward each engine; they add no new checks.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y aiseo-audit-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add aiseo-audit -- npx -y aiseo-audit-mcp
Add to Cursor

Aiseo Audit: common questions

Is Aiseo Audit MCP server safe?
Yes, by our scan: it is graded A (94/100). Read the Aiseo Audit safety report
How do I install Aiseo Audit?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Aiseo Audit need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Aiseo Audit maintained?
The last commit was 21 days ago (2026-08-31). The latest release is v2.0.0.
What can I use instead of Aiseo Audit?
Servers from other publishers that do the same job: Search1API MCP server, Perplexity API Platform MCP server and SearXNG Search MCP server. Compare all Aiseo Audit alternatives.

Alternatives to Aiseo Audit

Same job from other publishers: the closest match first, then the best rated.

All Aiseo Audit alternatives →
  • Search1API
    Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
    A
  • Perplexity API Platform
    Real-time web search, reasoning, and research through Perplexity's API
    A
  • SearXNG Search
    MCP server for SearXNG — privacy-respecting web search with pagination, URL reading
    B
  • Zoteus
    Zotero MCP server for Claude and ChatGPT: search, citations, safe writes, PDF passages and pages.
    A
  • Misakanet
    Failure-memory layer for coding agents: search evidence-rated failure lessons by error text.
    A

More from agencyenterprise