Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

🤖 Agent Critiq MCP Server (v3.5.0)

MCP Protocol License: MIT Node.js Live Platform

Official Model Context Protocol (MCP) server for Agent Critiq — The AI Agents, Software Reviews & Intelligence Platform.

This server enables Claude Desktop, Cursor IDE, Windsurf, LobeChat, Roo Code, VS Code Copilot, and any MCP-compatible agent to query the Agent Critiq database of 100+ verified AI tools in real time via Stdio or HTTP JSON-RPC transports.


🇹🇷 Türkçe Özet / Turkish Summary

Agent Critiq MCP Sunucusu, Cursor, Windsurf, LobeChat ve Claude Desktop gibi yapay zeka kod editörlerinin Agent Critiq veritabanındaki 100'den fazla yapay zeka aracını, gerçek kullanıcı puanlarını, fiyatlandırmaları, artı/eksi yönlerini ve araç karşılaştırma matrislerini doğrudan geliştirme ortamınızdan sorgulamasını sağlar.


⚙️ Core Capabilities / Sunucu Yetenekleri

Agent Critiq MCP Sunucusu v3.5.0, MCP spesifikasyonunun tüm üç temel özelliğini (Tools + Resources + Prompts) eksiksiz olarak destekler:

🛠️ 1. MCP Tools (Ajan Araçları)

Tool Name Parameters Description (EN) Açıklama (TR)
search_ai_tools query, category, min_rating, free_only, limit Search AI tools by keyword, category, pricing, or rating threshold. Anahtar kelime, kategori ve puana göre AI araçları arar.
get_tool_detail slug (required) Get technical specs, pros, cons, ratings, features, and review URL for a slug. Araç slug'ına göre detaylı özellik, artı/eksi ve inceleme sayfasını getirir.
list_categories None List all active software categories and total tool counts. Tüm aktif kategorileri ve araç sayılarını listeler.
get_top_rated category, limit Retrieve top-rated tools overall or filtered by category. En yüksek puanlı araçları kategorisine göre sıralar.
compare_tools slugs (required array) Generate a side-by-side comparison matrix for multiple tools. İki veya daha fazla aracı yan yana karşılaştırma matrisi haline getirir.

📂 2. MCP Resources (Canlı Veri Kaynakları)

Resource URI MimeType Description
agentcritiq://dataset/tools.json application/json Full indexed dataset of 100+ verified AI tools.
agentcritiq://dataset/categories.json application/json Software category list with total tool counts.

💡 3. MCP Prompts (Hazır İstem Şablonları)

Prompt Name Description Arguments
recommend_ai_tool Personalized AI tool recommendation template. use_case (e.g. 'coding assistant')
compare_ai_tools Structured side-by-side comparison template. tools_to_compare (e.g. 'cursor, claude-code')

🚀 Quick Start / Hızlı Başlangıç

1. Installation

cd mcp-server
npm install

2. Automated Stdio Test

Run the included verification client to test all tools, resources, and prompts over Stdio:

npm test
# OR
node test-mcp.mjs

🔌 Integration Guides / Entegrasyon Rehberleri

🟢 Cursor IDE Integration

  1. Open Cursor Settings -> Features -> MCP Servers (or edit your workspace .cursor/mcp.json).
  2. Add the following entry:
{
  "mcpServers": {
    "agent-critiq": {
      "command": "node",
      "args": [
        "./mcp-server/index.mjs"
      ]
    }
  }
}

🟠 Claude Desktop Integration

  1. Open your Claude Desktop configuration file:

    • Windows: %APPDATA%\Claude\claude_desktop_config.json
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  2. Add the configuration:

{
  "mcpServers": {
    "agent-critiq": {
      "command": "node",
      "args": [
        "C:/path/to/Agent Critiq/mcp-server/index.mjs"
      ]
    }
  }
}

🌐 LobeChat / LobeHub Integration

  1. Go to LobeChat Settings -> Plugins / MCP Marketplace.
  2. Add agent-critiq from the market or set Stdio / SSE endpoint to https://agentcritiq.com.

💬 Example Prompts / Örnek Sorular

Once connected to your IDE or AI assistant, try asking:

  • 🇬🇧 "What are the top 3 coding AI tools on Agent Critiq?"
  • 🇹🇷 "Agent Critiq veritabanına göre kod yazımı için en iyi 3 aracı getir."
  • 🇬🇧 "Compare Cursor vs Claude Code vs Zed AI."
  • 🇹🇷 "Google Veo 3.1 ile Midjourney araçlarını karşılaştır."
  • 🇬🇧 "Search free video generation tools with rating > 4.5."

📄 License

MIT — Free to use, fork, and integrate into custom agent workflows.

Developed with ❤️ for Agent Critiq

Downloads last month
5