Server data from the Official MCP Registry
Search and score 11,000+ AI agent tools: MCP servers, Claude skills, GPT actions, IDE plugins.
Search and score 11,000+ AI agent tools: MCP servers, Claude skills, GPT actions, IDE plugins.
This MCP server exposes a hardcoded Supabase anonymous API key directly in source code, which is a confirmed dangerous pattern. While the server's functionality (searching and browsing a tool directory) is benign, the credential exposure creates a significant security vulnerability. An attacker with access to this key could authenticate as the anonymous role and potentially exfiltrate or manipulate data in the Supabase database. This is a critical credential handling failure that must be remediated immediately. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
4 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-thomasblc-skillsindex": {
"args": [
"-y",
"skillsindex-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server for SkillsIndex — the scored directory of 11,000+ AI agent tools (MCP servers, Claude skills, GPT actions, IDE plugins).
Give your AI agents the ability to search, score, review, and submit tools from the largest independent AI tool directory.
| Tool | Description |
|---|---|
search_tools | Search by keyword, ecosystem, or category — returns ranked results with scores |
get_tool | Full details for a tool: security score, GitHub stats, scoring breakdown |
get_top_rated | Top-rated tools, optionally filtered by ecosystem or category |
check_security | Security score (0-5) + audit notes for any indexed tool |
submit_tool | Submit a new tool for indexing — auto-adds to the review queue |
subscribe | Subscribe an email to The Weekly Index (Thursday newsletter) |
npx skillsindex-mcp
Or install globally:
npm install -g skillsindex-mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"skillsindex": {
"command": "npx",
"args": ["skillsindex-mcp"]
}
}
}
Config file locations:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd to your MCP settings:
{
"skillsindex": {
"command": "npx",
"args": ["skillsindex-mcp"]
}
}
Once connected, you can ask Claude things like:
search_toolsquery: Search keyword or use case (required)
ecosystem: mcp_server | claude_skill | gpt_action | openclaw_skill | plugin
category: databases-storage | browser-automation | code-execution | ...
limit: 1-20 (default: 5)
get_toolslug: Tool slug, e.g. "filesystem-mcp-server" (from the URL: skillsindex.dev/tools/[slug]/)
get_top_ratedecosystem: optional filter
category: optional filter
limit: 1-20 (default: 10)
check_securityslug: Tool slug (preferred)
name: Tool name (fuzzy match fallback)
submit_toolname: Tool name (required)
github_url: GitHub repo or homepage URL (required)
description: What the tool does (required, min 10 chars)
ecosystem: mcp_server | claude_skill | gpt_action | ... (default: mcp_server)
category: databases-storage | browser-automation | ... (default: other)
Submissions land in a review queue. Tools are scored on security, utility, maintenance, and uniqueness before publishing.
subscribeemail: Email address to subscribe (required)
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.