Skip to main content
Glama

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
dinosaur24/mockhero
GitHub Stars
1
Server Listing
mockhero

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 9 of 9 tools scored. Lowest: 3.4/5.

Server CoherenceA
Disambiguation4/5

Most tools have clearly distinct purposes, but `generate_from_template` and `generate_test_data` could be confused if an agent does not read descriptions carefully, as both produce test data. However, the descriptions adequately differentiate them by input type (template vs. schema/prompt).

Naming Consistency5/5

All tool names follow a consistent `verb_noun` pattern with underscores (e.g., `create_agent_checkout`, `list_templates`). No mixing of styles, making the naming predictable.

Tool Count5/5

With 9 tools, the server is well-scoped for its purpose—covering checkout, estimation, schema detection, data generation, and listing utilities. No tool feels redundant or missing.

Completeness4/5

The tool surface covers the full workflow from schema detection to data generation and payment handling. Missing features like schema update or key management are minor and do not severely impact core functionality.

Available Tools

9 tools
check_agent_checkout_status
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesclaim_token returned by create_agent_checkout.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

claim_agent_api_keyInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesclaim_token returned by create_agent_checkout.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

create_agent_checkoutInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailYesBilling email for the agent or the agent operator.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

detect_schema
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
sqlNoSQL CREATE TABLE statement or statements.
sample_jsonNoSingle example JSON object to infer fields from.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

estimate_agent_usageInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
seedNoSeed for reproducible output.
scaleNoMultiplier for template record counts.
formatNojson
localeNoDefault locale such as en, de, fr, es, or ja.
promptNoPlain-English data request. Example: 50 users and 200 orders linked to them.
tablesNo
api_keyNoOptional MockHero API key for no-auth MCP clients. Prefer the Authorization header when the client supports it.
templateNo
sql_dialectNo
daily_used_beforeNoOptional assumption when no API key is supplied.
estimated_recordsNoRequired for prompt estimates because this tool does not run prompt-to-schema conversion.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

generate_from_templateInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
seedNo
scaleNo
formatNojson
localeNo
api_keyNoOptional MockHero API key for no-auth MCP clients. Prefer the Authorization header when the client supports it.
templateYes
sql_dialectNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

generate_test_dataInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
seedNoSeed for reproducible output.
formatNojson
localeNoDefault locale such as en, de, fr, es, or ja.
promptNoPlain-English data request. Example: 50 users and 200 orders linked to them.
tablesNo
api_keyNoOptional MockHero API key for no-auth MCP clients. Prefer the Authorization header when the client supports it.
sql_dialectNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

list_field_types
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

list_templates
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.