← aistacknavigator.com
INDIVIDUAL MCP TOOL
list_categories
List all AI tool categories in AI Stack Navigator (150+ foundational and industry categories).
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.aistacknavigator-com]
url = "https://www.aistacknavigator.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aistacknavigator-com": {
"type": "http",
"url": "https://www.aistacknavigator.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aistacknavigator-com
Remote MCP URL: https://www.aistacknavigator.com/api/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": {
"aistacknavigator-com": {
"url": "https://www.aistacknavigator.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aistacknavigator-com": {
"type": "http",
"url": "https://www.aistacknavigator.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aistacknavigator-com",
"transport": "streamable-http",
"url": "https://www.aistacknavigator.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_category— Get detailed information about an AI tool category including its vendors, capabilities, and clusters.list_vendors— DEPRECATED: use list_solutions.get_vendor— DEPRECATED: use get_solution.get_vendor_scores— DEPRECATED: use get_solution_scores.compare_vendors— DEPRECATED: use compare_solutions.list_solutions— List all solutions (vendors_v2 rows under v3.0 terminology).get_solution— Get full details for a specific solution (vendors_v2 row under v3.0 terminology) including all categories.get_solution_scores— Get all capability scores for a solution (vendors_v2 row under v3.0 terminology) in a specific category.