← den.archi

INDIVIDUAL MCP TOOL

answer_why

건축·공간의 **왜·원리·득실**을 인과 경로로 설명한다.

den.archinone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.den.archi/mcp

No auth detected

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

den.archi

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.den-mcp]
url = "https://mcp.den.archi/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "den-mcp": {
      "type": "http",
      "url": "https://mcp.den.archi/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: den-mcp
Remote MCP URL: https://mcp.den.archi/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": {
    "den-mcp": {
      "url": "https://mcp.den.archi/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "den-mcp": {
      "type": "http",
      "url": "https://mcp.den.archi/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "den-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.den.archi/mcp"
}
MCP Inspector

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

Related tools

  • path_between — 두 개념이 **어떻게 이어지는지** 확인한다.
  • evidence_for — "A 가 B 를 유발한다"는 **한 연결의 근거**를 확인한다.
  • k_snippets — 한국 건설기준(KDS·KCS·KS)과 건축 법령의 **수치·조문 원문**을 찾는다.
  • scenario — 공정 시나리오를 구성한다 — 관련 공정 노드를 모아 enables/requires 엣지로 위상정렬해 순서 있는 단계 흐름을 반환한다.
  • compare — 두 공법·개념의 **차이**를 대조한다 — 'RC 구조 vs 조적조 시공순서 차이', '스틱 vs 유닛 커튼월' 같은 **비교/차이** 요청에 호출하라.
  • enumerate — 어떤 것의 **종류·구성요소·분류**를 완전 열거한다 — '건축물 하중의 종류', '구조용 강종 체계', '건축 도면의 종류' 같은 **'X의 종류/체계'** 요청에 호출하라.
  • define — 건축·건설 **용어 하나의 뜻**을 돌려준다 — '이형철근이 뭔가', '방화구획이란', '옹벽과 흙막이의 정의' 같은 **'X가 무엇인가'** 질문에 호출하라.
  • traverse — **시공 순서와 선후 관계**를 따라간다 — '무엇이 무엇보다 먼저 와야 하는가'.