{
  "name": "Registly",
  "description": "Order official company documents from UK Companies House, the Delaware Division of Corporations, and ADGM.",
  "url": "https://registly.app",
  "version": "0.2.0",
  "documentationUrl": "https://registly.app/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true,
    "payments": {
      "protocols": ["mpp"],
      "providers": ["stripe"],
      "reviewBeforeCharge": true
    }
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "official-company-documents",
      "name": "Official company document ordering",
      "description": "Discover available registry documents, obtain an estimate, submit an order request, pay the reviewed total over Stripe MPP, and track fulfillment.",
      "tags": [
        "company-registry",
        "certified-documents",
        "good-standing",
        "kyb"
      ],
      "examples": [
        "Order a Delaware short form certificate of good standing",
        "Get a certified UK incorporation certificate",
        "Request an ADGM certificate of incumbency"
      ]
    }
  ],
  "interfaces": [
    {
      "type": "openapi",
      "url": "https://registly.app/openapi.json"
    },
    {
      "type": "mcp",
      "url": "https://registly.app/mcp"
    },
    {
      "type": "payment",
      "protocol": "mpp",
      "provider": "stripe",
      "urlTemplate": "https://registly.app/api/orders/{order_id}/payment"
    }
  ]
}
