← Back to Plugins
MCP Server MCP

MockHero

github By github 👁 1 views ▲ 0 votes

Generate realistic relational test data — 156 field types, 22 locales, JSON/CSV/SQL, free previews.

Homepage Verified source GitHub

Install

npx -y @mockherodev/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mockhero.dev/mcp/agent"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mockherodev/mcp-server",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "MockHero API key (optional — without it, generation runs as a free preview up to 100 records per request; get a key at https://mockhero.dev or via the create_agent_checkout tool)",
          "format": "string",
          "isSecret": true,
          "name": "MOCKHERO_API_KEY"
        },
        {
          "description": "Base URL of the MockHero API (default https://mockhero.dev)",
          "format": "string",
          "name": "MOCKHERO_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...