Iaptic용 MCP 서버
Iaptic API 와 상호 작용하기 위한 모델 컨텍스트 프로토콜 서버입니다. 이 서버를 통해 Claude 또는 다른 AI가 Iaptic 데이터와 상호 작용하여 고객, 구매, 거래 및 통계에 대한 질문에 답변할 수 있습니다.
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 Iaptic을 자동으로 설치하는 방법:
지엑스피1
수동 설치
Claude Desktop과 함께 사용
Claude Desktop 구성 파일에 다음을 추가합니다.
사용 가능한 도구
고객
- customer_list: 고객 목록
- customer_get: ID로 고객 세부 정보를 가져옵니다.
구매
- purchase_list: 구매 목록- limit: 반품할 최대 구매 수 (기본값: 100, 최대값: 1000)
- offset: 페이지 넘김을 위해 건너뛸 구매 수
- startdate: 이 날짜 이후의 구매 필터링(ISO 형식, 예: 2024-01-01)
- enddate: 이 날짜 이전의 구매 필터링(ISO 형식, 예: 2024-12-31)
- customerId: 고객 ID로 필터링
 
- purchase_get: ID로 구매 내역 가져오기
업무
- transaction_list: 페이지 매김 및 날짜 필터링을 사용하여 거래 목록 작성- limit: 반환할 최대 거래 수 (기본값: 100, 최대값: 1000)
- offset: 페이지 분할을 위해 건너뛸 트랜잭션 수
- startdate: 이 날짜 이후의 거래를 필터링합니다(ISO 형식, 예: 2024-01-01)
- enddate: 이 날짜 이전의 거래를 필터링합니다(ISO 형식, 예: 2024-12-31)
- purchaseId: 구매 ID로 필터링
 
- transaction_get: ID로 거래 세부 정보를 가져옵니다.
통계
- stats_get: 거래 및 수익에 대한 일반 통계를 가져옵니다.
- stats_app: 앱별 통계 가져오기
이벤트
- event_list: 페이지 매김 및 날짜 필터링을 통해 최근 이벤트를 나열합니다.- limit: 반환할 이벤트의 최대 개수(기본값: 100)
- offset: 페이지 매김을 위해 건너뛸 이벤트 수
- startdate: 이 날짜 이후의 이벤트 필터링(ISO 형식, 예: 2024-01-01)
- enddate: 이 날짜 이전의 이벤트 필터링(ISO 형식, 예: 2024-12-31)
 
앱 관리
- iaptic_switch_app: 다른 Iaptic 앱으로 전환- appName: 전환할 앱의 이름
- apiKey: 앱의 API 키
 
- iaptic_reset_app: 기본 Iaptic 앱으로 재설정
- iaptic_current_app: 현재 활성화된 앱에 대한 정보를 가져옵니다.
개발
요구 사항
- 노드.js >= 18 
- API 자격 증명이 있는 Iaptic 계정 
특허
MIT
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Claude와 같은 AI 모델이 고객, 구매 및 거래 데이터를 쿼리하고 통계적 통찰력을 검색할 수 있도록 하는 Iaptic API와 상호 작용하기 위한 서버입니다.
Related Resources
Related MCP Servers
- -security-license-qualityThis server integrates DeepSeek and Claude AI models to provide enhanced AI responses, featuring a RESTful API, configurable parameters, and robust error handling.
- -security-license-qualityA modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.Last updated -98MIT License
- -security-license-qualityA server that provides rich UI context and interaction capabilities to AI models, enabling deep understanding of user interfaces through visual analysis and precise interaction via Model Context Protocol.Last updated -60
- -security-license-qualityA flexible server that enables communication between AI models and tools, supporting multiple MCP servers and compatible with Claude, MCP Dockmaster, and other MCP clients.Last updated -241