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
Máy chủ liên quan
Scout Monitoring MCP
nhà tài trợPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Django MCP Server
A Django extension to enable AI agents to interact with Django apps through the Model Context Protocol.
llm-mcp
A Ruby gem for integrating Large Language Models (LLMs) via the Model Context Protocol (MCP) into development workflows.
MCP Proxy
A bidirectional MCP proxy connecting stdio and Server-Sent Events (SSE) with OAuth support.
LLMling
An MCP server with an LLMling backend that uses YAML files to configure LLM applications.
Swagger MCP Server
An example MCP server for deployment on Cloudflare Workers without authentication.
Onyx MCP Server
Search and query Onyx programming language documentation and GitHub code examples.
GDB MCP Server
An MCP server that enables LLM clients to interact with GDB for debugging and binary analysis.
DeployHQ
A Model Context Protocol (MCP) server for DeployHQ that enables AI assistants like Claude Desktop and Claude Code to interact with your DeployHQ deployments.
Fossil MCP
The code quality toolkit for the vibe coding era.
Prover MCP
Integrates with the Succinct Prover Network to monitor, calibrate, and optimize prover operations.