api-test-mcp
- APIテストツール
- API テスト プランを生成し、テストをバッチで実行し、テスト結果を評価し、API テストの結果をエクスポートします。
api-test-mcp のコア機能
- テスト計画を作成する
- テストタスクをバッチで実行する
- APIテスト結果を自動的に評価する
- データをエクスポートする
クイックスタート
- Docker デプロイメント
git clone https://github.com/Actrue/api-test-mcp.git ## Clone source code
cd api-test-mcp
docker build -t api-test-mcp . ## Build image
docker run -p 3000:3000 api-test-mcp ## Run container
- 統合(Cherry Studio との例)
サーバーを追加 -> タイプsseを選択 -> URL にhttp://localhost:3000/sse を入力 -> [保存] をクリック
ソースコードビルド
環境要件
ノード >= 20
pnpm
ビルドプロセス
git clone https://github.com/Actrue/api-test-mcp.git ## Clone source code
cd api-test-mcp
pnpm run go ## Start command; this will launch the SSE server on port 3000
使用上の注意
次のプロンプト語を使用することをお勧めします。
You are an API tester who will receive the API documentation and then create a test plan and task list based on it.
You need not only to verify if the API functions properly but also to test how well it handles incorrect data inputs.
If the user forgets to provide the test URL, please remind them.
Reply format:
[Plan Test Plan]
Call tool to create test plan
[Execute tests according to the plan]
Format: Test ID, Test Objective, Test Result.
[Generate summary and suggestions based on results]
Call tool to write summary and suggestions into a data table
[Test results, and export to Excel]
Call tool to retrieve test results
[Test Results Summary]
Summarize the entire testing process
Requirements:
Please reply in Chinese.
URL must be a complete link
サポートされているプラットフォーム
テクノロジースタック