Serversio.github.dinosaur24/mockhero
M

io.github.dinosaur24/mockhero

io.github.dinosaur24/mockhero · v0.1.3
▦ npm
v0.1.3npm npm: @mockherodev/mcp-server↗ 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.dinosaur24/mockhero",
  "description": "Generate realistic relational test data. 156 field types, 22 locales, JSON/CSV/SQL.",
  "repository": {
    "url": "https://github.com/dinosaur24/mockhero",
    "source": "github",
    "subfolder": "packages/mcp-server"
  },
  "version": "0.1.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mockherodev/mcp-server",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your MockHero API key (get one free at https://mockhero.dev)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MOCKHERO_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}