ai-tool-hunter-mcp
Click on "Install 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-tool-hunter-mcpFind me a free AI tool to generate images"
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.
title: AI Tool Hunter MCP emoji: 🔍 colorFrom: blue colorTo: purple sdk: gradio sdk_version: 5.28.0 app_file: app.py pinned: false license: mit
🔍 AI Tool Hunter MCP
Related MCP server: mcp_server_for_claudes_toolbox
What it does
Finds the right AI tool for any task, live, and hands it back as structured JSON your IDE or agent can use directly. No stale directories, no sponsored "Top 10" listicles — just real product pages, pricing, and a reason it fits.
How it works
Tavily runs an advanced live web search scoped to official product pages — pricing and feature terms baked into the query, directory/listicle domains excluded.
Groq (
llama-3.3-70b-versatile) reads the raw search results and extracts real tools, discarding blogs, newsletters, and "Top 10" round-ups.The result ships back as clean, structured JSON — no markdown, no prose, ready to render or pipe straight into another tool call.
Tools exposed
Tool | Parameters | Returns |
|
| JSON array of tools: |
| (none) | JSON array of all valid category filters |
Connect via MCP
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"ai-tool-hunter": {
"url": "https://ai-tool-hunter-mcp.onrender.com/gradio_api/mcp/sse"
}
}
}Cursor / VS Code — add the same SSE URL in your MCP settings:
https://ai-tool-hunter-mcp.onrender.com/gradio_api/mcp/sseExample queries
"Find me a free AI tool to generate images from text"
"What's the best AI coding assistant for a Python monorepo?"
"Find open source video generation tools"
"I need something to transcribe and summarize podcasts"
"Best AI tool for turning a rough outline into slides"
Tech stack
Built by Vishal Singh
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
Agent-native launch platform and tool directory: search, alternatives, trending, launch via MCP.
Search & install 6,500+ AI agent skills from skills-hub.ai inside any MCP tool.
Free search across ~35,000 agent tools (x402 bazaar + MCP registry) by plain-language need.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to search and discover over 6,000 curated MCP connectors from the AgentHotspot marketplace using natural language. It provides a lightweight tool for builders to find and integrate diverse OSS connectors into their agentic workflows.3MIT
- FlicenseNot gradedqualityDmaintenanceExposes a set of CLI tools (test generation, documentation generation, linting, test running, code search) to AI assistants via MCP, allowing them to perform these tasks through natural language.3-
- AlicenseNot gradedqualityDmaintenanceEnables AI coding assistants to semantically search and retrieve relevant code patterns, documentation, and implementations from a codebase via MCP tools.7MIT
- AlicenseNot gradedqualityDmaintenanceExposes Futurepedia AI tool crawling and universal web page parsing as MCP tools for assistants.MIT