{ "name": "@mockzilla/mcp", "version": "0.2.26", "mcpName": "io.github.mockzilla/mockzilla-mcp", "description": "MCP server for Mockzilla (github.com/mockzilla/mockzilla-mcp). Lets Claude, Cursor, and Gemini CLI install the Mockzilla CLI, run local mock servers from OpenAPI specs, and mock individual endpoints, no account needed. Log in from the agent to deploy hosted simulations on mockzilla.org.", "keywords": [ "mockzilla", "mcp", "model-context-protocol", "claude", "claude-code", "claude-desktop", "cursor", "gemini-cli", "openapi", "mock", "mock-server", "api-mocking", "api-simulation", "api-testing", "ci-cd", "developer-tools", "ai-tools" ], "homepage": "https://mockzilla.org", "repository": { "type": "git", "url": "https://github.com/mockzilla/mockzilla-mcp.git" }, "license": "MIT", "type": "module", "bin": { "mockzilla-mcp": "./bin/cli.js" }, "files": [ "bin", "docs", "hosted-tools.json", "lib", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "publishConfig": { "access": "public" }, "scripts": { "start": "node bin/cli.js" } }