MockHero
Rank #40,537io.github.dinosaur24/mockhero
Generate realistic relational test data — 156 field types, 22 locales, JSON/CSV/SQL, free previews.
MockHero is a Model Context Protocol (MCP) server published by dinosaur24. It ranks #40,537 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MockHero is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Mar 21, 2026 and most recently updated on Jul 3, 2026.
Ranks ahead of 91,576 of 132,113 servers on MCP Toplist.
Use MockHero
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mockhero https://mockhero.dev/mcp/agentclaude mcp add mockhero -e "MOCKHERO_API_KEY=<your MOCKHERO_API_KEY>" -e "MOCKHERO_API_BASE=<your MOCKHERO_API_BASE>" -- npx -y @mockherodev/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.mockhero]
url = "https://mockhero.dev/mcp/agent"Add to ~/.codex/config.toml.
[mcp_servers.mockhero]
command = "npx"
args = ["-y", "@mockherodev/mcp-server"]
[mcp_servers.mockhero.env]
MOCKHERO_API_KEY = "<your MOCKHERO_API_KEY>"
MOCKHERO_API_BASE = "<your MOCKHERO_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mockhero.dev/mcp/agentSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mockhero": {
"command": "npx",
"args": [
"-y",
"@mockherodev/mcp-server"
],
"env": {
"MOCKHERO_API_KEY": "<your MOCKHERO_API_KEY>",
"MOCKHERO_API_BASE": "<your MOCKHERO_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mockhero": {
"url": "https://mockhero.dev/mcp/agent"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mockhero": {
"command": "npx",
"args": [
"-y",
"@mockherodev/mcp-server"
],
"env": {
"MOCKHERO_API_KEY": "<your MOCKHERO_API_KEY>",
"MOCKHERO_API_BASE": "<your MOCKHERO_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mockhero": {
"type": "http",
"url": "https://mockhero.dev/mcp/agent"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mockhero": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mockherodev/mcp-server"
],
"env": {
"MOCKHERO_API_KEY": "<your MOCKHERO_API_KEY>",
"MOCKHERO_API_BASE": "<your MOCKHERO_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mockhero": {
"serverUrl": "https://mockhero.dev/mcp/agent"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mockhero": {
"command": "npx",
"args": [
"-y",
"@mockherodev/mcp-server"
],
"env": {
"MOCKHERO_API_KEY": "<your MOCKHERO_API_KEY>",
"MOCKHERO_API_BASE": "<your MOCKHERO_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mockhero": {
"url": "https://mockhero.dev/mcp/agent"
}
}
}{
"mcpServers": {
"mockhero": {
"command": "npx",
"args": [
"-y",
"@mockherodev/mcp-server"
],
"env": {
"MOCKHERO_API_KEY": "<your MOCKHERO_API_KEY>",
"MOCKHERO_API_BASE": "<your MOCKHERO_API_BASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dinosaur24%2Fmockhero)<a href="https://mcptoplist.com/server/io.github.dinosaur24%2Fmockhero"><img src="https://mcptoplist.com/badge/io.github.dinosaur24%2Fmockhero.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
dinosaur24
Other servers by dinosaur24
View all dinosaur24 servers →Available versions (4)
| Version | Published |
|---|---|
| 0.2.0 | Jul 3, 2026 |
| 0.1.3 | Mar 23, 2026 |
| 0.1.2 | Mar 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MockHero?
- MockHero is maintained by dinosaur24, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is MockHero listed on the Official MCP Registry?
- Yes — MockHero is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does MockHero have?
- MCP Toplist tracks 4 versions of MockHero, most recently published on Jul 3, 2026.
- Where can I find the source code for MockHero?
- The source code for MockHero is hosted at github.com/dinosaur24/mockhero/tree/HEAD/packages/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.