Skip to content
Back to search
100
MCP live v0.1.3 MCP 2025-11-25 streamable-http

MockHero

io.github.dinosaur24/mockhero

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

Uptime
100.0%
1 direct probes · 30d
Response
1878ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

estimate_agent_usage

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.

create_agent_checkout

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 …

check_agent_checkout_status

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

claim_agent_api_key

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

generate_test_data

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 …

generate_from_template

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 MockHer…

detect_schema

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

list_field_types

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

list_templates

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

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mockhero": {
      "url": "https://mockhero.dev/mcp/agent",
      "transport": "streamable-http"
    }
  }
}