{"openapi":"3.1.0","info":{"title":"Stripe 결제 API","description":"Stripe API는 글로벌 표준 온라인 결제 플랫폼으로 카드결제, 구독, 인보이스, Connect(마켓플레이스 정산), 3D Secure를 지원합니다. 135개 통화·47개국을 커버하며, SaaS, 글로벌 서비스, 마켓플레이스에서 널리 사용됩니다.","version":"1.0.0","x-fusepie-id":"stripe","x-fusepie-category":"payment","x-fusepie-provider":"Stripe"},"servers":[{"url":"https://api.stripe.com/v1","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_stripe","summary":"Stripe 결제 API","description":"Stripe API는 글로벌 표준 온라인 결제 플랫폼으로 카드결제, 구독, 인보이스, Connect(마켓플레이스 정산), 3D Secure를 지원합니다. 135개 통화·47개국을 커버하며, SaaS, 글로벌 서비스, 마켓플레이스에서 널리 사용됩니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://dashboard.stripe.com/register"}}},"x-mcp-config":{"mcpServers":{"stripe":{"command":"npx","args":["-y","@fusepie/mcp-stripe"],"env":{"API_KEY":""}}}}}