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
: ユーザー情報
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Model Context Protocol server that enables API test automation across various AI hosts (Claude, OpenAI, custom) using Postman Collections.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI models to interact with the Monad testnet for checking token balances, sending transactions, and deploying smart contracts.Last updated -78TypeScriptApache 2.0
- -securityAlicense-qualityA server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.Last updated -18TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.Last updated -1Python
- -securityAlicense-qualityAn Intelligent Model Context Protocol server that generates mock servers from OpenAPI specifications, featuring advanced logging, performance analytics, and server discovery for AI-assisted API development.Last updated -PythonMIT License