General Tools
accountingwiki.co.kr
Provides search and retrieval of Korean accounting standards from 회계위키, including paragraphs, Q&A, and standards documentation.
ENDPOINT 1
https://accountingwiki.co.kr/api/mcp
MCP server metadata
- Name
- accountingwiki
- Version
- 1.0.0
회계위키(AccountingWiki, https://accountingwiki.co.kr)의 공개 조회·검색 서버다. K-IFRS(ifrs)·일반기업회계기준(kgaap)·회계감사기준(audit)·내부회계관리제도(icfr)의 기준서 전문과 공식 기관 질의회신·감리지적사례를 문단 단위로 제공한다. 이 서버는 이용자의 질문에 답하기 위한 단순 조회·검색 결과를 제공하는 것이며, AI 모델 학습용 데이터 제공이 아니다. 이 사이트의 내용은 실무 참고용이며 공식 해석이 아니다. 기준서 원문 저작권은 한국회계기준원 등 각 제정기관에, 질의회신 원문은 각 발행기관에 있다. 내용을 인용·재사용할 때는 해당 페이지 URL 을 출처로 표기해 주기 바란다. 사용 순서: 기준서 번호·문단을 알면 get_paragraphs, 모르면 search 로 찾은 뒤 fetch(id)로 전문을 가져온다. 기준서 구조 파악은 get_standard(목차), 전체 목록은 list_standards. 결과를 인용할 때는 응답 끝의 출처 URL 을 그대로 표기하라. 이 사이트의 내용은 실무 참고용이며 공식 해석이 아니다.
Known tools 6
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.accountingwiki]
url = "https://accountingwiki.co.kr/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"accountingwiki": {
"type": "http",
"url": "https://accountingwiki.co.kr/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: accountingwiki
Remote MCP URL: https://accountingwiki.co.kr/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": {
"accountingwiki": {
"url": "https://accountingwiki.co.kr/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"accountingwiki": {
"type": "http",
"url": "https://accountingwiki.co.kr/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "accountingwiki",
"transport": "streamable-http",
"url": "https://accountingwiki.co.kr/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.