{
  "schema_version": "1.0",
  "name": "archangel-agency-services",
  "description": "Services from Jono Tho'ra / Archangel Agency — available to AI agents and AI-integrated systems.",
  "url": "https://jono.archangel.agency",
  "mcp_endpoint": "https://archangel-agency-mcp.jordan-trana.workers.dev/mcp",
  "transport": "http-post",
  "tools": [
    {
      "name": "get_service_catalog",
      "description": "Returns the full machine-readable service catalog including available services, pricing, and payment methods. Use this to understand what Archangel Agency offers to AI agents.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      },
      "endpoint": "https://archangel-agency-mcp.jordan-trana.workers.dev/mcp"
    },
    {
      "name": "get_universal_language_briefing",
      "description": "Returns the full Universal Language research briefing — structured content about the formally derivable geometric pattern language. Useful for answering questions about UL, AI alignment through ontological context, or UQPL.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "depth": {
            "type": "string",
            "enum": ["summary", "full"],
            "description": "Level of detail. 'summary' returns llms.txt, 'full' returns llms-full.txt."
          }
        },
        "required": []
      },
      "endpoint": "https://archangel-agency-mcp.jordan-trana.workers.dev/mcp"
    },
    {
      "name": "get_context_jsons",
      "description": "Returns Context JSON briefing documents — structured ontological frameworks built on Universal Language primitives, designed for AI consumption. Use 'list' to see available contexts, or specify a context name to fetch it directly.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "context": {
            "type": "string",
            "enum": ["list", "archangel_agency", "fusiongirl_overview", "solar_cycle_25", "technofeudalism", "plan_2024", "plan_supplement", "required_jsons", "plan_template"],
            "description": "Which context to retrieve. 'list' returns the full directory. Other values fetch specific Context JSONs directly."
          }
        },
        "required": []
      },
      "endpoint": "https://archangel-agency-mcp.jordan-trana.workers.dev/mcp"
    },
    {
      "name": "get_agent_info",
      "description": "Returns the A2A agent card with skills, capabilities, payment methods, and contact info for Jono Tho'ra / Archangel Agency.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      },
      "endpoint": "https://archangel-agency-mcp.jordan-trana.workers.dev/mcp"
    },
    {
      "name": "get_mecha_jono_status",
      "description": "Returns the current status of Mecha Jono — the first deployed PsiSys AI agent. Includes recent activity, operational state, and live feed.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      },
      "output": {
        "type": "redirect",
        "url": "https://mecha.jono.archangel.agency/api.php?action=get_snapshot"
      }
    },
    {
      "name": "request_human_task",
      "description": "Submit a request for human-in-the-loop services. Jono Tho'ra is available for tasks requiring physical presence, legal personhood, creative judgment, or domain expertise (iOS development, decentralized architecture, AI alignment, Universal Language). Contact via email.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "task_description": {
            "type": "string",
            "description": "Description of the task requiring human involvement."
          },
          "urgency": {
            "type": "string",
            "enum": ["low", "medium", "high"],
            "description": "How urgently the task needs to be completed."
          }
        },
        "required": ["task_description"]
      },
      "output": {
        "type": "contact",
        "email": "jono@archangel.agency",
        "subject_prefix": "[Agent Request]"
      }
    }
  ],
  "x402": {
    "version": 1,
    "protocol": "https://www.x402.org",
    "status": "ready",
    "note": "x402 payment gate is deployed but currently inactive (all tools free). When activated, premium tools will require $0.01 USDC on Base per call.",
    "premium_tools": [
      "get_universal_language_briefing(depth=full)",
      "get_context_jsons(context!=list)"
    ],
    "free_tools": [
      "get_service_catalog",
      "get_agent_info",
      "get_universal_language_briefing(depth=summary)",
      "get_context_jsons(context=list)"
    ],
    "payment_details": {
      "network": "base-mainnet",
      "currency": "USDC",
      "amount": "$0.01 per premium call",
      "recipient": "0x6ee0db8F864A396Fcba414e82b874E790A2ab5Ce"
    }
  },
  "rate_limit": {
    "max_requests": 60,
    "window_seconds": 60,
    "scope": "per-ip"
  },
  "payment": {
    "description": "AI agents with crypto wallets can pay directly. No intermediary required.",
    "eth": "0x1fecBb7aBe24ca3cdfFD5eA65aa3Ea4cB031BEe2",
    "btc": "bc1qfz6jpwdx7vsrqjfkcp04nf7lgz80wrgfvzwjea",
    "github_sponsors": "https://github.com/sponsors/Jthora"
  }
}
