MockHero
Generate realistic relational test data with 156 field types and 22 locales.
@mockherodev/mcp-server
MCP server for MockHero — generate realistic test data from Claude Desktop, Cursor, Windsurf, and other AI agents.
Setup
Claude Desktop
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"mockhero": {
"command": "npx",
"args": ["@mockherodev/mcp-server"],
"env": {
"MOCKHERO_API_KEY": "mh_live_your_key_here"
}
}
}
}
Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"mockhero": {
"command": "npx",
"args": ["@mockherodev/mcp-server"],
"env": {
"MOCKHERO_API_KEY": "mh_live_your_key_here"
}
}
}
}
Claude Code
claude mcp add mockhero -- env MOCKHERO_API_KEY=mh_live_xxx npx @mockherodev/mcp-server
Tools
generate_test_data
Generate realistic test data from a structured schema or plain English description.
"Generate 50 users with German names and 200 orders linked to them"
detect_schema
Convert SQL CREATE TABLE statements or JSON samples into MockHero's schema format.
list_field_types
List all 135+ supported field types with descriptions and parameters.
list_templates
List pre-built schema templates (e-commerce, blog, SaaS, social network).
generate_from_template
Generate data using a template — no schema definition needed.
Use the ecommerce template at 2x scale with German locale
Get your API key
Sign up free at mockhero.dev
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Blender MCP Senpai
An AI-assisted mentor for Blender that detects topology issues and offers real-time improvement suggestions.
Codex.io Docs MCP
MCP to read the Codex crypto data API so agents can write GraphQL queries.
AI Develop Assistant
Assists AI developers with requirement clarification, module design, and technical architecture.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.
TouchDesigner MCP
Control and operate TouchDesigner projects with AI agents using the Model Context Protocol.
GhidraMCP
An embedded MCP server for Ghidra, exposing program data and reverse engineering functionalities.
Claudeus WordPress MCP
A server for integrating with WordPress sites, enabling content management and interaction via the Model Context Protocol.
MCPizer
Enables AI assistants to call any REST API or gRPC service by automatically converting their schemas into MCP tools.
WinTerm MCP
Provides programmatic access to the Windows terminal, enabling AI models to interact with the command line interface.
Ralph Wiggum MCP
An enhanced Model Context Protocol (MCP) server implementing the Ralph Wiggum technique.