[
  {
    "name": "HumanMirror Discovery Agent",
    "description": "Public A2A discovery agent that helps bots and AI agents find HumanMirror machine-callable capabilities and integration endpoints.",
    "url": "https://humanmirror.fr/api/a2a/",
    "version": "1.1.0",
    "capabilities": [
      "discover_humanmirror_tools",
      "get_humanmirror_integration",
      "resolve_capability_gap"
    ],
    "authentication": {
      "type": "none"
    },
    "logo_url": "https://humanmirror.fr/assets/humanmirror-mark.svg"
  },
  {
    "name": "HumanMirror Magnet",
    "description": "Free fallback capability resolver and privacy-thresholded Machine Demand Graph for AI agents. If no live HumanMirror tool confidently matches a task, Magnet records the unmet capability demand instead of simply returning no result.",
    "url": "https://humanmirror.fr/api/magnet/resolve/",
    "version": "1.0.0",
    "capabilities": [
      "resolve_capability",
      "detect_capability_gap",
      "machine_demand_graph",
      "free_agent_fallback"
    ],
    "authentication": {
      "type": "none"
    },
    "manifest_url": "https://humanmirror.fr/.well-known/magnet.json",
    "hot_gaps_url": "https://humanmirror.fr/api/magnet/hot/",
    "logo_url": "https://humanmirror.fr/assets/humanmirror-mark.svg"
  },
  {
    "name": "HumanMirror Nexus",
    "description": "Machine-to-machine catalog, routing and credit metering layer for HumanMirror tools.",
    "url": "https://humanmirror.fr/api/nexus/",
    "version": "1.2.0",
    "capabilities": [
      "search_tools",
      "route_tool_call",
      "meter_usage",
      "mcp_gateway"
    ],
    "authentication": {
      "type": "api_key",
      "header": "Authorization",
      "format": "Bearer hm_nexus_*"
    },
    "openapi_url": "https://humanmirror.fr/nexus/openapi.json",
    "logo_url": "https://humanmirror.fr/assets/humanmirror-mark.svg"
  },
  {
    "name": "HumanMirror AgentOps",
    "description": "First-party operational utilities for AI workflows: output inspection, execution receipts, JSON contract intelligence, secret scanning and action preflight.",
    "url": "https://humanmirror.fr/agentops/",
    "version": "1.0.0",
    "capabilities": [
      "sentinel.inspect_output",
      "trace.issue_receipt",
      "lens.infer_schema",
      "lens.diff_contract",
      "vault.scan_secrets",
      "circuit.preflight"
    ],
    "authentication": {
      "type": "api_key",
      "header": "Authorization",
      "format": "Bearer hm_nexus_*"
    },
    "openapi_url": "https://humanmirror.fr/agentops/openapi.json",
    "logo_url": "https://humanmirror.fr/assets/humanmirror-mark.svg"
  },
  {
    "name": "HumanMirror Oracle",
    "description": "Structured deterministic analysis API and MCP tool for text, JSON, records and numeric series.",
    "url": "https://humanmirror.fr/api/oracle/",
    "version": "1.0.0",
    "capabilities": [
      "structured_analysis",
      "data_quality",
      "trend_analysis",
      "anomaly_signals",
      "mcp"
    ],
    "authentication": {
      "type": "api_key",
      "header": "Authorization",
      "format": "Bearer hm_oracle_*"
    },
    "openapi_url": "https://humanmirror.fr/oracle/openapi.json",
    "logo_url": "https://humanmirror.fr/assets/humanmirror-mark.svg"
  },
  {
    "name": "HumanMirror Forge",
    "description": "Deterministic micro-tools for JSON cleaning, record deduplication, entity normalization, data-quality scoring and anomaly detection.",
    "url": "https://humanmirror.fr/api/forge/",
    "version": "1.0.0",
    "capabilities": [
      "clean_json",
      "dedupe_records",
      "normalize_entity",
      "score_data_quality",
      "detect_anomaly",
      "mcp"
    ],
    "authentication": {
      "type": "api_key",
      "header": "Authorization",
      "format": "Bearer hm_forge_*"
    },
    "openapi_url": "https://humanmirror.fr/forge/openapi.json",
    "logo_url": "https://humanmirror.fr/assets/humanmirror-mark.svg"
  }
]