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

td-taxonomy-mcp

v1.0.9

Published

ThinkingData event taxonomy design assistant MCP server

Downloads

517

Readme

td-taxonomy-mcp

ThinkingData 이벤트 택소노미 설계 도우미 MCP 서버.

서비스에 맞는 이벤트 택소노미를 설계하고, 검증하고, 엑셀/마크다운으로 내보낼 수 있습니다.

설치

npm install -g td-taxonomy-mcp

Claude Desktop 설정

claude_desktop_config.json:

{
  "mcpServers": {
    "td-taxonomy": {
      "command": "npx",
      "args": ["td-taxonomy-mcp"]
    }
  }
}

도구 목록

| 도구 | 설명 | |------|------| | taxonomy_guide | TE 이벤트 체계, 속성 유형, 네이밍 규칙, SDK별 자동수집 가이드 | | taxonomy_template | 빈 택소노미 템플릿 구조 (시트별 열 정의) | | generate_events | 서비스 설명 → #이벤트 데이터 시트 설계 컨텍스트 | | generate_user_id | 계정 유형 → #유저 ID 체계 시트 생성 | | generate_common_props | 서비스 설명 → #공통 이벤트 속성 시트 설계 컨텍스트 | | generate_user_props | 서비스 설명 → #유저 데이터 시트 설계 컨텍스트 | | validate_taxonomy | 택소노미 검증 (네이밍, 유형, 중복, 시스템 충돌) | | export_taxonomy | 마크다운 또는 xlsx로 내보내기 |

사용 예시

새 게임 택소노미 설계

"머지 퍼즐 모바일 게임의 이벤트 택소노미를 만들어줘. Unity SDK 사용."

AI가 순서대로 호출:

  1. taxonomy_guide → 네이밍 규칙 확인
  2. generate_user_id → ID 체계 설계
  3. generate_events → 이벤트 설계
  4. generate_common_props → 공통 속성 설계
  5. generate_user_props → 유저 데이터 설계
  6. validate_taxonomy → 검증
  7. export_taxonomy → 엑셀 내보내기

기존 택소노미 검증

"이 택소노미를 검증해줘" (마크다운 테이블 붙여넣기)

지원 SDK

Android, iOS, Unity, Unreal, Cocos, JavaScript, Server, React Native, Flutter

지원 업종

Game, E-commerce, Fintech, SaaS, Media, Social

라이선스

MIT