{
  "domain": "robots.ai",
  "records": [
    {
      "type": "mcp",
      "id": "tools",
      "name": "Robotics Tools",
      "description": "Product search, price comparison, and availability data for commercial robots",
      "endpoint": "https://robots.ai/api/mcp",
      "transport": "sse",
      "tools": ["search_robots", "compare_prices", "check_availability", "get_specs"]
    },
    {
      "type": "skill",
      "id": "search",
      "name": "Robot Search",
      "description": "Search the robots.ai directory for robots by type, manufacturer, price range, or use case",
      "index": "https://robots.ai/.agents/skills/index.json"
    },
    {
      "type": "skill",
      "id": "directory",
      "name": "Robot Directory",
      "description": "Browse robots by category — humanoid, quadruped, industrial, consumer, agricultural, medical",
      "index": "https://robots.ai/.agents/skills/index.json"
    },
    {
      "type": "agent",
      "id": "assistant",
      "name": "Robots.ai Assistant",
      "description": "Ask anything about robotics products, pricing, specs, and industry trends",
      "endpoint": "https://robots.ai/api/agent",
      "capabilities": ["product_lookup", "price_comparison", "spec_comparison", "industry_analysis"]
    }
  ]
}
