Integrations
MCP Server (Model Context Protocol)
AI Host(Claude, OpenAI, 사용자 개발)에서 범용적으로 사용 가능한 Model Context Protocol(MCP) 서버입니다.
프로젝트 개요
이 프로젝트는 다양한 AI 호스트 환경에서 사용할 수 있는, Postman Collection 기반의 API 테스트 자동화 서버를 제공합니다. 사용자가 Postman Collection, Environment, Data json 파일을 업로드하면 SQLite DB에 저장하고 테스트를 실행할 수 있습니다.
주요 기능
- Postman Collection, Environment, Data json 파일 업로드 및 관리
- API 테스트 케이스 실행 및 결과 추적
- 테스트 컬렉션 관리
- 다양한 AI 모델 지원 (Claude, OpenAI, 사용자 개발 모델)
기술 스택
- 백엔드: Python, FastAPI
- 데이터베이스: SQLite
- 패키지 관리: uv
- 서버 환경: 로컬 HTTPS 서버 (포트 8610)
설치 및 실행 방법
필요 조건
- Python 3.10 이상
- uv 패키지 관리자
설치
실행
서버는 https://localhost:8610 에서 실행됩니다.
프로젝트 구조
데이터베이스 구조
주요 테이블
api_info
: API 기본 정보api_test_case
: API 테스트 케이스api_test_data
: 테스트 데이터api_test_collection
: 테스트 컬렉션collection_test_case
: 컬렉션과 테스트 케이스 연결api_test_run
: 테스트 실행 기록api_test_result
: 테스트 결과user
: 사용자 정보
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.Last updated -Python
- -securityAlicense-qualityA Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.Last updated -TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.Last updated -462Python
- -securityAlicense-qualityA Model Context Protocol (MCP) server implementation that allows AI assistants to run k6 load tests through natural language commands, supporting custom test durations and virtual users.Last updated -1PythonMIT License