Skip to main content
Glama

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

Related MCP server: Agent Index MCP Server

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

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VishalsWorkspace/ai-tool-hunter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server