Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

MockHero

NPM · @MOCKHERODEV/MCP-SERVER · 2 COMPONENTS · SCANNED SEP 22

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

0 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 79 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1506 tokens (~167/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the MockHero MCP server?

MockHero runs locally as an npm package, launched with npx -y @mockherodev/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @mockherodev/mcp-server

# add to Claude Code
claude mcp add dinosaur24-mockhero -- npx -y @mockherodev/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "dinosaur24-mockhero": {
      "command": "npx",
      "args": [
        "-y",
        "@mockherodev/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "dinosaur24-mockhero": {
      "command": "npx",
      "args": [
        "-y",
        "@mockherodev/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add dinosaur24-mockhero -- npx -y @mockherodev/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dinosaur24-mockhero": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mockherodev/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dinosaur24-mockhero --command npx --arg -y --arg @mockherodev/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  dinosaur24-mockhero:
    command: "npx"
    args: ["-y", "@mockherodev/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "dinosaur24-mockhero": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@mockherodev/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add dinosaur24-mockhero -t stdio -c npx -a -y @mockherodev/mcp-server
// mcp.json
{
  "mcpServers": {
    "dinosaur24-mockhero": {
      "command": "npx",
      "args": [
        "-y",
        "@mockherodev/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: fail → unverified functional
  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 14 Sept 26 0
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/@mockherodev/mcp-server@0.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~1,506 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
check_agent_checkout_status ~89

Poll a Polar checkout created by create_agent_checkout using the returned claim_token. Returns the checkout status (pending, paid, claimed, expired) and the next action to take (complete_checkout, claim_api_key, already_claimed, expired). Once status is paid, call claim_agent_api_key with the same token.

NameTypeReqDescription
tokenstringyesclaim_token returned by create_agent_checkout.

No output schema declared.

No examples provided.

claim_agent_api_key ~92

Claim the MockHero API key after Polar marks the loginless agent checkout as paid. The key is returned once. Store the returned key securely and restart this MCP server with MOCKHERO_API_KEY set (or export it in the environment) to unlock plain-English prompt generation, requests above 100 records, and production usage.

NameTypeReqDescription
tokenstringyesclaim_token returned by create_agent_checkout.

No output schema declared.

No examples provided.

create_agent_checkout ~132

Create a loginless Polar Checkout URL for MockHero's metered agent plan. Polar is the Merchant of Record for checkout, tax collection, and remittance. No MockHero account or login is required — supply a billing email and receive a Polar checkout URL plus a one-time claim_token. After the checkout is paid, poll check_agent_checkout_status, then call claim_agent_api_key to receive the API key. Agent plan: 500 free records per day, then $0.001 per 100 records, billed monthly.

NameTypeReqDescription
emailstringyesBilling email for the agent or the agent operator.

No output schema declared.

No examples provided.

detect_schema ~124

Convert an existing database schema or JSON sample into MockHero's schema format. Send a SQL CREATE TABLE statement and get back the structured schema ready to use with generate_test_data. Or send a sample JSON record and MockHero will infer the field types. This is useful when you have migration files or an existing database and want to generate test data that matches your schema without manually writing the definition. No API key required.

NameTypeReqDescription
sample_jsonobjectExample JSON record to infer schema from
sqlstringSQL CREATE TABLE statement(s) to convert

No output schema declared.

No examples provided.

estimate_agent_usage ~270

Estimate MockHero agent-plan cost before generating data. No login or API key is required; when MOCKHERO_API_KEY is configured the estimate uses actual daily usage. Agent plan pricing: 500 free records per day, then $0.001 per 100 records (rounded up per request), billed monthly through Polar as Merchant of Record. Send the same tables/template/prompt you plan to generate. For prompt-based estimates you must also pass estimated_records because this tool does not run prompt-to-schema conversion.

NameTypeReqDescription
daily_used_beforeintegerOptional assumption for records already used today when no API key is supplied.
estimated_recordsintegerRequired for prompt estimates because this tool does not run prompt-to-schema conversion.
formatstringOutput format
localestringDefault locale such as en, de, fr, es, or ja.
promptstringPlain-English data request. Requires estimated_records.
scalenumberMultiplier for template record counts.
seednumberSeed for reproducible output.
sql_dialectstringSQL dialect (only when format=sql)
tablesarrayStructured schema — array of table definitions
templatestringPre-built template name

No output schema declared.

No examples provided.

generate_from_template ~266

Generate test data using a pre-built schema template. Pick a template (ecommerce, blog, saas, social) and optionally adjust the scale, locale, format, and seed. The template handles all the table definitions, field types, and foreign key relationships for you. Scale multiplier: 1.0 = default counts, 2.0 = double, 0.5 = half. Example: ecommerce template at scale 2.0 generates 100 users, 200 products, etc. Small template previews up to 100 records can run free without an API key (use a small scale such as 0.05); larger or production usage requires a MockHero API key (see create_agent_checkout for the loginless purchase flow).

NameTypeReqDescription
formatstringOutput format
localestringDefault locale (en, de, fr, es, etc.)
scalenumberScale multiplier for record counts (default 1.0). Free keyless previews are capped at 100 records — use a small scale such as 0.05.
seednumberSeed for reproducible output
sql_dialectstringSQL dialect (only when format=sql)
templatestringyesTemplate name

No output schema declared.

No examples provided.

generate_test_data ~329

Generate realistic test data for database tables. Send either a structured schema (tables with fields) or a plain English description. Supports relational data with foreign keys, locale-aware names and addresses, 22 locales, 156 field types, and multiple output formats (JSON, CSV, SQL). The killer feature: define multiple tables with "ref" fields, and all foreign key relationships are correct — orders reference real user IDs, reviews link to real products. One call seeds your entire database. Auto-locale: add a "country" field as an enum with country codes (DE, FR, US, etc.) and names, emails, phones automatically match each row's nationality. Explicit table schemas up to 100 records can run free as a proof-of-work preview without an API key; plain-English prompt generation, larger requests, and production usage require a MockHero API key (see create_agent_checkout and claim_agent_api_key for the loginless purchase flow).

NameTypeReqDescription
formatstringOutput format
localestringDefault locale (en, de, fr, es, ja, etc.). Auto-detected from country field if present.
promptstringPlain English description (e.g. "50 users with German names and 200 orders linked to them"). Requires a MockHero API key.
seednumberSeed for reproducible output. Same seed + same schema = identical data.
sql_dialectstringSQL dialect (only when format=sql)
tablesarrayStructured schema — array of table definitions

No output schema declared.

No examples provided.

list_field_types ~88

List all 156 available field types for test data generation. Returns every supported type organized by category (Identity, Location, Financial, Temporal, Technical, Content, Logic, Social, HR, Ecommerce, Security, AI/ML, Healthcare, Edge Cases, Special) with descriptions, parameters, and examples. Use this to discover what types are available before building a schema. No API key required.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_templates ~116

List pre-built schema templates for common application patterns. Available templates: - ecommerce: Customers, products, orders, order items, reviews (5 tables) - blog: Authors, posts, comments, tags, post_tags (5 tables) - saas: Organizations, members, subscriptions, invoices (4 tables) - social: Users, posts, likes, follows, messages (5 tables) Each template includes realistic field types, proper foreign key relationships, weighted enum distributions, and auto-locale detection via country fields. No API key required.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the MockHero MCP server?

MockHero is an MCP server listed in the public MCP registry as io.github.dinosaur24/mockhero. Generate realistic relational test data, 156 field types, 22 locales, JSON/CSV/SQL, free previews. This page covers its npm package (@mockherodev/mcp-server).

Is the MockHero MCP server safe to use?

MockHero scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the MockHero MCP server expose?

MockHero exposes 9 tools: generate_test_data, generate_from_template, detect_schema, list_field_types, list_templates, and 4 more. Their descriptions and schemas cost roughly 1,506 tokens of context every time the server is loaded.

Is the MockHero MCP server still maintained?

MockHero is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the MockHero MCP server under?

MockHero declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.