{ "name": "skillsindex-mcp", "version": "0.2.1", "mcpName": "io.github.thomasblc/skillsindex", "description": "MCP server for SkillsIndex — search, score, and submit AI agent tools (MCP servers, Claude skills, GPT actions, IDE plugins)", "type": "module", "main": "dist/index.js", "bin": { "skillsindex-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js" }, "keywords": [ "mcp", "model-context-protocol", "ai-tools", "claude", "skillsindex" ], "author": "SkillsIndex ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/thomasblc/skillsindex-mcp.git" }, "homepage": "https://skillsindex.dev", "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^25.3.0", "tsx": "^4.7.0", "typescript": "^5.3.3" }, "engines": { "node": ">=18" }, "files": [ "dist/", "README.md" ] }