Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ai Tool Hunter

FreeNot checked

Exposes AI Tool Hunter's search as an MCP tool, enabling users to find AI tools by use case and list categories through their IDE or AI assistant.

GitHubEmbed

About

Exposes AI Tool Hunter's search as an MCP tool, enabling users to find AI tools by use case and list categories through their IDE or AI assistant.

README


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

Live on Render Python Gradio MCP MIT License

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
hunt_ai_tool query: str — what you want to do (e.g. "generate images from text") category: str = "ALL" — one of ALL, CODING, WRITING, DESIGN, VIDEO, AUDIO, BUSINESS, RESEARCH JSON array of tools: name, description, url, pricing, category, why_it_fits
list_categories (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/sse

Example 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

Gradio Groq Tavily httpx


Built by Vishal Singh

from github.com/VishalsWorkspace/ai-tool-hunter-mcp

Installing Ai Tool Hunter

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/VishalsWorkspace/ai-tool-hunter-mcp

FAQ

Is Ai Tool Hunter MCP free?

Yes, Ai Tool Hunter MCP is free — one-click install via Unyly at no cost.

Does Ai Tool Hunter need an API key?

No, Ai Tool Hunter runs without API keys or environment variables.

Is Ai Tool Hunter hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Ai Tool Hunter in Claude Desktop, Claude Code or Cursor?

Open Ai Tool Hunter on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Ai Tool Hunter with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs