AI & Machine Learning
free2aitools.com
Provides tools to search, rank, explain, filter, and compare AI models, datasets, papers, and tools from the Free2AITools catalog.
ENDPOINT 1
https://free2aitools.com/api/mcp
MCP server metadata
- Name
- free2aitools
- Version
- 2.0.1
Discovery layer only: returns FNI-ranked catalog data and evidence for the calling agent to reason over. Does not perform compatibility analysis (hardware/framework fields are stored heuristics). Does not execute, plan, or recommend workflows. Does not select or decide on behalf of the caller. Does not currently provide live semantic/ANN ranking.
Known tools 5
free2aitools_searchKeyword discovery over the Free2AITools catalog of AI models, datasets, papers, and tools.
Inferred read-onlyfree2aitools_rankKeyword-search AI entities using the task/query text as input and return matching catalog entries.
Inferred read-onlyfree2aitools_explainExplain why one specific entity received its FNI score, returning the 5-factor breakdown: Semantic (S), Authority (A), Popularity (P), Recency (R), Quality (Q).
Inferred read-onlyfree2aitools_select_modelFilter the Free2AITools catalog by declared hardware/license metadata and return FNI-ranked candidate entries.
Inferred read-onlyfree2aitools_compareCompare 2-25 AI catalog entities side-by-side — any catalog entity type (models, datasets, papers, tools), not models only — showing FNI scores, factor breakdown (Semantic, Authority, Popularity, Recency, Quality), specs (params, VRAM, context length) where applicable, and license.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.free2aitools]
url = "https://free2aitools.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"free2aitools": {
"type": "http",
"url": "https://free2aitools.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: free2aitools
Remote MCP URL: https://free2aitools.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"free2aitools": {
"url": "https://free2aitools.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"free2aitools": {
"type": "http",
"url": "https://free2aitools.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "free2aitools",
"transport": "streamable-http",
"url": "https://free2aitools.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for free2aitools.com was fetched 2026-09-11T06:19:09.175Z.
free2aitools.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.