{
  "markdown": "# skillsindex-mcp\n\nMCP server for [SkillsIndex](https://skillsindex.dev) — the scored directory of 11,000+ AI agent tools (MCP servers, Claude skills, GPT actions, IDE plugins).\n\nGive your AI agents the ability to **search**, **score**, **review**, and **submit** tools from the largest independent AI tool directory.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `search_tools` | Search by keyword, ecosystem, or category — returns ranked results with scores |\n| `get_tool` | Full details for a tool: security score, GitHub stats, scoring breakdown |\n| `get_top_rated` | Top-rated tools, optionally filtered by ecosystem or category |\n| `check_security` | Security score (0-5) + audit notes for any indexed tool |\n| `submit_tool` | Submit a new tool for indexing — auto-adds to the review queue |\n| `subscribe` | Subscribe an email to The Weekly Index (Thursday newsletter) |\n\n## Install\n\n```bash\nnpx skillsindex-mcp\n```\n\nOr install globally:\n\n```bash\nnpm install -g skillsindex-mcp\n```\n\n## Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"skillsindex\": {\n      \"command\": \"npx\",\n      \"args\": [\"skillsindex-mcp\"]\n    }\n  }\n}\n```\n\nConfig file locations:\n- **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`\n- **Windows**: `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n## Cursor / Windsurf / Cline\n\nAdd to your MCP settings:\n\n```json\n{\n  \"skillsindex\": {\n    \"command\": \"npx\",\n    \"args\": [\"skillsindex-mcp\"]\n  }\n}\n```\n\n## Usage Examples\n\nOnce connected, you can ask Claude things like:\n\n- *\"Search for MCP servers that connect to databases\"*\n- *\"What's the security score for the filesystem-mcp-server?\"*\n- *\"Show me the top 10 Claude skills\"*\n- *\"Submit this GitHub repo to SkillsIndex: https://github.com/...\"*\n- *\"Subscribe me to the SkillsIndex weekly newsletter\"*\n\n## Tool Details\n\n### `search_tools`\n\n```\nquery:      Search keyword or use case (required)\necosystem:  mcp_server | claude_skill | gpt_action | openclaw_skill | plugin\ncategory:   databases-storage | browser-automation | code-execution | ...\nlimit:      1-20 (default: 5)\n```\n\n### `get_tool`\n\n```\nslug:  Tool slug, e.g. \"filesystem-mcp-server\" (from the URL: skillsindex.dev/tools/[slug]/)\n```\n\n### `get_top_rated`\n\n```\necosystem:  optional filter\ncategory:   optional filter\nlimit:      1-20 (default: 10)\n```\n\n### `check_security`\n\n```\nslug:  Tool slug (preferred)\nname:  Tool name (fuzzy match fallback)\n```\n\n### `submit_tool`\n\n```\nname:        Tool name (required)\ngithub_url:  GitHub repo or homepage URL (required)\ndescription: What the tool does (required, min 10 chars)\necosystem:   mcp_server | claude_skill | gpt_action | ... (default: mcp_server)\ncategory:    databases-storage | browser-automation | ... (default: other)\n```\n\nSubmissions land in a review queue. Tools are scored on security, utility, maintenance, and uniqueness before publishing.\n\n### `subscribe`\n\n```\nemail:  Email address to subscribe (required)\n```\n\n## Data\n\n- **11,393+ tools** across 5 ecosystems\n- Scoring: security (30%) + utility (30%) + maintenance (25%) + uniqueness (15%)\n- Updated weekly via GitHub API\n- Security scores based on static analysis of source code\n\n## Links\n\n- Directory: [skillsindex.dev](https://skillsindex.dev)\n- Browse: [skillsindex.dev/browse/](https://skillsindex.dev/browse/)\n- Submit a tool: [skillsindex.dev/submit/](https://skillsindex.dev/submit/)\n- Scoring methodology: [skillsindex.dev/methodology/](https://skillsindex.dev/methodology/)\n- Newsletter: The Weekly Index — every Thursday\n\n## License\n\nMIT\n",
  "bytes": 3576,
  "sha": "acc4575d2145fa81a259696ea6e11c377a74146db34ff360f860bbaadaad13f4",
  "repo_slug": "thomasblc/skillsindex-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_thomasblc_skillsindex_36002508/readme"
}