{
  "specVersion": "1.0",
  "version": "1.0",
  "updated": "2026-09-05",
  "publisher": {
    "name": "hjLabs.in",
    "url": "https://hjlabs.in/",
    "description": "Industrial automation machines and AI/ML consulting, Gandhinagar, Gujarat, India."
  },
  "entries": [
    {
      "identifier": "urn:air:hjlabs.in:agents:mcp-server",
      "displayName": "hjLabs.in MCP Server",
      "type": "application/mcp-server+json",
      "url": "https://hjlabs.in/mcp",
      "descriptor": "https://hjlabs.in/.well-known/mcp/server-card.json",
      "capabilities": [
        "list_products",
        "get_product",
        "list_ai_services",
        "get_company_info",
        "search_site"
      ],
      "description": "Read-only Model Context Protocol server over content published on hjlabs.in. Streamable HTTP, JSON-RPC 2.0, stateless, unauthenticated. Returns machine specifications, published prices, AI/ML service listings and company details. No tool writes, orders, quotes or accepts personal data.",
      "representativeQueries": [
        "What CNC router machines does hjLabs.in sell and what do they cost?",
        "Give me the full specifications of the 3-axis selective soldering robot",
        "Which AI and ML consulting services does hjLabs.in offer?",
        "Where is hjLabs.in based and how do I contact them?"
      ]
    },
    {
      "identifier": "urn:air:hjlabs.in:agents:a2a-agent",
      "displayName": "hjLabs.in A2A Agent",
      "type": "application/a2a-agent+json",
      "url": "https://hjlabs.in/a2a",
      "descriptor": "https://hjlabs.in/.well-known/agent-card.json",
      "capabilities": [
        "list-products",
        "get-product",
        "list-ai-services",
        "get-company-info",
        "search-site"
      ],
      "description": "Agent2Agent endpoint answering questions about hjLabs.in machines, prices and services. Implements message/send and returns the complete answer as a Message; stateless, so no Task is created. Unauthenticated.",
      "representativeQueries": [
        "List every machine hjLabs.in manufactures with prices",
        "What is the work envelope of the hjLabs.in CNC router?",
        "Does hjLabs.in do computer vision consulting?"
      ]
    },
    {
      "identifier": "urn:air:hjlabs.in:apis:og-image",
      "displayName": "Open Graph Image Generator API",
      "type": "application/openapi+json",
      "url": "https://og.hjlabs.in/api/og",
      "capabilities": [
        "generate-og-image"
      ],
      "description": "GET endpoint returning image/png. Query parameters title, subtitle, template, brand, color1, color2. Unauthenticated. Rate limited per IP: 10/minute, 50/day, 100/hour.",
      "representativeQueries": [
        "Generate a social preview image with a title and subtitle"
      ]
    },
    {
      "identifier": "urn:air:hjlabs.in:content:site",
      "displayName": "hjLabs.in published content",
      "type": "text/markdown",
      "url": "https://hjlabs.in/llms.txt",
      "capabilities": [
        "markdown-content-negotiation",
        "sitemap",
        "llms-txt"
      ],
      "description": "Site overview and reading list for LLMs. Pages also serve Markdown via Accept: text/markdown content negotiation, and .md twins are fetchable directly.",
      "representativeQueries": [
        "What does hjLabs.in do?",
        "Show me the hjLabs.in product catalogue as markdown"
      ]
    }
  ]
}
