← aistacknavigator.com

INDIVIDUAL MCP TOOL

get_site_context

Get information about AI Stack Navigator — what it is, what data it has, how to cite it, and URL patterns for deep linking.

aistacknavigator.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

aistacknavigator.com

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

  • list_categories — List all AI tool categories in AI Stack Navigator (150+ foundational and industry categories).
  • 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.