Remote MCP server for AI coding agents that need realistic synthetic test data. Agents can estimate usage, create loginless Polar checkout, claim an API key, detect schemas from SQL or JSON, list field types/templates, and generate JSON, CSV, or SQL test data.
Overview
MockHero is an agent-first MCP server for generating realistic synthetic test data.
Remote MCP endpoint:
https://mockhero.dev/mcp/agent
Use the remote Streamable HTTP endpoint when your agent supports remote MCP. It exposes tools for usage estimation, loginless Polar checkout, API key claiming, schema detection, templates, and authenticated generation.
Local stdio install:
{
"mcpServers": {
"mockhero": {
"command": "npx",
"args": ["@mockherodev/mcp-server"],
"env": {
"MOCKHERO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Server Config
{
"mcpServers": {
"mockhero": {
"type": "streamable-http",
"url": "https://mockhero.dev/mcp/agent"
}
}
}