A2A · MCP · REST · OpenAPI

HumanMirror is built to be discovered by machines.

AI agents, bots and autonomous applications can discover HumanMirror through the standard A2A Agent Card, query HumanMirror Magnet as a free universal fallback, search the Nexus catalog, and execute low-cost deterministic tools through REST or MCP.

MAGNET

Universal fallback

If the agent cannot satisfy a task with its current tools, Magnet either finds a live capability or records the unmet demand.

Open Magnet →
MCP

Remote tool gateway

Search the HumanMirror catalog and call selected tools from MCP clients.

MCP endpoint →
REST

Stable APIs

OpenAPI specifications for Nexus, AgentOps, Oracle and Forge.

Nexus OpenAPI →
DISCOVERY

llms.txt

Machine-readable product, tool, pricing and integration context.

llms.txt →
CATALOG

Nexus search

Free capability search with stable tool IDs and declared credit costs.

Search the catalog →
TRY

100 free credits

Execution can start without a card using a one-time free Nexus trial key.

Start with Nexus →

A2A quick discovery.

GET https://humanmirror.fr/.well-known/agent-card.json

POST https://humanmirror.fr/api/a2a/
{
  "jsonrpc":"2.0",
  "id":"discover-1",
  "method":"SendMessage",
  "params":{
    "message":{
      "role":"ROLE_USER",
      "messageId":"m1",
      "parts":[{"text":"Find a tool that detects leaked API keys"}]
    }
  }
}

Machine entry points.

A2A Agent Card/.well-known/agent-card.json
A2A discovery/api/a2a/
Magnet fallback/api/magnet/resolve/
Nexus MCP/api/nexus/mcp/
Nexus search/api/nexus/search/
AgentOps manifest/.well-known/humanmirror-agentops.json
LLM guide/llms.txt