Agent Plugins Marketplace
All plugins

accounting-review

v0.1.0

회계검토 스킬 — mykifrs(K-IFRS·일반기업회계기준 본문 + 질의회신 3,669건)와 myfss(금감원·금융위 감독자료)로 근거를 조회해 회계이슈를 판단하고 검토의견서를 작성한다. 계약서가 있으면 조항 번호로, 없으면 설명한 사실관계로 검토한다. scan(쟁점 지도) / memo(5단계 파이프라인) 모드.

Claude Code1 Skill2 MCP serversStreamable HTTP

By eocpa.krLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install accounting-review for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install accounting-review@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/taesueocpa/accounting-review

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

accounting-review/
├── .claude-plugin/plugin.json
├── skills/accounting-review/SKILL.md
└── .mcp.json

Included Skills1

accounting-reviewskills/accounting-review/SKILL.md

계약서 또는 거래·사건을 K-IFRS·일반기업회계기준에 대입해 회계이슈를 식별하고 근거 기반 검토의견서를 작성한다. mykifrs MCP로 기준서 문단·질의회신을, myfss MCP로 감독당국 지적사례·감독지침을 실시간 조회한다. 계약서가 있으면 조항 번호로, 없으면 사용자가 설명한 사실관계로 검토한다. 매출·공급·도급의 수익인식, 임대차·설비사용의 리스, 외주개발·라이선스의 무형자산, 보증·PF보증의 충당부채, M&A의 사업결합은 물론 유상증자·감자·자기주식 같은 자본거래, 지분 취득·처분과 지배력 변동, 자산 처분·폐기·손상, 차입·사채·전환사채, 외화환산, 정부보조금, 주식기준보상, 오류수정·회계정책 변경까지 거래 단위 회계판단 전반에 사용한다. "이 계약 회계처리 어떻게 해?", "수익인식 시점 언제야?", "리스로 봐야 하나?", "이 거래 회계처리 어떻게 하지?", "자본으로 봐야 하나 부채로 봐야 하나?", "지배력을 잃은 건가?", "손상징후로 볼 수 있나?", "이거 오류수정이야 추정변경이야?" 같은 질문에 트리거한다. 재무제표 분석·비율 계산, 감사절차 설계, 세무신고 실무에는 트리거하지 않는다.

MCP servers2

myfssStreamable HTTP
url
https://myfss.eocpa.kr/mcp
mykifrsStreamable HTTP
url
https://mykifrs.eocpa.kr/mcp

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "accounting-review",
  "version": "0.1.0",
  "description": "회계검토 스킬 — mykifrs(K-IFRS·일반기업회계기준 본문 + 질의회신 3,669건)와 myfss(금감원·금융위 감독자료)로 근거를 조회해 회계이슈를 판단하고 검토의견서를 작성한다. 계약서가 있으면 조항 번호로, 없으면 설명한 사실관계로 검토한다. scan(쟁점 지도) / memo(5단계 파이프라인) 모드.",
  "author": {
    "name": "eocpa.kr",
    "email": "[email protected]",
    "url": "https://github.com/taesueocpa"
  },
  "homepage": "https://eocpa.kr",
  "license": "MIT",
  "keywords": [
    "k-ifrs",
    "회계기준",
    "계약검토",
    "회계이슈",
    "수익인식",
    "리스",
    "충당부채",
    "accounting",
    "contract-review",
    "accounting-review",
    "finance-ai",
    "mcp"
  ],
  "mcpServers": {
    "mykifrs": {
      "type": "http",
      "url": "https://mykifrs.eocpa.kr/mcp",
      "headers": {
        "x-eocpa-token": "${user_config.token}"
      }
    },
    "myfss": {
      "type": "http",
      "url": "https://myfss.eocpa.kr/mcp",
      "headers": {
        "x-eocpa-token": "${user_config.token}"
      }
    }
  },
  "userConfig": {
    "token": {
      "type": "string",
      "title": "eocpa token (필수)",
      "description": "https://eocpa.kr/token 에서 발급. MyDART·MyKIFRS·MyFSS 공용 토큰 하나로 두 서버가 함께 열립니다. 도구 호출에 필수이며(없으면 401), 목록 조회만 자격 없이 됩니다.",
      "sensitive": true,
      "required": true
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[accounting-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/accounting-review)