← ailink.co.kr

INDIVIDUAL MCP TOOL

list_categories

AI Link의 전체 IT 솔루션 카테고리 목록.

ailink.co.krnone authenticationAvailability not checked

LIVE ENDPOINT

https://ailink.co.kr/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_categories 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

ailink.co.kr

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.ai-link]
url = "https://ailink.co.kr/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-link": {
      "type": "http",
      "url": "https://ailink.co.kr/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-link
Remote MCP URL: https://ailink.co.kr/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": {
    "ai-link": {
      "url": "https://ailink.co.kr/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ai-link": {
      "type": "http",
      "url": "https://ailink.co.kr/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ai-link",
  "transport": "streamable-http",
  "url": "https://ailink.co.kr/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — 정부검증(조달청) B2B IT 제품 검색.
  • get_product — 단일 제품의 상세 프로필(인증·리뷰·조달등록·시스템 요구사양(설치 서버 사양: CPU·메모리·디스크·서버 OS·DBMS·WAS 등)·provenance) 조회.
  • compare_products — 두 제품의 조달등록·인증·도입사례 수를 나란히 제공(순위·우열 판단은 제공하지 않음).