MCP Server (Model Context Protocol)
A universally available Model Context Protocol (MCP) server on AI Host (Claude, OpenAI, user-developed).
Project Overview
This project provides an API test automation server based on Postman Collection that can be used in various AI host environments. Users can upload Postman Collection, Environment, and Data json files, store them in SQLite DB, and run tests.
Key Features
- Postman Collection, Environment, Data json file upload and management
- Running API test cases and tracking results
- Managing Test Collections
- Support for various AI models (Claude, OpenAI, user-developed models)
Technology Stack
- Backend : Python, FastAPI
- Database : SQLite
- Package Management : uv
- Server environment : Local HTTPS server (port 8610)
How to install and run
Prerequisites
- Python 3.10 or later
- uv package manager
installation
execution
The server runs at https://localhost:8610 .
Project Structure
Database Structure
Main Table
api_info
: API basic informationapi_test_case
: API test caseapi_test_data
: Test dataapi_test_collection
: Test collectioncollection_test_case
: Link a collection to a test caseapi_test_run
: Test execution recordapi_test_result
: Test resultuser
: user information
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 -28TypeScriptMIT 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