{
  "name": "aso",
  "title": "ASO Scanner MCP",
  "description": "Free Agent Readiness scanner as an MCP server. Measures the ASO Score (Agent Signal Optimization) across discovery, identity, trust, commerce, reputation, and memory signals. Includes A2A agent card and MCP server card validation.",
  "version": "0.1.2",
  "websiteUrl": "https://agentsignaloptimization.com/",
  "repository": {
    "url": "https://github.com/forgemeshlabs/aso-audit-mcp",
    "source": "github"
  },
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@forgemeshlabs/aso-audit-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio",
        "command": "npx",
        "args": ["-y", "@forgemeshlabs/aso-audit-mcp"]
      }
    }
  ],
  "capabilities": {
    "tools": [
      { "name": "scan_site", "description": "Full ASO scan: Agent Readiness Report with score, level, pillar breakdown, and all 33 checks." },
      { "name": "get_fix_plan", "description": "Prioritized remediation plan with templates for robots.txt, llms.txt, agent.json, and other ASO signals." },
      { "name": "check_signal", "description": "Run one specific check, such as a2a-agent-card, llms-txt, or x402." },
      { "name": "list_checks", "description": "Catalog of every check with specification links." },
      { "name": "get_aso_framework", "description": "The ASO rubric: pillars, weights, levels, certification thresholds." }
    ]
  }
}
