[GH-ISSUE #741] Add Clarvia AEO Check — GitHub Action for AI agent compatibility scoring #3499

Open
opened 2026-04-26 16:15:57 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @digitamaz on GitHub (Mar 31, 2026).
Original GitHub issue: https://github.com/sdras/awesome-actions/issues/741

GitHub Action Submission: Clarvia AEO Check

clarvia-project/clarvia-action is a GitHub Action that automatically scans MCP (Model Context Protocol) server configs for AI agent compatibility and posts scores as PR comments.

What it does

  • Auto-detects MCP server configs (server.json, mcp.json, smithery.yaml) in PRs
  • Scores them via the Clarvia API on 10 agent-readiness dimensions (AEO score 0-100)
  • Posts results as a formatted PR comment
  • Supports fail-under threshold to block merges below a minimum score

Usage

- name: Check MCP server AEO readiness
  uses: clarvia-project/clarvia-action@v1.0.2
  with:
    fail-under: 60  # Optional: fail if score < 60
    post-comment: 'true'

Links

Category: Static Analysis / Code Quality (MCP server configs are increasingly part of codebases, and ensuring agent-readiness of these configs is a new category of CI/CD checks)

Originally created by @digitamaz on GitHub (Mar 31, 2026). Original GitHub issue: https://github.com/sdras/awesome-actions/issues/741 ## GitHub Action Submission: Clarvia AEO Check **clarvia-project/clarvia-action** is a GitHub Action that automatically scans MCP (Model Context Protocol) server configs for AI agent compatibility and posts scores as PR comments. ### What it does - Auto-detects MCP server configs (`server.json`, `mcp.json`, `smithery.yaml`) in PRs - Scores them via the Clarvia API on 10 agent-readiness dimensions (AEO score 0-100) - Posts results as a formatted PR comment - Supports `fail-under` threshold to block merges below a minimum score ### Usage ```yaml - name: Check MCP server AEO readiness uses: clarvia-project/clarvia-action@v1.0.2 with: fail-under: 60 # Optional: fail if score < 60 post-comment: 'true' ``` ### Links - GitHub: https://github.com/clarvia-project/clarvia-action - Marketplace: https://github.com/marketplace/actions/clarvia-aeo-check - Release: v1.0.2 **Category**: Static Analysis / Code Quality (MCP server configs are increasingly part of codebases, and ensuring agent-readiness of these configs is a new category of CI/CD checks)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#3499