← mockhero.dev
INDIVIDUAL MCP TOOL
estimate_agent_usage
Estimate MockHero agent-plan cost before generating data.
LIVE ENDPOINT
https://mockhero.dev/mcp
Connect to this endpoint to inspect the live schema for estimate_agent_usage and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mockhero]
url = "https://mockhero.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mockhero": {
"type": "http",
"url": "https://mockhero.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mockhero
Remote MCP URL: https://mockhero.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mockhero": {
"url": "https://mockhero.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mockhero": {
"type": "http",
"url": "https://mockhero.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mockhero",
"transport": "streamable-http",
"url": "https://mockhero.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generate_test_data— Generate realistic JSON, CSV, or SQL test data.generate_from_template— Generate realistic test data from a pre-built MockHero template: ecommerce, blog, saas, or social.detect_schema— Convert SQL CREATE TABLE statements or one sample JSON object into a MockHero schema that can be passed to generate_test_data.list_field_types— List MockHero field types, descriptions, parameters, and examples before building a schema.list_templates— List MockHero's pre-built schema templates for ecommerce, blog, SaaS, and social apps.