KnyazevAI MCP Catalog

Search and discover 24,500+ MCP servers and AI agents. Semantic search, trust scores, vulnerability tracking.

KnyazevAI MCP Catalog

MCP server that connects your AI assistant to the KnyazevAI search engine — the largest unified index of MCP servers and AI agents (24,500+ entries across 8 registries).

Your assistant gets tools to search, browse, filter, and inspect MCP servers. It returns structured data (JSON with names, descriptions, trust scores, install commands, GitHub stars, licenses, vulnerabilities) — the assistant then presents results however it wants.

Quick Start

npx -y knyazevai-mcp-catalog

Configure in Claude Desktop

{
  "mcpServers": {
    "mcp-catalog": {
      "command": "npx",
      "args": ["-y", "knyazevai-mcp-catalog"]
    }
  }
}
Cursor / Windsurf / VS Code

Cursor.cursor/mcp.json:

{
  "mcpServers": {
    "mcp-catalog": {
      "command": "npx",
      "args": ["-y", "knyazevai-mcp-catalog"]
    }
  }
}

Windsurf~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "mcp-catalog": {
      "command": "npx",
      "args": ["-y", "knyazevai-mcp-catalog"]
    }
  }
}

VS Code.vscode/mcp.json:

{
  "servers": {
    "mcp-catalog": {
      "command": "npx",
      "args": ["-y", "knyazevai-mcp-catalog"]
    }
  }
}

Tools

ToolWhat it doesReturns
search_serversSemantic search by task descriptionRanked list of servers with scores, stars, install commands
list_serversBrowse with filters (category, sort)Paginated server list
get_serverGet full details by server UUIDTools list, trust breakdown, framework compat, packages
discoverTask-based search across MCP + A2A agentsRanked results with similarity scores
get_server_vulnerabilitiesCheck CVE/GHSA for a serverVulnerability list with severity and affected packages
get_catalog_statsCatalog overviewTotal counts by registry, category breakdown

What you get back

Every search result includes:

  • Title & description — what the server does
  • Trust score (0-100) — composite of source credibility, popularity, freshness, security
  • GitHub stars — community adoption signal
  • Install command — ready to paste into your config
  • Transport type — stdio, SSE, or streamable-http
  • License — MIT, Apache-2.0, etc.
  • Pricing — free/paid/freemium
  • Vulnerability count — known CVEs in dependencies

Server details (get_server) additionally include:

  • Full list of MCP tools the server exposes
  • Trust score breakdown (6 dimensions)
  • Framework compatibility (Claude Desktop, Cursor, Windsurf, etc.)
  • npm/PyPI/Docker package info
  • README summary

How it works

This package is a thin MCP server that forwards requests to the knyazevai.work REST API. All indexing, ranking, and scoring happens on the backend. This client just calls the API and returns JSON results as MCP tool responses.

No API key required. No data collection. No internal logic.

REST API

You can also use the API directly without MCP:

# Search
curl "https://knyazevai.work/api/v1/servers/search?q=database&limit=5"

# Browse by trust score
curl "https://knyazevai.work/api/v1/servers?sort_by=trust&limit=10"

# Server details
curl "https://knyazevai.work/api/v1/servers/{uuid}"

# Vulnerabilities
curl "https://knyazevai.work/api/v1/servers/{uuid}/vulnerabilities"

# Stats
curl "https://knyazevai.work/api/v1/stats"

Full API docs: knyazevai.work/llms-full.txt

License

MIT

Máy chủ liên quan