Security & Testing
mockhero.dev
Generates realistic test data in JSON, CSV, or SQL formats and manages agent plan checkouts for MockHero.
ENDPOINT 1
https://mockhero.dev/mcp/agent
MCP server metadata
- Name
- MockHero Agent MCP
- Version
- 0.2.0
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
create_agent_checkoutCreate a loginless Polar Checkout URL for MockHero's metered agent plan.
Potential side effectscheck_agent_checkout_statusPoll a Polar checkout created by create_agent_checkout using the returned claim_token.
Inferred read-onlyclaim_agent_api_keyClaim the MockHero API key after Polar marks the loginless agent checkout as paid.
Inferred read-onlygenerate_test_dataGenerate realistic JSON, CSV, or SQL test data from structured tables or a plain-English prompt.
Inferred read-onlygenerate_from_templateGenerate realistic test data from a pre-built MockHero template: ecommerce, blog, saas, or social.
Inferred read-onlydetect_schemaConvert SQL CREATE TABLE statements or one sample JSON object into a MockHero schema that can be passed to generate_test_data.
Potential side effectslist_field_typesList MockHero field types, descriptions, parameters, and examples before building a schema.
Inferred read-onlylist_templatesList MockHero's pre-built schema templates for ecommerce, blog, SaaS, and social apps.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- MockHero
- Version
- 0.2.0
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
generate_from_templateGenerate realistic test data from a pre-built MockHero template: ecommerce, blog, saas, or social.
Inferred read-onlydetect_schemaConvert SQL CREATE TABLE statements or one sample JSON object into a MockHero schema that can be passed to generate_test_data.
Potential side effectslist_field_typesList MockHero field types, descriptions, parameters, and examples before building a schema.
Inferred read-onlylist_templatesList MockHero's pre-built schema templates for ecommerce, blog, SaaS, and social apps.
Inferred read-onlyCONNECT 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.
mockhero.dev is assessed as Caution: Domain is currently showing placeholder (lorem ipsum) content.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.