# free2aitools

Search, rank, and compare 500,000+ AI models, datasets, papers, and tools from 13+

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add mosesy5688/free2aitools

# Browse available tools
npx -y smithery tool list mosesy5688/free2aitools

# Get full schema for a tool
npx -y smithery tool get mosesy5688/free2aitools free2aitools_search

# Call a tool
npx -y smithery tool call mosesy5688/free2aitools free2aitools_search '{}'
```

## Direct MCP Connection

Endpoint: `https://free2aitools--mosesy5688.run.tools`

## Tools (5)

- `free2aitools_search` — Search and rank AI tools, models, datasets, and papers by FNI score. Returns ranked results.
- `free2aitools_rank` — Rank AI tools by FNI score for a given task context. Ideal for AI agents selecting the best tool.
- `free2aitools_explain` — Explain why a specific AI tool received its FNI ranking score. Search by name to get factor breakdown.
- `free2aitools_select_model` — Select the best AI model for a task with hardware/license constraints. Returns ranked recommendations with rationale.
- `free2aitools_compare` — Compare 2-10 AI models side-by-side with FNI factor decomposition.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get mosesy5688/free2aitools <tool-name>
```
