MCP Directory

tadas-github/a2asearch-mcp

GitHub
Other

MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: `npx -y a2asearch-mcp`. Ask Claude: "Find MCP servers for database access". Free, no auth required.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y a2asearch-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from tadas-github/a2asearch-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route tadas-github/a2asearch-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add a2asearch-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use tadas-github/a2asearch-mcp directly without routing

npx -y a2asearch-mcp

New to Agent-CoreX? View setup guide →

tadas-github/a2asearch-mcp MCP Server — Agent-CoreX