{
  "name": "clarvia-mcp-server",
  "version": "1.2.12",
  "mcpName": "io.github.digitamaz/clarvia",
  "description": "MCP quality scanner and tool discovery for autonomous agents. Search 27,843+ indexed tools, check AEO (answer-engine-optimization) readiness scores, validate MCP server quality, find alternatives — the standard tool-validation layer before any agent calls an external API or MCP server.",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "clarvia-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "smithery.yaml",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clarvia-project/scanner.git",
    "directory": "mcp-server"
  },
  "keywords": [
    "aeo",
    "agent",
    "agent-compatibility",
    "agent-friendly",
    "agent-tools",
    "ai",
    "ai-agent",
    "ai-tools",
    "api-scanner",
    "clarvia",
    "claude",
    "cline",
    "cursor",
    "llm-tools",
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "modelcontextprotocol",
    "scanner",
    "tool-discovery",
    "tool-scoring",
    "windsurf",
    "tool-search",
    "mcp-registry",
    "agent-discovery",
    "a2a",
    "agent-to-agent",
    "agentic",
    "ai-infrastructure",
    "autonomous-agent",
    "google-a2a",
    "mcp-tools",
    "tool-registry",
    "vibe-coding",
    "openai",
    "claude-code",
    "cursor-mcp",
    "langchain",
    "autogpt",
    "babyagi",
    "mcp-scanner",
    "api-quality",
    "tool-quality",
    "agent-readiness",
    "mcp-quality",
    "mcp-discovery",
    "api-readiness",
    "ai-tool-scoring",
    "answer-engine-optimization",
    "aeo-score",
    "tool-validation",
    "mcp-analysis"
  ],
  "author": "Clarvia",
  "homepage": "https://clarvia.art",
  "bugs": {
    "url": "https://github.com/clarvia/scanner/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1"
  },
  "devDependencies": {
    "@smithery/cli": "^4.7.4",
    "@types/node": "^22.0.0",
    "esbuild": "^0.27.4",
    "typescript": "^5.7.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "license": "MIT"
}
