{"openapi":"3.1.0","info":{"title":"앱인토스 API","description":"토스 앱 내에서 동작하는 미니 앱(앱인토스)을 개발하기 위한 API입니다. 토스 사용자 인증, 결제 연동, 송금 기능 등을 미니 앱 형태로 구현할 수 있습니다. 토스의 3천만 MAU에 접근할 수 있는 플랫폼으로, 핀테크 서비스 개발에 적합합니다.","version":"1.0.0","x-fusepie-id":"toss-apps","x-fusepie-category":"finance","x-fusepie-provider":"Toss (비바리퍼블리카)"},"servers":[{"url":"https://api.toss.im","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_toss_apps","summary":"앱인토스 API","description":"토스 앱 내에서 동작하는 미니 앱(앱인토스)을 개발하기 위한 API입니다. 토스 사용자 인증, 결제 연동, 송금 기능 등을 미니 앱 형태로 구현할 수 있습니다. 토스의 3천만 MAU에 접근할 수 있는 플랫폼으로, 핀테크 서비스 개발에 적합합니다.","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://developers-apps-in-toss.toss.im"}}},"x-mcp-config":{"mcpServers":{"toss-apps":{"command":"npx","args":["-y","@fusepie/mcp-toss-apps"],"env":{"API_KEY":""}}}}}