General Tools
naru.build
Provides legal research and contract decision support by searching laws, regulations, cases, and references to determine applicable contract methods.
ENDPOINT 1
https://contract.naru.build/mcp
MCP server metadata
- Name
- contract-compass
- Version
- 1.23.0
한국 공공계약(국가계약법·지방계약법) 계약방법 결정 도우미. decide_contract_method로 결정론 룰엔진 판정을, search_law·get_law_article로 법령 조문을, search_references로 예규·적격심사 세부기준·실무가이드까지 전 코퍼스를 조회한다. 분쟁·처분·해석 다툼 질문은 search_cases/get_case로 판례·법령해석례(law.go.kr 실시간)를 찾아 근거를 보강하라. 모든 도구는 LLM을 쓰지 않으며 호출당 1~3초다 — 답변 합성은 네(클라이언트)가 도구 근거로 직접 하라. 판례·해석례가 필요한 질문인지는 네가 판단하되, 인용했다면 판례의 참조조문을 get_law_article로 교차확인하라. 2~3개 병렬 호출은 무방하나 다발(4개 이상 동시) 호출은 피하라(단일 워커 백엔드라 대기 누적으로 타임아웃). 도구가 {'error': ...}를 반환하면 그 hint를 따르고, 도구 근거 없이 자체 지식으로 법령 수치를 단정하지 마라. 도구 결과가 명백히 틀렸거나 사용자가 오류를 지적하면 report_issue로 제보하라(사용자에게 알리고). 답변은 정보 제공용이며 법적 자문이 아니다.
Known tools 11
delay_exemption_guide지체일수에서 **빼는(불산입) 사유** 지도 — estimate_delay_penalty가 정하지 않는 부분.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for naru.build was fetched 2026-08-04T01:36:12.272Z and is being refreshed.
naru.build is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.