
MockHero
@dinosaur24
关于 MockHero
Remote MCP server for AI coding agents that need realistic synthetic test data. Agents can estimate usage, create loginless Polar checkout, claim an API key, detect schemas from SQL or JSON, list field types/templates, and generate JSON, CSV, or SQL test data.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mockhero": {
"type": "streamable-http",
"url": "https://mockhero.dev/mcp/agent"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MockHero?
MockHero is an agent-first MCP server for generating realistic synthetic test data. It provides tools for schema detection, templates, authenticated generation, and more, and can be used either via a remote Streamable HTTP endpoint or a local stdio installation.
How to use MockHero?
Use the remote endpoint https://mockhero.dev/mcp/agent if your agent supports remote MCP. For local installation, add the following to your MCP client configuration, replacing <YOUR_API_KEY> with your actual key:
{
"mcpServers": {
"mockhero": {
"command": "npx",
"args": ["@mockherodev/mcp-server"],
"env": {
"MOCKHERO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Then invoke the exposed tools as needed.
Key features of MockHero
- Generates realistic synthetic test data.
- Supports remote Streamable HTTP transport.
- Exposes tools for usage estimation.
- Provides loginless Polar checkout.
- Enables API key claiming.
- Includes schema detection and templates.
- Offers authenticated generation.
Use cases of MockHero
- Generate realistic test data for development environments.
- Use templates to quickly produce consistent synthetic datasets.
- Leverage schema detection to create data matching existing structures.
- Integrate generation into agent workflows via remote MCP.
FAQ from MockHero
What is MockHero?
MockHero is an agent-first MCP server for generating realistic synthetic test data.
How do I use MockHero remotely?
Use the remote Streamable HTTP endpoint at https://mockhero.dev/mcp/agent when your agent supports remote MCP.
How do I install MockHero locally?
Install it by adding the provided configuration to your MCP client, running npx @mockherodev/mcp-server, and setting the MOCKHERO_API_KEY environment variable.
What tools does MockHero expose?
It exposes tools for usage estimation, loginless Polar checkout, API key claiming, schema detection, templates, and authenticated generation.
Do I need an API key for local installation?
Yes, local installation requires the MOCKHERO_API_KEY environment variable set to your API key.
数据与分析 分类下的更多 MCP 服务器
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
评论