tooldirectory-mcp
Tool Directory MCP Server
MCP server for the AI Tool Directory — a live, human-edited catalog of 2,000+ AI tools. Lets any MCP client (Claude Desktop, Claude Code, Cursor, Windsurf, agent frameworks) query the catalog mid-task instead of guessing from a frozen training cut.
The headline tool is check_tool_status: whether an AI tool is still alive. It's the one fact LLMs reliably get wrong — models keep recommending products that shut down months ago. This server answers it from the directory's AI Graveyard, a maintained dataset of 150+ defunct and acquired AI tools, and suggests live alternatives when a tool is dead.
Tools
Tool | What it does |
| Hybrid semantic search across the catalog — by keyword, use case, or category. |
| Full profile of one tool: pricing, features, editorial verdict, last human-verified date. |
| Is this tool active, deceased, or acquired? Date + cause if it shut down, plus live alternatives. |
| Curated alternatives to a tool; live replacements if it's defunct. |
| Side-by-side comparison of two tools, with the editor's head-to-head verdict when one exists. |
| Top-rated active tools for a category or job role, optionally filtered by pricing. |
Read-only, no API key, no signup.
Related MCP server: agent101-mcp
Install
Hosted endpoint (no install)
The server is also available as a remote MCP (Streamable HTTP) — point your client at:
https://tooldirectory.ai/api/mcpClaude Desktop / Claude Code
{
"mcpServers": {
"tooldirectory": {
"command": "npx",
"args": ["-y", "tooldirectory-mcp"]
}
}
}Or with Claude Code:
claude mcp add tooldirectory -- npx -y tooldirectory-mcpCursor / Windsurf / other MCP clients
Use the same stdio command: npx -y tooldirectory-mcp.
Docker
docker build -t tooldirectory-mcp .
docker run -i tooldirectory-mcpExample prompts
"Is Jasper still operating? What happened to Inflection Pi?"
"Find me alternatives to Midjourney with a free tier."
"Compare Gamma and Beautiful.ai for making decks."
"What are the best AI tools for sales teams?"
How it works
This package is a thin stdio front-end over the canonical hosted endpoint at tooldirectory.ai/api/mcp, where the search (Meilisearch hybrid semantic) and catalog logic live. Tool schemas are declared locally, so initialize and tools/list respond instantly with no network call; tools/call proxies to the hosted endpoint. Zero runtime dependencies.
Set TOOLDIRECTORY_MCP_ENDPOINT to override the upstream endpoint (e.g. for testing).
About the data
The catalog is maintained by Tool Directory — an AI tool company run by humans that use AI. Every listed tool has a lifecycle status; editorial reviews carry a named editor and a last-verified date. Related machine-readable surfaces:
Research hub — AI tool mortality statistics
/mcp — server documentation page
License
MIT
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 Servers
- AlicenseAqualityBmaintenanceSearch and discover 3,500+ AI tools, MCP servers, and Claude Skills with community ratings. Find the best tools by category, compatibility, and real user reviews.Last updated3186MIT
- Alicense-quality-maintenanceSearch 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.Last updated1
- Alicense-qualityBmaintenanceRecommend and inspect AI SaaS apps from the TrueAI catalog (1,600+ apps) by need, name or URL.Last updatedMIT
- Alicense-qualityCmaintenanceSearch 2,756+ verified AI tools, generate step-by-step AI workflows, compare tools head-to-head, and find GDPR-compliant or EU-hosted AI solutions — powered by GateOnAI, Europe's AI Workflow Intelligence Platform.Last updatedMIT
Related MCP Connectors
Competitor intelligence for AI agents — SEO, traffic, social, Product Hunt, pricing, AI insights.
B2B GTM stack intelligence: search ~400 tools, compare vendors, find overlaps, audit SaaS spend.
Live data gateway for AI — 3,300+ tools across 750+ sources, with citations
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/AI-Directory-Partners/tooldirectory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server