# Aigregator AI Tools

Search, compare, and retrieve structured data on 5,336+ AI tools. Get pricing plans, features, pros/cons, ratings, alternatives,   and use cases.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add aigregator/ai-tools

# Browse available tools
npx -y @smithery/cli@latest tool list aigregator/ai-tools

# Get full schema for a tool
npx -y @smithery/cli@latest tool get aigregator/ai-tools list_categories

# Call a tool
npx -y @smithery/cli@latest tool call aigregator/ai-tools list_categories '{}'
```

## Direct MCP Connection

Endpoint: `https://ai-tools--aigregator.run.tools`

## Tools (4)

- `list_categories` — List all AI tool categories available on Aigregator (18 categories like Productivity, Image Generation, Developer Tools…
- `search_tools` — Search Aigregator's directory of 5,336+ AI tools by keyword, category, and filters. Returns only {slug, name} per resul…
- `get_tool` — Get the full profile for a specific AI tool by slug. Returns name, description, pricing plans, features, pros/cons, rat…
- `compare_tools` — Compare 2-5 AI tools side-by-side in a single request. Returns name, category, short description, pricing plans, featur…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get aigregator/ai-tools <tool-name>
```

## Resources

- `aigregator://info` — Server metadata including pricing model, free vs paid tools, discovery flow, and links. Read this once to understand ho…

## Prompts (1)

- `find_ai_tool` (use_case, budget_limit_usd) — Guides the assistant through Aigregator's free→paid discovery funnel: search free for candidate slugs, then pay $0.001 …
