ai-nexus
Free2AITools
Documentation
Free2AITools — The Open-Source AI Registry
Discover, rank, and compare AI models, datasets, papers, tools, and benchmarks. Updated daily, scored by the Free2AITools Nexus Index (FNI).
Website: free2aitools.com
What It Does
- Cross-source catalog — Models, datasets, papers, tools, and benchmarks from HuggingFace, GitHub, ArXiv, Ollama, Replicate, Civitai, and more
- FNI Ranking — 5-factor composite score (Semantic, Authority, Popularity, Recency, Quality) with full breakdown in every API response
- Hardware-aware filtering — filter models by VRAM, license, and task-category metadata (heuristic filters, not verified compatibility)
- Daily Updates — Automated pipeline refreshes all data daily
For Developers & AI Agents
Model Selection API
curl -s https://free2aitools.com/api/v1/select \
-H "Content-Type: application/json" \
-d '{"task":"text-generation","constraints":{"max_vram_gb":8}}'Returns FNI-ranked catalog entries with params, VRAM estimates, license, and a factual FNI factor summary (fni_summary) — not a fit verdict; the caller decides.
Model Comparison API
# , are id values taken from /api/v1/search results — substitute your own.
curl "https://free2aitools.com/api/v1/compare?ids=,"Side-by-side comparison with FNI factor decomposition. Obtain ids from the Search API first; see the Developer Docs for a runnable search-first flow.
Search API
curl "https://free2aitools.com/api/v1/search?q=code+generation&limit=5"MCP Server
Add to Claude, Cursor, Windsurf, or any MCP-compatible client:
{
"mcpServers": {
"free2aitools": {
"url": "https://free2aitools.com/api/mcp"
}
}
}5 tools: `free2aitools_search`, `free2aitools_rank`, `free2aitools_explain`, `free2aitools_select_model`, `free2aitools_compare`.
Also listed on the Smithery directory listing.
FNI Badge
Embed a live FNI score in your README. Replace `` with the `id` of
your entity from a Search API response (this is a template, not a live badge):
Open Data
Parquet exports available for offline analysis with DuckDB, Pandas, or Spark.
Documentation
- Developer Docs — API reference, MCP setup, Badge integration
- FNI Methodology — Scoring formula, sub-factors, anti-manipulation
- Trends — Weekly AI model intelligence
No auth required. Free to use.
License
MIT
Frequently asked questions
What is ai-nexus?
ai-nexus is Free2AITools
How do I install ai-nexus?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is ai-nexus open source?
Yes — it is hosted on GitHub at https://github.com/mosesy5688-cell/ai-nexus and has 1 stars.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
This is a 12306 ticket search server based on the Model Context Protocol (MCP).
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP