← agentic.ai
INDIVIDUAL MCP TOOL
list_categories
Get all categories with descriptions and listing counts.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentic-ai-directory]
url = "https://agentic.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentic-ai-directory": {
"type": "http",
"url": "https://agentic.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentic-ai-directory
Remote MCP URL: https://agentic.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentic-ai-directory": {
"url": "https://agentic.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentic-ai-directory": {
"type": "http",
"url": "https://agentic.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentic-ai-directory",
"transport": "streamable-http",
"url": "https://agentic.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_listings— Search for agentic AI tools by keyword query with optional filters.semantic_search— Search for AI tools using natural language with AI-powered semantic matching.get_listing— Get full details for one specific AI tool by its slug — includes features, pricing, agenticness scores, and structured attributes.compare_listings— Compare exactly two AI tools side-by-side.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-4 each (max 36, Agenticness rubric v3.get_category— Get all published listings in one specific category, sorted by agenticness score.list_tags— Get all tags grouped by type (pricing, platform, capability, deployment, model, autonomy, use-case).list_recent— Get the most recently added AI tool listings, sorted by creation date.