Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Agentic.ai Directory

io.github.u00dxk2/agentic-directory

Independent directory of agentic AI tools — search, compare & recommend via MCP. Read-only.

Uptime
100.0%
1 direct probes · 30d
Response
867ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

search_listings

Search for agentic AI tools by keyword query with optional filters. Use this for keyword-based search. For natural language queries like 'something that automates email', use semantic_search instead. …

semantic_search

Search for AI tools using natural language with AI-powered semantic matching. Best for conceptual queries like 'something that automates my email workflow'. Supports structured filters to narrow resul…

get_listing

Get full details for one specific AI tool by its slug — includes features, pricing, agenticness scores, and structured attributes. Use this when you know the exact tool slug. To find a slug, use searc…

compare_listings

Compare exactly two AI tools side-by-side. Returns structured field matrix and 'Choose A if... Choose B if...' verdict. Use this when a user wants to decide between two specific tools. For finding too…

get_agenticness_details

Get the full agenticness evaluation breakdown: 9 dimensions (action capability, autonomy, planning, adaptation, state continuity, reliability, interoperability, safety, operator sovereignty) scored 0-…

list_categories

Get all categories with descriptions and listing counts. Use this to discover what categories exist before filtering. To get listings IN a category, use get_category with the slug. Categories are spli…

get_category

Get all published listings in one specific category, sorted by agenticness score. Use this to browse a category. To see all categories first, use list_categories. To search across ALL categories, use …

list_tags

Get all tags grouped by type (pricing, platform, capability, deployment, model, autonomy, use-case). Use this to discover available filter values. Tags can be used as filters in search_listings. This …

list_recent

Get the most recently added AI tool listings, sorted by creation date. Use this to see what's new. For finding specific tools, use search_listings. For browsing by category, use get_category.

recommend_tools

Get AI-powered tool recommendations for a specific need. This is the recommended starting point — describe what you're looking for in natural language and get curated, ranked results with explanations…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agentic.ai_directory": {
      "url": "https://agentic.ai/mcp",
      "transport": "streamable-http"
    }
  }
}