Serversio.github.mockzilla/mockzilla-mcp
M

io.github.mockzilla/mockzilla-mcp

io.github.mockzilla/mockzilla-mcp · v0.2.9
▦ npm
v0.2.9npm npm: @mockzilla/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.mockzilla/mockzilla-mcp",
  "description": "Mockzilla MCP server. Mock any OpenAPI spec locally with Claude, Cursor, or Gemini CLI.",
  "repository": {
    "url": "https://github.com/mockzilla/mockzilla-mcp",
    "source": "github"
  },
  "version": "0.2.9",
  "websiteUrl": "https://mockzilla.org",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mockzilla/mcp",
      "version": "0.2.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bearer token (mz_oauth_* or mz_*) that unlocks the hosted plane on mockzilla.org. Leave unset to use only the local plane.",
          "isSecret": true,
          "name": "MOCKZILLA_TOKEN"
        },
        {
          "description": "Override the hosted MCP endpoint (staging or self-hosted). Defaults to https://app.mockzilla.org/mcp/.",
          "name": "MOCKZILLA_MCP_URL"
        },
        {
          "description": "Preferred port for the local managed mock server. Defaults to 2200; falls back to a kernel-picked port if busy.",
          "name": "MOCKZILLA_MANAGED_PORT"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}