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
Server Terkait
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Unified MCP Client Library
An open-source library to connect any LLM to any MCP server, enabling the creation of custom agents with tool access.
Prefect
Manage and observe Prefect workflows through natural language.
Qwen-Agent
A framework for developing LLM applications with capabilities like tool usage, planning, and memory, based on the Qwen model.
Replicate Ideogram V3 Balanced
Generate images using the Ideogram V3 Balanced model on Replicate.
CodeSeeker
Advanced code search and transformation powered by ugrep and ast-grep for modern development workflows.
Trading Simulator
An MCP server for interacting with the Trading Simulator API to simulate trading activities.
NSAF MCP Server
An MCP server for the Neuro-Symbolic Autonomy Framework (NSAF), enabling AI assistants to interact with the framework.
Gemini CLI RAG MCP
A RAG-based Q&A server using a vector store built from Gemini CLI documentation.
AI Sessions
Searching and access your AI coding sessions from Claude Code, Gemini CLI, opencode, and OpenAI Codex.
Hyperlane MCP Server
Integrates with the Hyperlane protocol for cross-chain messaging and smart contract interactions.