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.
Integrations
Allows integration with Stripe APIs through function calling, enabling operations such as creating/reading customers, products, prices, payment links, invoices, invoice items, as well as retrieving balance information, creating refunds, reading payment intent information, and searching Stripe documentation.
Stripe 모델 컨텍스트 프로토콜
Stripe 모델 컨텍스트 프로토콜 서버를 사용하면 함수 호출을 통해 Stripe API와 통합할 수 있습니다. 이 프로토콜은 다양한 Stripe 서비스와 상호 작용하는 데 필요한 다양한 도구를 지원합니다.
설정
npx를 사용하여 Stripe MCP 서버를 실행하려면 다음 명령을 사용하세요.
지엑스피1
YOUR_STRIPE_SECRET_KEY
실제 Stripe 비밀 키로 바꿔야 합니다. 또는 환경 변수에 STRIPE_SECRET_KEY를 설정할 수도 있습니다.
Claude Desktop과 함께 사용
claude_desktop_config.json
파일에 다음을 추가하세요. 자세한 내용은 여기를 참조하세요.
Docker를 사용하는 경우
사용 가능한 도구
도구 | 설명 |
---|---|
customers.create | 새로운 고객 만들기 |
customers.read | 고객 정보 읽기 |
products.create | 새로운 제품을 만드세요 |
products.read | 제품 정보를 읽어보세요 |
prices.create | 새로운 가격 만들기 |
prices.read | 가격 정보를 읽어보세요 |
paymentLinks.create | 새로운 결제 링크를 만드세요 |
invoices.create | 새로운 송장을 만드세요 |
invoices.update | 기존 송장 업데이트 |
invoiceItems.create | 새로운 송장 항목 만들기 |
balance.read | 잔액 정보 검색 |
refunds.create | 새로운 환불을 생성하세요 |
paymentIntents.read | 결제 의도 정보 읽기 |
subscriptions.read | 구독 정보 읽기 |
subscriptions.update | 구독 정보 업데이트 |
coupons.create | 새로운 쿠폰을 만드세요 |
coupons.read | 쿠폰 정보 읽기 |
documentation.read | Stripe 문서 검색 |
서버 디버깅
서버를 디버깅하려면 MCP Inspector를 사용할 수 있습니다.
먼저 서버를 빌드하세요
터미널에서 다음 명령을 실행하세요.
Docker를 사용하여 빌드
먼저 서버를 빌드하세요
터미널에서 다음 명령을 실행하세요.
지침
YOUR_STRIPE_SECRET_KEY
실제 Stripe API 비밀 키로 바꾸세요.- MCP Inspector를 시작하려면 명령을 실행하세요.
- 브라우저에서 MCP Inspector UI를 열고 연결을 클릭하여 MCP 서버를 시작합니다.
- 선택한 도구 목록을 보고 각 도구를 개별적으로 테스트할 수 있습니다.
This server cannot be installed
Stripe 모델 컨텍스트 프로토콜 서버를 사용하면 함수 호출을 통해 Stripe API와 통합할 수 있습니다. 이 프로토콜은 다양한 Stripe 서비스와 상호 작용하는 데 필요한 다양한 도구를 지원합니다.