mock-server-ai-mcp
v1.0.0
Published
Mock Server Ai automation via MCP. Includes create mock endpoint, generate mock data, create openapi mock. By MEOK AI Labs.
Downloads
115
Readme
Mock Server AI
By MEOK AI Labs — Create mock API endpoint definitions
Installation
pip install mock-server-ai-mcpUsage
python server.pyTools
create_mock_endpoint
Create a mock API endpoint with method, path, and response body.
Parameters:
method(str): HTTP method (GET, POST, etc.)path(str): API pathresponse_body(str): Response body content
generate_mock_data
Generate mock data based on a schema definition.
Parameters:
schema(str): Data schema descriptioncount(int): Number of records to generate (default: 5)
create_openapi_mock
Create mock endpoints from an OpenAPI specification.
Parameters:
spec(str): OpenAPI spec content
list_mock_endpoints
List all currently defined mock endpoints.
Authentication
Free tier: 30 calls/day. Upgrade at meok.ai/pricing for unlimited access.
License
MIT — MEOK AI Labs
