{
  "name":"looping-mcp",
  "version":"roadmap-draft-0.1",
  "status":"not_yet_live",
  "description":"Draft MCP tool catalog for Human × AI task execution.",
  "tools":[
    {"name":"search_executors","description":"Search executors by skill, location, language, availability and rate.","stage":"V3"},
    {"name":"get_executor","description":"Read an executor profile and approved trust signals.","stage":"V3"},
    {"name":"create_task","description":"Create a task draft with completion criteria and evidence requirements.","stage":"V2/V3"},
    {"name":"list_applications","description":"List applications for an authenticated task owner.","stage":"V2/V3"},
    {"name":"accept_executor","description":"Accept an executor after explicit approval.","stage":"V3"},
    {"name":"request_evidence","description":"Request structured evidence from an active task.","stage":"V3"},
    {"name":"approve_delivery","description":"Approve delivery after human review.","stage":"V3"},
    {"name":"create_escrow_checkout","description":"Create a payment escrow checkout.","stage":"future"}
  ],
  "safety_principles":[
    "dry-run before any paid or binding action",
    "explicit human approval before accepting an executor",
    "no payment credentials or webhook secrets in frontend code",
    "identity and trust labels must reflect verified backend status",
    "physical-world tasks require location, deadline, completion criteria and evidence"
  ]
}
