npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@h6s-ai/toolkit

v2.6.0

Published

headless AI Toolkit — Claude Code plugin + skills + MCP server entry for fetching Korean financial data

Readme

@h6s-ai/toolkit — headless AI Toolkit

AI 에이전트용 한국 금융 데이터 API를 Claude Code, Cursor, Gemini CLI, 일반 MCP 클라이언트에 한 줄로 붙이는 toolkit입니다. 은행·홈택스·카드 데이터를 받는 Claude Code plugin · Agent skill · MCP server 매니페스트가 한 패키지에 들어있습니다.

이 패키지가 필요한가요? AI 에이전트가 자연어로 데이터를 조회·요약하게 만들 때 사용합니다. 자체 어드민·DB 적재·cron 자동화처럼 받은 데이터를 자기 시스템에 적재하는 경우에는 REST API가 더 적합합니다 — 예: 자체 정산 어드민에 매월 적재.

설치

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.jsonmcpServers.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.jsoncommand는 그대로 유효합니다).

지원

버그 리포트·기능 요청·기여: https://h6s.ai · [email protected]