← naru.build

INDIVIDUAL MCP TOOL

report_issue

오류·개선 제보, 그리고 **원문 질문 기록**(category="question_log").

naru.buildnone authenticationAvailability not checked

LIVE ENDPOINT

https://contract.naru.build/mcp

No auth detected

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

naru.build

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.contract-compass]
url = "https://contract.naru.build/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "contract-compass": {
      "type": "http",
      "url": "https://contract.naru.build/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "contract-compass": {
      "type": "http",
      "url": "https://contract.naru.build/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "contract-compass",
  "transport": "streamable-http",
  "url": "https://contract.naru.build/mcp"
}
MCP Inspector

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

Related tools

  • decide_contract_method — 계약방법 결정론 판정 — 룰엔진이 적용 가능한 계약방법 후보와 법령 근거를 반환.
  • search_law — 법령 조문 검색 — 키워드 또는 조문번호로 조문 스니펫 반환(상위 top_k건).
  • search_references — 공공계약 코퍼스 통합 검색 — 법령+계약예규+조달청·행안부 세부기준+실무가이드.
  • search_cases — 판례·법령해석례 검색 — law.
  • get_case — 판례/해석례 본문 조회 — 판시사항·판결요지·참조조문(판례) 또는 질의요지·회답·이유(해석례).
  • get_law_article — 법령 조문 원문 전체 조회.
  • get_law_article_asof — **특정 시점에 시행 중이던** 조문 원문 조회 (law.
  • estimate_delay_penalty — 지체상금(국가·공기업)·지연배상금(지방) 산정 — 법정 요율·기준금액·30% 한도를 결정론 적용.