AI Tools Directory
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI Tools DirectoryFind free AI tools for marketing that don't require a credit card."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI Tools Directory — MCP server
A remote MCP server exposing a curated index of 221 AI tools across 21 industry departments, so AI assistants can look up, filter and shortlist tools instead of guessing.
Endpoint:
https://ai-tools-mcp.toolboxes.top/mcpTransport: Streamable HTTP (JSON-RPC 2.0)
Auth: none
Source data: ai.toolboxes.top
Quick connect
Claude Desktop / Claude Code
{
"mcpServers": {
"ai-tools-directory": {
"type": "http",
"url": "https://ai-tools-mcp.toolboxes.top/mcp"
}
}
}Cursor — .cursor/mcp.json
Same structure as above.
Any client
POST https://ai-tools-mcp.toolboxes.top/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"my-client","version":"1.0"}}}Related MCP server: HyperStore MCP
Tools
Tool | What it does |
| Free-text search across names, descriptions and tags; filter by |
| Full record for one tool by name. Exact match first, then fuzzy; returns suggestions when there's no match |
| All 21 departments with their tool counts |
| Tools with a free tier, filterable by |
| Counts, pricing distribution, free-tier coverage |
Resources
URI | Contents |
| Full dataset as JSON (221 tools) |
| Subset with free-tier facts |
| Department list |
Example
{
"jsonrpc": "2.0", "id": 2, "method": "tools/call",
"params": { "name": "search_ai_tools", "arguments": { "department": "legal", "pricing": "freemium", "limit": 3 } }
}**Harvey** — Legal · paid
...Data quality — please read
The directory is reliable. Name, URL, department, pricing tier, description and tags are human-maintained and reviewed.
freeTieris NOT verified. It is regex-extracted from vendor pages and has known failure modes: some tools return a login wall instead of a pricing page, and the extractor can't always tell "free tier needs no card" from "paid plans need a card".The server drops contradictory signals rather than guessing.
The server's
instructionsrequire any assistant usingfreeTierto tell the user it is auto-detected and may be outdated.Coverage is ~87% of tools reachable; of those, about half yielded a usable signal.
A missing
freeTierfield means "no data", not "no free tier."
If you find wrong free-tier data, please open an issue — that's exactly the feedback needed to improve the extractor.
Self-host
The server is a single Cloudflare Worker with no dependencies.
npm install
node build-dataset.mjs # regenerate dataset.json (edit it, or point it at your own data)
npx wrangler deployRequires CLOUDFLARE_ACCOUNT_ID and CLOUDFLARE_API_TOKEN in the environment — do not commit them.
node test.mjs https://ai-tools-mcp.toolboxes.top # 36 end-to-end assertionsTo run locally:
npx wrangler dev --port 8791
node test.mjs http://127.0.0.1:8791Notes on the deployment
workers.devhostnames are blocked by the GFW, so the canonical hostname isai-tools-mcp.toolboxes.top(a Cloudflare custom domain on the Worker).The endpoint is served directly from a Worker; there is no origin server.
License
Code: MIT. Dataset: CC BY 4.0 — free to use with attribution to ai.toolboxes.top.
This server cannot be deployed
Maintenance
Related MCP Connectors
AI-powered SaaS tool discovery API. Search 150+ curated business tools and get recommendations.
Verified data on 8,000+ AI tools: live status, pricing, sentiment, alternatives. Free, read-only.
16 AI-native tools with dual SSE + streamable-http transport. Free tier available.
Directory of APIs, merchants, and tools AI agents can actually use.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceSearch and discover 500+ tools, APIs, and services for AI agents. Browse 15 categories, get recommendations, and access structured metadata including auth methods, free tiers, and example calls.1-
- AlicenseAqualityDmaintenanceEnables LLMs to search, browse, and retrieve detailed information on 6,500+ AI applications from the HyperStore catalog.81MIT
- AlicenseAqualityDmaintenanceEnables AI agents to search, browse, and recommend tools from the Hermes Agent ecosystem directory with zero configuration.85 npmMIT
- AlicenseNot gradedqualityBmaintenanceProvides access to over 226 tools and 1,208 skills across web search, image/video generation, SEO, scraping, and more, allowing any MCP-compatible agent to discover, search, and call AI tools via a hosted gateway.14 npmMIT