{
  "$schema": "https://agenticresourcediscovery.org/schemas/v1.0/ard.json",
  "specVersion": "1.0",
  "host": {
    "displayName": "MakerWorld Estimator by TryAR",
    "identifier": "did:web:estimator.tryar.in"
  },
  "entries": [
    {
      "identifier": "urn:air:tryar.in:mcp:makerworld-estimator",
      "displayName": "MakerWorld Estimator MCP Server",
      "type": "application/mcp-server+json",
      "url": "https://estimator.tryar.in/api/mcp",
      "description": "Model Context Protocol (MCP) server for 3D printing cost estimation, MakerWorld model analysis, profile switching, and filament pricing.",
      "representativeQueries": [
        "calculate 3d print cost",
        "estimate makerworld model price",
        "3d printing filament usage and cost",
        "bambu lab print profile pricing"
      ]
    },
    {
      "identifier": "urn:air:tryar.in:openapi:makerworld-estimator",
      "displayName": "MakerWorld Estimator REST API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://estimator.tryar.in/openapi.yaml",
      "description": "Full OpenAPI 3.0 REST API for MakerWorld model scraping, STL/3MF file cost estimation, leaderboard metrics, and credit management.",
      "representativeQueries": [
        "3d printing cost api",
        "makerworld scraper api",
        "parse stl or 3mf file cost"
      ]
    },
    {
      "identifier": "urn:air:tryar.in:agent-skills:makerworld-estimator",
      "displayName": "MakerWorld Estimator Agent Skill",
      "type": "application/json",
      "url": "https://estimator.tryar.in/.well-known/agent-skills/index.json",
      "description": "Agent skills package providing detailed domain knowledge, pricing heuristics, formulas, and trigger guidelines for 3D printing calculations.",
      "representativeQueries": [
        "when to use 3d printing estimator",
        "makerworld pricing heuristics",
        "bambu ams multi color cost formula"
      ]
    },
    {
      "identifier": "urn:air:tryar.in:doc:llms-txt",
      "displayName": "MakerWorld Estimator LLMs.txt",
      "type": "text/plain",
      "url": "https://estimator.tryar.in/llms.txt",
      "description": "Curated markdown documentation for LLMs and autonomous agents detailing formulas, endpoints, and workflows."
    }
  ]
}
