{"name":"API Contract Validator","version":"1.0.0","description":"OpenAPI/AsyncAPI 스펙과 실제 요청/응답을 비교해 계약 위반을 실시간 감지하는 API","price_usd":19.99,"tools":[{"name":"validate_openapi_spec","description":"OpenAPI/AsyncAPI 스펙의 구조 및 필수 필드 검증"},{"name":"diff_request_response","description":"실제 HTTP 요청/응답과 스펙 비교, 계약 위반 감지"},{"name":"lint_api_schema","description":"API 스펙 품질 및 모범 사례 준수 여부 린팅"},{"name":"generate_mock_from_spec","description":"스펙 기반 Mock 응답 자동 생성"},{"name":"check_breaking_changes","description":"두 버전의 스펙 비교로 파괴적 변경 감지"}],"endpoints":{"health":"GET /api-contract-validator/health","mcp":"POST /api-contract-validator/mcp","validate_openapi_spec":"POST /api/v1/validate-openapi-spec","diff_request_response":"POST /api/v1/diff-request-response","lint_api_schema":"POST /api/v1/lint-api-schema","generate_mock_from_spec":"POST /api/v1/generate-mock-from-spec","check_breaking_changes":"POST /api/v1/check-breaking-changes"}}