Odel
aso audit mcp

aso audit mcp

Local
@forgemeshlabs2TypeScriptMITUpdated 5 days ago

ASO Scanner — the free Agent Readiness scanner as an MCP server. Measures your ASO Score (Agent.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@forgemeshlabs/aso-audit-mcpv0.4.2

Run

npx -y @forgemeshlabs/aso-audit-mcp

MCP client config

{
  "mcpServers": {
    "aso-audit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/aso-audit-mcp"
      ]
    }
  }
}