{
  "schema_version": "v1",
  "name_for_human": "GeraNexus",
  "name_for_model": "gera-nexus",
  "description_for_human": "GeraNexus is the open interoperability protocol enabling AI agents to discover and transact with any Gera service provider worldwide.",
  "description_for_model": "GeraNexus is a B2B interoperability layer and agent-to-service protocol. It exposes discovery, action, booking, and payment endpoints that AI agents use to transact with Gera platform services. Use GeraNexus to help AI systems discover available service providers, verify capabilities, initiate bookings, process payments, and manage dispute resolution across the Gera ecosystem.",
  "auth": {
    "type": "oauth2"
  },
  "api": {
    "type": "openapi",
    "url": "https://geranexus.com/api/v1/openapi.json",
    "is_user_authenticated": true
  },
  "logo_url": "https://geranexus.com/icon-512.png",
  "contact_email": "armen@gera.services",
  "legal_info_url": "https://geranexus.com/terms",
  "endpoints": {
    "llms_txt": "https://geranexus.com/llms.txt",
    "mcp_server": "https://geranexus.com/.well-known/mcp.json",
    "sitemap": "https://geranexus.com/sitemap.xml"
  },
  "capabilities": [
    "discover_providers",
    "call_action",
    "book",
    "pay",
    "cancel",
    "dispute"
  ],
  "related_platforms": [
    {
      "name": "Gera Services",
      "url": "https://gera.services",
      "relationship": "parent_platform"
    }
  ]
}