← accountingwiki.co.kr

INDIVIDUAL MCP TOOL

get_qna

질의회신·감리지적사례 전문 조회 (slug 는 search 결과 또는 페이지 URL 마지막 경로).

accountingwiki.co.krnone authenticationAvailability not checked

LIVE ENDPOINT

https://accountingwiki.co.kr/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_qna and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

accountingwiki.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.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.

Related tools

  • search — 회계위키 전체(기준서 문단·질의회신·감리지적사례)에서 키워드 검색.
  • fetch — search 가 반환한 id(para:… / qna:… / std:…)로 해당 문단·질의회신·기준서 목차의 전문 마크다운을 조회.
  • get_paragraphs — 기준서의 특정 문단들을 번호로 조회 (예: std='1116', paras=['22','B34']).
  • get_standard — 기준서의 목차(섹션·문단 범위)와 메타데이터 조회.
  • list_standards — 도메인의 기준서 전체 목록 (번호·제목·문단수·URL).