1. Conduid
  2. Other
  3. mcp_poke_ver2
MCP server · Other

mcp_poke_ver2

Unclaimed other
30Low

Scored 4 months ago · breakdown

About mcp_poke_ver2

mcp_poke_ver2 is an MCP server in the Other category. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/DimbongCHOI/mcp_poke_ver2

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about mcp_poke_ver2

Powered by Claude · Grounded in docs

I know everything about mcp_poke_ver2. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

일반 기능: Cursor 채팅으로 실행 !! React 기반 웹 앱 개발 중 !! -> npm run full:dev

🎮 포켓몬 MCP 챗봇

포켓몬 API를 활용한 MCP(Model Context Protocol) 서버와 자연어 처리 챗봇입니다.

✨ 주요 기능

  • 🔍 포켓몬 정보 조회: 이름이나 ID로 포켓몬의 상세 정보 확인
  • 타입별 포켓몬 검색: 특정 타입의 포켓몬 목록 조회
  • 📊 능력치 분석: 포켓몬의 스탯 정보와 차트
  • 🔎 스마트 검색: 자연어로 포켓몬 검색
  • 🗣️ 자연어 대화: 한국어로 자연스럽게 대화

🚀 설치 및 실행

1. 패키지 설치

npm install

2. 챗봇 실행

npm start

3. 개발 모드 (파일 변경 시 자동 재시작)

npm run dev

4. 테스트 실행

npm test

💬 사용 예시

포켓몬 정보 조회

🎮 포켓몬 챗봇> 피카츄 정보 보여줘
🎮 포켓몬 챗봇> 리자몽 능력치 알려줘
🎮 포켓몬 챗봇> 꼬부기 상세 정보

타입별 포켓몬 검색

🎮 포켓몬 챗봇> 전기 타입 포켓몬 알려줘
🎮 포켓몬 챗봇> 불꽃 타입은 어떤 포켓몬들이 있어?
🎮 포켓몬 챗봇> 물 타입 포켓몬들 보여줘

포켓몬 검색

🎮 포켓몬 챗봇> 불꽃으로 시작하는 포켓몬 찾아줘
🎮 포켓몬 챗봇> 전기 포켓몬 검색
🎮 포켓몬 챗봇> 어떤 포켓몬이 파이로 시작해?

기타 명령어

🎮 포켓몬 챗봇> 포켓몬 타입들 알려줘
🎮 포켓몬 챗봇> quit

🏗️ 프로젝트 구조

src/
├── server.js          # MCP 서버 (포켓몬 API 도구들)
├── chatbot.js         # 자연어 처리 챗봇
├── pokemon-api.js     # 포켓몬 API 클라이언트
├── config.js          # 설정 및 타입 매핑
├── index.js           # 메인 애플리케이션
└── test.js            # 테스트 스크립트

🛠️ MCP 도구들

1. get_pokemon_info

포켓몬의 상세 정보를 조회합니다.

  • 매개변수: identifier (포켓몬 이름 또는 ID)

2. get_pokemon_by_type

특정 타입의 포켓몬 목록을 조회합니다.

  • 매개변수: type (포켓몬 타입)

3. get_pokemon_types

모든 포켓몬 타입 목록을 조회합니다.

4. search_pokemon

포켓몬 이름으로 검색합니다.

  • 매개변수: query (검색어)

5. get_pokemon_stats

포켓몬의 능력치 정보를 조회합니다.

  • 매개변수: identifier (포켓몬 이름 또는 ID)

🎯 지원하는 포켓몬 타입

  • 노말, 불꽃, 물, 풀, 전기, 얼음, 격투, 독
  • 땅, 비행, 에스퍼, 벌레, 바위, 고스트, 드래곤, 악
  • 강철, 페어리

🧪 테스트

npm test

테스트는 다음을 확인합니다:

  • 포켓몬 API 연결 및 데이터 조회
  • 한국어 포켓몬 이름 매핑
  • 챗봇 의도 분석
  • MCP 도구 호출

🔧 기술 스택

  • Node.js: 런타임 환경
  • MCP SDK: Model Context Protocol 구현
  • Axios: HTTP 클라이언트
  • Pokemon API: 포켓몬 데이터 소스
  • Readline: 대화형 인터페이스

📝 라이선스

MIT License

🤝 기여하기

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

💡 : 자연스럽게 대화하듯이 말씀해 주세요! 챗봇이 의도를 파악해서 적절한 정보를 제공해드립니다.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About mcp_poke_ver2

How do I install mcp_poke_ver2?

Run git clone https://github.com/DimbongCHOI/mcp_poke_ver2, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is mcp_poke_ver2 safe to use with an AI agent?

Its trust score is 30 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is mcp_poke_ver2 still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.