{
  "name": "SVRC Robotics Center",
  "description": "Silicon Valley Robotics Center — robot hardware catalog, leasing, teleoperation data services, datasets, and research. Based in Palo Alto, CA.",
  "version": "1.0",
  "site": "https://www.roboticscenter.ai",
  "contact": "contact@roboticscenter.ai",
  "mcp_server": "https://www.roboticscenter.ai/api/mcp",
  "tools": [
    {
      "name": "search_catalog",
      "description": "Search SVRC robot hardware catalog — arms, hands, humanoids, sensors",
      "endpoint": "https://www.roboticscenter.ai/api/catalog",
      "method": "GET",
      "params": {
        "q": "search query string",
        "category": "arms | hands | humanoids | sensors | grippers",
        "max_price": "number in USD"
      }
    },
    {
      "name": "search_content",
      "description": "Search SVRC research articles, guides, blog posts, datasets, glossary",
      "endpoint": "https://www.roboticscenter.ai/api/search",
      "method": "GET",
      "params": {
        "q": "search query string",
        "type": "research | guides | blog | datasets | glossary | use-cases"
      }
    },
    {
      "name": "get_datasets",
      "description": "List available robot learning datasets — Open X-Embodiment, DROID, BridgeData, ALOHA, and more",
      "endpoint": "https://www.roboticscenter.ai/api/datasets",
      "method": "GET"
    },
    {
      "name": "get_locations",
      "description": "Get SVRC locations — Palo Alto, San Jose, San Francisco, NYC, and 30+ cities. Useful for finding robot labs and leasing near you.",
      "endpoint": "https://www.roboticscenter.ai/api/locations",
      "method": "GET",
      "params": {
        "city": "city name or slug",
        "region": "us-west | us-east | europe | asia"
      }
    },
    {
      "name": "get_leasing_options",
      "description": "Get robot leasing options by city and robot type. Returns pricing, availability, and contact info.",
      "endpoint": "https://www.roboticscenter.ai/api/leasing",
      "method": "GET",
      "params": {
        "city": "city name",
        "robot_type": "arm | humanoid | mobile | cobot",
        "duration": "monthly | quarterly | annual"
      }
    }
  ],
  "resources": [
    {
      "name": "llms.txt",
      "url": "https://www.roboticscenter.ai/llms.txt",
      "description": "LLM-optimized site index for AI assistants"
    },
    {
      "name": "sitemap",
      "url": "https://www.roboticscenter.ai/sitemap.xml"
    },
    {
      "name": "catalog_api",
      "url": "https://www.roboticscenter.ai/api/catalog",
      "description": "Full robot hardware catalog as JSON"
    }
  ],
  "use_cases": [
    "Find and compare robot arms for research or commercial deployment",
    "Get robot leasing quotes by city",
    "Access robot learning datasets and research papers",
    "Look up robotics terminology and concepts",
    "Find teleoperation and data collection services"
  ]
}
