← aistacknavigator.com

INDIVIDUAL MCP TOOL

get_vendor_v3

Get one vendor (company) by slug with all its solutions nested.

aistacknavigator.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.aistacknavigator.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_vendor_v3 and invoke it with your own arguments.

Indexed 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 server

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.asn-mcp]
url = "https://www.aistacknavigator.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "asn-mcp": {
      "type": "http",
      "url": "https://www.aistacknavigator.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: asn-mcp
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": {
    "asn-mcp": {
      "url": "https://www.aistacknavigator.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "asn-mcp": {
      "type": "http",
      "url": "https://www.aistacknavigator.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "asn-mcp",
  "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 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.