{
  "name": "OSIR Domain Registrar",
  "description": "AI-native domain registrar. Register domains across 400+ TLDs, check availability, manage DNS, deploy VPS, and configure email — all through AI-friendly APIs.",
  "provider": {
    "name": "Osir, Inc.",
    "url": "https://osir.com",
    "contactUrl": "https://osir.com/en/contact",
    "contactEmail": "support@osir.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://osir.com/en/developers",
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "pushNotificationsUrl": "https://push.osir.com/api/push/notify"
  },
  "authentication": {
    "schemes": ["bearer"]
  },
  "skills": [
    {
      "id": "domain-search",
      "name": "Domain Search",
      "description": "Search for available domain names across 400+ TLDs by keyword"
    },
    {
      "id": "domain-availability",
      "name": "Check Domain Availability",
      "description": "Check if a specific domain name is available for registration"
    },
    {
      "id": "domain-register",
      "name": "Register Domain",
      "description": "Register a new domain name with optional WHOIS privacy"
    },
    {
      "id": "dns-management",
      "name": "DNS Management",
      "description": "Update nameservers and manage DNS records for registered domains"
    },
    {
      "id": "domain-pricing",
      "name": "Domain Pricing",
      "description": "Get registration, renewal, and transfer pricing for all supported TLDs"
    },
    {
      "id": "vps-hosting",
      "name": "VPS Hosting",
      "description": "Deploy and manage high-performance virtual private servers"
    },
    {
      "id": "email-hosting",
      "name": "Email Hosting",
      "description": "Set up professional email hosting on your domain"
    },
    {
      "id": "push-notifications",
      "name": "Push Notifications",
      "description": "Send real-time push notifications to user devices via POST https://push.osir.com/api/push/notify with X-API-Key header. Useful for alerting users about completed tasks or time-sensitive events."
    }
  ],
  "protocols": {
    "mcp": {
      "description": "Model Context Protocol server — 71 tools + 10 prompts via SSE or Streamable HTTP",
      "install": "npx @anthropic-ai/mcp-remote https://be.osir.com/mcp/sse",
      "sseUrl": "https://be.osir.com/mcp/mcp/sse",
      "httpUrl": "https://be.osir.com/mcp/mcp/http"
    },
    "a2a": {
      "description": "Agent-to-Agent protocol — 7 specialist agents with 50+ skills via JSON-RPC 2.0",
      "url": "https://be.osir.com/a2a/a2a",
      "streamUrl": "https://be.osir.com/a2a/a2a/stream",
      "agentCardUrl": "https://be.osir.com/a2a/.well-known/agent.json"
    },
    "rest": {
      "description": "RESTful API with OpenAPI 3.0 specification",
      "documentationUrl": "https://osir.com/en/developers",
      "baseUrl": "https://be.osir.com/api/v1"
    }
  }
}
