Kifrs Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Kifrs Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
kifrs.com(K-IFRS/K-GAAP 기준서)을 Claude에서 바로 조회할 수 있게 해주는 원격 MCP 서버입니다.
제공 도구 3개:
kifrs_list_standards — K-IFRS 기준서 번호/제목 목록kifrs_get_standard(code, section) — 특정 기준서의 overview(주요특징) / body-introduction(본문) / revision(제개정경과) 가져오기kifrs_search(query) — kifrs.com 내 키워드 검색 (정확한 번호를 모를 때, K-GAAP·감사기준서·내부회계 등도 이걸로 커버)내부적으로 Firecrawl API를 호출해 kifrs.com의 JS 렌더링 페이지를 markdown으로 긁어옵니다. 로컬에서 node server.js로 핸드셰이크(initialize/tools/list/tools/call) 테스트까지 완료된 코드입니다.
fc-... 형태). 무료 플랜으로도 충분히 테스트 가능합니다.npm install
FIRECRAWL_API_KEY=fc-여기에본인키 node server.js다른 터미널에서:
curl -X POST http://localhost:3000/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"kifrs_get_standard","arguments":{"code":"1016","section":"overview"}}}'정상이면 1016호(유형자산) 기준서의 주요 특징이 markdown으로 돌아옵니다.
cd kifrs-mcp-server
git init
git add .
git commit -m "init kifrs mcp server"
git branch -M main
git remote add origin https://github.com/<본인계정>/kifrs-mcp-server.git
git push -u origin main.gitignore에 node_modules와 .env가 포함되어 있으니 API 키가 실수로 올라갈 일은 없습니다.
npm installnode server.jsFIRECRAWL_API_KEY = fc-본인키https://kifrs-mcp-server-xxxx.onrender.com 같은 URL이 생성됩니다.https://kifrs-mcp-server-xxxx.onrender.com/ 접속해서 "kifrs-mcp-server is running" 문구가 보이면 정상 배포 완료.무료 플랜은 일정 시간 미사용 시 슬립 상태가 되어 첫 요청 응답이 몇 초 느릴 수 있습니다. 사용 빈도가 높다면 유료 플랜(Starter)으로 올리는 걸 권장합니다.
https://kifrs-mcp-server-xxxx.onrender.com/mcp(/mcp 경로를 꼭 붙이세요)
kifrs-lookup 토글 On이후로는 "1016호 유형자산 인식조건 알려줘", "1113호 DLOM 관련 내용 찾아줘" 같은 요청에 Claude가 이 도구들을 직접 호출합니다.
kifrs_search/kifrs_get_standard는 필요한 페이지만 그때그때 가져오도록 설계했습니다 (전체 사이트를 미리 긁어 저장하지 않음).kifrs_list_standards는 K-IFRS(1001~1118호)만 하드코딩되어 있습니다. K-GAAP(일반기업회계기준 1~32장)은 overview/body-introduction/revision 같은 단축 경로 자체가 사이트에 없어서(실제 테스트 결과 빈 페이지) kifrs_get_standard로는 가져올 수 없습니다 — 대신 kifrs_search(예: "일반기업회계기준 10장 유형자산 인식조건")로 검색하면 해당 장의 전체 본문과 질의회신까지 정확히 찾아옵니다. 감사기준서·내부회계 기준서도 마찬가지로 kifrs_search를 사용하세요.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.