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
Verwandte Server
Alpha Vantage MCP Server
SponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
fixgraph-mcp
Search verified engineering fixes by error message or technology. Step-by-step solutions with trust scores, built for developers and AI agents.
Jupyter MCP Server
Interact with Jupyter notebooks running in any JupyterLab environment, supporting real-time control and smart execution of notebook cells.
MCP Framework
A TypeScript framework for building Model Context Protocol (MCP) servers.
A11y MCP Server
Perform accessibility audits on webpages using the axe-core engine to identify and help fix a11y issues.
Ghost MCP
An MCP server for the Ghost blogging platform with Server-Sent Events (SSE) transport support.
Pipelock
Firewall for AI agents. MCP proxy that scans tool calls for credential leaks, prompt injection, and tool description poisoning.
Imagen3-MCP
Generate images using Google's Imagen 3.0 model via the Gemini API.
MCP WordPress Server
A comprehensive MCP server for managing WordPress sites, featuring a wide range of tools for performance monitoring, caching, and more.
ZeroPath MCP Server
Interact with your product security findings using natural language.
Prompts MCP Server
An MCP server for managing and serving prompts from markdown files with YAML frontmatter support.