← mockhero.dev
INDIVIDUAL MCP TOOL
claim_agent_api_key
Claim the MockHero API key after Polar marks the loginless agent checkout as paid.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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-agent-mcp]
url = "https://mockhero.dev/mcp/agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mockhero-agent-mcp": {
"type": "http",
"url": "https://mockhero.dev/mcp/agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mockhero-agent-mcp
Remote MCP URL: https://mockhero.dev/mcp/agent
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-agent-mcp": {
"url": "https://mockhero.dev/mcp/agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mockhero-agent-mcp": {
"type": "http",
"url": "https://mockhero.dev/mcp/agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mockhero-agent-mcp",
"transport": "streamable-http",
"url": "https://mockhero.dev/mcp/agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
estimate_agent_usage— Estimate MockHero agent-plan cost before generating data.create_agent_checkout— Create a loginless Polar Checkout URL for MockHero's metered agent plan.check_agent_checkout_status— Poll a Polar checkout created by create_agent_checkout using the returned claim_token.generate_test_data— Generate realistic JSON, CSV, or SQL test data from structured tables or a plain-English prompt.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.