# MockHero (remote · mockhero.dev)

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

- Trust score: 73/100 (medium)
- Change this week: +8
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mockhero.dev`: 73/100 (this document), [markdown](https://verifymcp.io/servers/dinosaur24-mockhero/mcp-agent.md), [page](https://verifymcp.io/servers/dinosaur24-mockhero/mcp-agent)
- npm · `@mockherodev/mcp-server`: 67/100, [markdown](https://verifymcp.io/servers/dinosaur24-mockhero/mockherodev-mcp-server.md), [page](https://verifymcp.io/servers/dinosaur24-mockhero/mockherodev-mcp-server)

## Channel facts

- Endpoint: `https://mockhero.dev/mcp/agent`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 886 tokens (~98/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 88/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 57% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http dinosaur24-mockhero https://mockhero.dev/mcp/agent
```

### Codex

```toml
[mcp_servers.dinosaur24-mockhero]
url = "https://mockhero.dev/mcp/agent"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dinosaur24-mockhero": {
      "type": "remote",
      "url": "https://mockhero.dev/mcp/agent",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dinosaur24-mockhero --url https://mockhero.dev/mcp/agent --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dinosaur24-mockhero:
    url: "https://mockhero.dev/mcp/agent"
```

### Other

```json
{
  "mcpServers": {
    "dinosaur24-mockhero": {
      "type": "http",
      "url": "https://mockhero.dev/mcp/agent"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 73, +1)

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

### 2026-07-31 (score 72, +5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 67, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 67, +1)

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

### 2026-07-28 (score 66, +1)

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

### 2026-07-27 (score 65, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 65)

First indexed and scored.

## MCP tools (9)

### `estimate_agent_usage` (~210 tokens)

Estimate MockHero agent-plan cost before generating data. No login or API key is required; include an API key only when you want the estimate to use actual daily usage.

Input parameters:

- `api_key` (string): Optional MockHero API key for no-auth MCP clients. Prefer the Authorization header when the client supports it.
- `daily_used_before` (integer): Optional assumption when no API key is supplied.
- `estimated_records` (integer): Required for prompt estimates because this tool does not run prompt-to-schema conversion.
- `format` (string)
- `locale` (string): Default locale such as en, de, fr, es, or ja.
- `prompt` (string): Plain-English data request. Example: 50 users and 200 orders linked to them.
- `scale` (number): Multiplier for template record counts.
- `seed` (number): Seed for reproducible output.
- `sql_dialect` (string)
- `tables` (array)
- `template` (string)

### `create_agent_checkout` (~101 tokens)

Create a loginless Polar Checkout URL for MockHero's metered agent plan. Polar is the Merchant of Record for checkout, tax collection, and remittance. The card payment step needs a human: present the returned url to your operator together with the estimate_agent_usage cost, keep the claim_token private, then poll check_agent_checkout_status and call claim_agent_api_key once paid.

Input parameters:

- `email` (string, required): Billing email for the agent or the agent operator.

### `check_agent_checkout_status` (~39 tokens)

Poll a Polar checkout created by create_agent_checkout using the returned claim_token.

Input parameters:

- `token` (string, required): claim_token returned by create_agent_checkout.

### `claim_agent_api_key` (~47 tokens)

Claim the MockHero API key after Polar marks the loginless agent checkout as paid. The key is returned once.

Input parameters:

- `token` (string, required): claim_token returned by create_agent_checkout.

### `generate_test_data` (~172 tokens)

Generate realistic JSON, CSV, or SQL test data from structured tables or a plain-English prompt. Explicit table schemas up to 100 records can run free as a proof-of-work preview; plain-English prompt generation, larger requests, and production usage require a MockHero API key.

Input parameters:

- `api_key` (string): Optional MockHero API key for no-auth MCP clients. Prefer the Authorization header when the client supports it.
- `format` (string)
- `locale` (string): Default locale such as en, de, fr, es, or ja.
- `prompt` (string): Plain-English data request. Example: 50 users and 200 orders linked to them.
- `seed` (number): Seed for reproducible output.
- `sql_dialect` (string)
- `tables` (array)

### `generate_from_template` (~126 tokens)

Generate realistic test data from a pre-built MockHero template: ecommerce, blog, saas, or social. Small template previews up to 100 records can run free; larger or production usage requires a MockHero API key.

Input parameters:

- `api_key` (string): Optional MockHero API key for no-auth MCP clients. Prefer the Authorization header when the client supports it.
- `format` (string)
- `locale` (string)
- `scale` (number)
- `seed` (number)
- `sql_dialect` (string)
- `template` (string, required)

### `detect_schema` (~61 tokens)

Convert SQL CREATE TABLE statements or one sample JSON object into a MockHero schema that can be passed to generate_test_data.

Input parameters:

- `sample_json` (object): Single example JSON object to infer fields from.
- `sql` (string): SQL CREATE TABLE statement or statements.

### `list_field_types` (~26 tokens)

List MockHero field types, descriptions, parameters, and examples before building a schema.

### `list_templates` (~28 tokens)

List MockHero's pre-built schema templates for ecommerce, blog, SaaS, and social apps.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dinosaur24-mockhero/mcp-agent#diagnostics

## Score history

- 2026-08-03: 73
- 2026-08-02: 72
- 2026-08-01: 72
- 2026-07-31: 72
- 2026-07-30: 67
- 2026-07-29: 67
- 2026-07-28: 66
- 2026-07-27: 65
- 2026-07-26: 65

## Links

- Remote endpoint: https://mockhero.dev/mcp/agent
- Repository: https://github.com/dinosaur24/mockhero
- Website: https://mockhero.dev/docs/mcp
- Changelog RSS feed: https://verifymcp.io/servers/dinosaur24-mockhero/mcp-agent/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dinosaur24-mockhero/mcp-agent/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dinosaur24-mockhero/mcp-agent
