clean_json
Canonical JSON for stable downstream processing.
HumanMirror Forge · REST + MCP
Forge gives AI agents five fast, deterministic building blocks for the repetitive data work around reasoning: clean, dedupe, normalize, score and detect.
Canonical JSON for stable downstream processing.
Remove exact or key-based duplicate records.
Normalize names, domains, URLs and emails.
Score completeness, duplicates and type consistency.
Detect numeric outliers with robust statistics.
Forge is intentionally narrow. Each tool returns stable JSON, uses deterministic code rather than a large model, and costs one credit only when it succeeds. That makes the tools cheap enough to sit inside recurring workflows.
curl -L https://humanmirror.fr/api/forge/run \
-H "Authorization: Bearer hm_forge_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"tool":"dedupe_records","input":[{"id":1},{"id":1},{"id":2}]}'