Skip to main content
Glama
Minecraft9101010

AI Tools MCP

AI Tools MCP

An MCP server that gives your AI assistant access to a database of ~400 AI tool cards extracted from The AI Search YouTube channel, each with pricing, platform, use cases, and source links. Updated automatically as new videos are published.

Built so you can ask your AI "what tool should I use for X?" and get an answer grounded in hands-on testing from a channel that's reviewed 2-3 AI tools a week for years.

Install

Add to your MCP config (Claude Code, Cursor, Windsurf, or any MCP-compatible client):

{
  "mcpServers": {
    "ai-tools": {
      "command": "npx",
      "args": ["-y", "@caseybuilds/ai-tools-mcp"]
    }
  }
}

No API keys, no setup.

Related MCP server: HyperStore MCP

What it does

The server exposes one tool: search_tools. When called, it returns every card in the database. Your AI reads them all and picks what's relevant to your question.

Why return everything instead of filtering? The AI matches intent to tool better than keyword search — a query about "making 3D product mockups" should surface a card that says "generate photorealistic scene compositions."

The full set fits comfortably in any modern LLM's context. If you want to keep your main conversation's context clean, have your AI call this tool from a sub-agent.

What's in each card

  • Tool name and one-line description

  • URL, pricing (free / freemium / paid / open-source), platform (web / local / API / mobile / etc.)

  • Local-friendly: whether it runs on consumer hardware

  • What it does: 2-3 sentence summary

  • When to use it: the job this tool is best at

  • Sources: links to the original YouTube reviews with dates and depth (deep-dive vs. mention)

Where the data comes from

All cards are extracted from video transcripts on The AI Search, a YouTube channel that reviews AI tools 2-3 times per week. Each card links back to its source video(s).

For developers

git clone https://github.com/Minecraft9101010/ai-tools-mcp.git
cd ai-tools-mcp
npm install
npm run dev

The server fetches cards from GitHub first (so users always get the latest). If that fails (offline, rate-limited), it falls back to the local cards/ directory. Cards are cached in memory for one hour.

License

MIT

Available Tools

1 tool
search_toolsA

Returns all AI tool cards from the database. Each card includes the tool name, description, pricing, platform, what it does, and when to use it. Sourced from The AI Search YouTube channel. Tip: call this from a sub-agent to keep the main thread's context clean.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the behavioral burden, and it discloses the read-only nature ('Returns'), the full scope ('all'), the exact card fields, the data source (The AI Search YouTube channel), and a context-management tip. It does not mention freshness, auth, or rate limits, but for a zero-parameter retrieval tool this is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences: function, result contents, and practical tip. Every sentence adds value and the core action is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, no-output-schema retrieval tool, the description is complete: it states the resource, return fields, provenance, and a usage tip. Nothing essential for a correct first call is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and an empty schema, so there is no parameter meaning for the description to add. The baseline of 4 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific action and resource: 'Returns all AI tool cards from the database.' The second sentence enumerates the card contents, making the tool's function concrete. There are no sibling tools, so differentiation is not needed.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it: when a complete list of AI tool cards is needed. The tip about calling from a sub-agent adds useful invocation guidance, though it does not contrast with alternatives because none are defined.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool updatev1.1.0
    • First observedsearch_tools

TDQS

A4.2/5.0
Disambiguation5/5

With only one tool exposed, there is no possibility of confusion or overlap. The tool's purpose is singular and unambiguous.

Naming Consistency5/5

The single tool name follows a clear verb_noun snake_case convention. With only one tool, there is no inconsistent pattern to penalize.

Tool Count2/5

A one-tool server feels too thin for the broad 'AI Tools MCP' scope. Even if the single function is useful, agents have no complementary operations or filtering capabilities.

Completeness2/5

The tool only returns all AI tool cards at once, with no filtering, searching, retrieval by ID, or management operations. Significant gaps exist for a server ostensibly about AI tools.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Search 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
    -
  • A
    license
    A
    quality
    B
    maintenance
    Enables LLMs to search, browse, and retrieve detailed information on 6,500+ AI applications from the HyperStore catalog.
    8
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Give your AI agent access to 8,400+ software tools — search, compare, get pricing, find alternatives, and discover the best tool for any use case.
    8
    141
    4
    MIT

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/Minecraft9101010/ai-tools-mcp'

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