{ "name": "@forgemeshlabs/aso-audit-mcp", "version": "0.4.2", "publishConfig": { "access": "public" }, "description": "ASO Scanner \u2014 the free Agent Readiness scanner as an MCP server. Measures your ASO Score (Agent Signal Optimization) across discovery, identity, trust, commerce, reputation, memory, Google generative AI search, and browser-agent UX signals.", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/forgemeshlabs/aso-audit-mcp.git" }, "bugs": { "url": "https://github.com/forgemeshlabs/aso-audit-mcp/issues" }, "homepage": "https://github.com/forgemeshlabs/aso-audit-mcp#readme", "bin": { "aso-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "well-known", "SOURCES.md", "glama.json", "README.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "smoke": "node dist/smoke.js", "test": "tsc -p tsconfig.test.json && node --test dist-test/*.test.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "aso", "agent-signal-optimization", "agent-ready", "a2a", "llms.txt", "x402", "agent-readiness", "agent-friendly-websites", "generative-ai-search", "google-ai-mode" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0" }, "engines": { "node": ">=20" }, "mcpName": "io.github.forgemeshlabs/aso-audit-mcp" }