MockHero
io.github.dinosaur24/mockheroGenerate realistic relational test data — 156 field types, 22 locales, JSON/CSV/SQL, free previews.
Tools · 9
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 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 …
Poll a Polar checkout created by create_agent_checkout using the returned claim_token.
Claim the MockHero API key after Polar marks the loginless agent checkout as paid. The key is returned once.
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 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…
Convert SQL CREATE TABLE statements or one sample JSON object into a MockHero schema that can be passed to generate_test_data.
List MockHero field types, descriptions, parameters, and examples before building a schema.
List MockHero's pre-built schema templates for ecommerce, blog, SaaS, and social apps.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mockhero": {
"url": "https://mockhero.dev/mcp/agent",
"transport": "streamable-http"
}
}
}