@h6s-ai/toolkit
v1.0.1
Published
headless AI Toolkit — Claude Code plugin + skills + MCP server entry for fetching Korean financial data
Downloads
2,147
Readme
@h6s-ai/toolkit — headless AI Toolkit
headless 의 한국 금융 데이터(은행·홈택스)를 AI 에이전트 환경(Claude Code, Cursor, Gemini CLI, 일반 MCP 클라이언트)에 한 줄로 붙이는 toolkit. Claude Code plugin · Agent skill · MCP server 매니페스트가 한 패키지에 들어있다.
설치
Claude Code (권장)
/plugin marketplace add bolta-io/h6s-toolkit
/plugin install h6s-data@h6s설치 후 자연어("1월 국민은행 입출금내역") 또는 /h6s-data: 로 호출.
그 외 플랫폼
| 플랫폼 | 명령 | 위치 |
|---|---|---|
| Cursor | npx @h6s-ai/toolkit install --target=cursor | ~/.cursor/mcp.json 의 mcpServers.h6s 병합 |
| Gemini CLI | npx @h6s-ai/toolkit install --target=gemini | ~/.gemini/extensions/h6s-data/ |
| 일반 MCP 클라이언트 | npx @h6s-ai/toolkit install --target=mcp | stdout 으로 스니펫만 출력 (사용자가 클라이언트 설정에 붙여넣음) |
| Claude Code (수동) | npx @h6s-ai/toolkit install --target=claude-manual | ~/.claude/plugins/h6s-data/ |
공통 옵션: --dry-run (변경 없이 미리보기), --uninstall (h6s 만 제거, 다른 server 는 보존)
첫 호출 지연 (cold-start)
.mcp.json 진입점이 npx -y @h6s-ai/cli 라서 처음 한 번은 npm cache hydration 으로 1~2분 걸린다. MCP 클라이언트의 stdio handshake 가 그 안에 끝나지 않으면 timeout 으로 보인다. 회피: npm i -g @h6s-ai/cli 로 한 번 글로벌 설치해 두면 이후 호출은 즉시 시작한다 (.mcp.json 의 command 는 그대로 유효).
지원
버그 리포트·기능 요청·기여: https://h6s.ai · [email protected]
