CodeToolsHub.dev

MCP Server

Beta · Coming soon

Give your AI agents direct access to CodeToolsHub generators through the Model Context Protocol. Generate fictional people, companies, orders and schemas right inside your agent workflows.

Configuration

Add the server to your MCP client config (Claude Desktop, Cursor, etc.):

{
  "mcpServers": {
    "codetoolshub": {
      "command": "npx",
      "args": ["-y", "@codetoolshub/mcp"],
      "env": {
        "CODETOOLSHUB_API_KEY": "your_api_key"
      }
    }
  }
}

Available tools

generate_brazilian_personFictional Brazilian person with CPF, RG, phone and address.
generate_brazilian_companyFictional Brazilian company with CNPJ and address.
generate_us_personFictional US person with a fake SSN-like value and address.
generate_ecommerce_orderFictional ecommerce order with items, totals and status.
generate_mock_from_schemaMock data conforming to a provided JSON Schema.
generate_typescript_from_jsonA TypeScript interface inferred from a JSON sample.
generate_zod_schema_from_jsonA Zod schema inferred from a JSON sample.
generate_prompt_templateA structured prompt template from parts.

Get early access

The MCP server ships with the Pro plan. Upgrade to be first in line for the beta.

See Pro plans