Skip to content

Add Clarvia AEO Check — GitHub Action for AI agent compatibility scoring #741

@digitamaz

Description

@digitamaz

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions