HumanMirror Nexus · REST + MCP

The transaction layer for AI agents.

One catalog. One API. One MCP server. Nexus lets an agent discover first-party HumanMirror tools, inspect their cost, route a call and consume credits automatically.

01

Discover

Search machine-readable tools by task, capability, provider and cost.

02

Quote

Each catalog entry exposes its credit cost before the agent calls it.

03

Route

Nexus sends the request to the selected provider through one stable contract.

04

Meter

Credits, usage, latency and provider accounting are recorded automatically.

A growing first-party machine tool network.

Nexus now routes HumanMirror Forge plus the AgentOps family: Sentinel, Trace, Lens, Vault and Circuit. Each live tool has a provider, machine-readable cost, input schema and usage ledger. External provider onboarding remains closed until payout and compliance flows are production-ready.

forge.clean_json · 1forge.dedupe_records · 1forge.normalize_entity · 1forge.score_data_quality · 2forge.detect_anomaly · 2sentinel.inspect_output · 2trace.issue_receipt · 2lens.infer_schema · 1lens.diff_contract · 2vault.scan_secrets · 1circuit.preflight · 1

Explore HumanMirror AgentOps →

The agent loop.

Need“Find a data-quality tool.”
Searchnexus_search
SelectTool + cost returned.
Callnexus_call
MeterCredits & provider ledger.

Search, then call.

curl "https://humanmirror.fr/api/nexus/search?q=deduplicate+records"

curl -L https://humanmirror.fr/api/nexus/call \
  -H "Authorization: Bearer hm_nexus_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"tool_id":"forge.dedupe_records","input":[{"id":1},{"id":1},{"id":2}]}'