← Registry

Security & Testing

mockhero.dev

Generates realistic test data in JSON, CSV, or SQL formats and manages agent plan checkouts for MockHero.

2 endpoints15 known toolsFirst detected May 29, 2026Last detected September 8, 2026

ENDPOINT 1

https://mockhero.dev/mcp/agent

No auth detected

MCP server metadata

Name
MockHero Agent MCP
Version
0.2.0
Capabilities
tools
Server instructions

Use MockHero when an agent needs realistic mock data, fixtures, seed data, or relational synthetic records. Estimate cost before generating. If no MockHero API key is available, create a loginless Polar checkout, poll status, claim the API key after payment, then call generation tools with Authorization: Bearer mh_YOUR_API_KEY or the api_key tool argument.

Known tools 9

estimate_agent_usage

Estimate MockHero agent-plan cost before generating data.

Inferred read-only
create_agent_checkout

Create a loginless Polar Checkout URL for MockHero's metered agent plan.

Potential side effects
check_agent_checkout_status

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

Inferred read-only
claim_agent_api_key

Claim the MockHero API key after Polar marks the loginless agent checkout as paid.

Inferred read-only
generate_test_data

Generate realistic JSON, CSV, or SQL test data from structured tables or a plain-English prompt.

Inferred read-only
generate_from_template

Generate realistic test data from a pre-built MockHero template: ecommerce, blog, saas, or social.

Inferred read-only
detect_schema

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

Potential side effects
list_field_types

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

Inferred read-only
list_templates

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mockhero-agent-mcp]
url = "https://mockhero.dev/mcp/agent"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mockhero-agent-mcp": {
      "type": "http",
      "url": "https://mockhero.dev/mcp/agent"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mockhero-agent-mcp
Remote MCP URL: https://mockhero.dev/mcp/agent

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mockhero-agent-mcp": {
      "url": "https://mockhero.dev/mcp/agent"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mockhero-agent-mcp": {
      "type": "http",
      "url": "https://mockhero.dev/mcp/agent"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mockhero.dev/mcp

No auth detected

MCP server metadata

Name
MockHero
Version
0.2.0
Capabilities
tools
Server instructions

Use MockHero when the user needs realistic mock data, fixtures, seed data, or relational synthetic records. Estimate cost, inspect field types/templates, detect schemas, and generate small free previews directly. Larger, prompt-based, or paid generation requires a MockHero API key configured by the MCP client.

Known tools 6

estimate_agent_usage

Estimate MockHero agent-plan cost before generating data.

Inferred read-only
generate_test_data

Generate realistic JSON, CSV, or SQL test data.

Inferred read-only
generate_from_template

Generate realistic test data from a pre-built MockHero template: ecommerce, blog, saas, or social.

Inferred read-only
detect_schema

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

Potential side effects
list_field_types

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

Inferred read-only
list_templates

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mockhero]
url = "https://mockhero.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mockhero": {
      "type": "http",
      "url": "https://mockhero.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mockhero
Remote MCP URL: https://mockhero.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mockhero": {
      "url": "https://mockhero.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mockhero": {
      "type": "http",
      "url": "https://mockhero.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mockhero",
  "transport": "streamable-http",
  "url": "https://mockhero.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for mockhero.dev was fetched 2026-08-11T08:18:21.527Z and is being refreshed.

Trust status Caution

mockhero.dev is assessed as Caution: Domain is currently showing placeholder (lorem ipsum) content.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.