Fin Products Tools — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Fin Products Tools (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.
[금융감독원 금융상품한눈에 Open API](https://finlife.fss.or.kr/finlife/main/contents.do?menuNo=700029)를 기반으로 금융상품을 조회하는 MCP·CLI 도구입니다. 예적금, 연금저축, 주택담보대출, 전세자금대출, 개인신용대출 데이터를 일관된 MCP 및 CLI 인터페이스로 조회할 수 있습니다.
Fin Products Tools is an MCP/CLI tool for querying financial product datasets based on FSS Open APIs. It provides a consistent MCP and CLI interface for these financial product datasets.
src/fss_tools/clients/fss_client.pysrc/fss_tools/services/data_service.pysrc/fss_tools/cli/main.pysrc/fss_tools/mcp/server.pyfinlife)saving (적금)deposit (정기예금)pension_saving (연금저축)mortgage (주택담보대출)jeonse (전세자금대출)personal_loan (개인신용대출)cp .env.example .env
python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]Set env vars:
export FSS_API_KEY="your_api_key"
export OUTPUT_FORMAT="json" # or "table"# 기본
fin-products --help
# 금융상품
# 회사 먼저 검색해서 코드 확인
fin-products search-financial-company "농협"
# 회사코드로 정기예금 검색 (회사 코드 생략 시 전체 검색)
# query는 finlife 명세상 financeCd(회사코드/회사명)로 매핑됨
fin-products products --kind deposit --query "농협"
fin-products products --kind deposit --company-code 0013175 --query "농협"python -m venv .venv
source .venv/bin/activate
pip install -e .export FSS_API_KEY="your_api_key"
export OUTPUT_FORMAT="json"fin-products-mcpclaude_desktop_config.json example:
{
"mcpServers": {
"fin-products-tools": {
"command": "/bin/bash",
"args": [
"-lc",
"cd /path/to/fin-products-tools && source .venv/bin/activate && export FSS_API_KEY=YOUR_API_KEY && fin-products-mcp"
]
}
}
}search_financial_company(query, page=1, size=20, top_group="020000")company_code 확보 → 상품 툴 정밀 조회search_savings(query=None, company_code=None, page=1, size=20, top_group="020000", all_groups=False)savingProductsSearch)query는 내부적으로 financeCd로 매핑됨company_code 지정 시 query보다 우선all_groups=True면 은행(020000)+저축은행(030300) 통합 조회search_deposits(query=None, company_code=None, page=1, size=20, top_group="020000", all_groups=False)depositProductsSearch)query/company_code 우선순위는 위와 동일all_groups=True면 은행(020000)+저축은행(030300) 통합 조회search_pension_saving(query=None, company_code=None, page=1, size=20, top_group="020000", all_groups=False)annuitySavingProductsSearch)all_groups=False → top_group 단일 조회all_groups=True → 보험(050000)+금융투자(060000) 병합 조회 (중복 제거)search_mortgage(query=None, company_code=None, page=1, size=20, top_group="020000")mortgageLoanProductsSearch)search_jeonse(query=None, company_code=None, page=1, size=20, top_group="020000")rentHouseLoanProductsSearch)search_personal_loan(query=None, company_code=None, page=1, size=20, top_group="020000")creditLoanProductsSearch)020000: 은행030200: 여신전문030300: 저축은행050000: 보험060000: 금융투자PYTHONPATH=src python3 -m pytest -q~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.