{
  "name": "SpaceTime OS",
  "description": "Critical infrastructure security platform — maritime threat intelligence, cable protection, dark vessel detection",
  "url": "https://spacetime-frontend-production.up.railway.app",
  "api": {
    "base_url": "https://oceanapi.ainative.studio/api/v1",
    "docs_url": "https://oceanapi.ainative.studio/docs",
    "openapi_url": "https://oceanapi.ainative.studio/openapi.json",
    "auth_type": "bearer",
    "auth_header": "Authorization"
  },
  "mcp": {
    "name": "spacetime-os",
    "command": "python",
    "args": ["-m", "spacetime_os.mcp_server"],
    "tools_count": 27,
    "description": "27-tool MCP server for AI agent integration with SpaceTime OS"
  },
  "capabilities": [
    "maritime-threat-intelligence",
    "submarine-cable-monitoring",
    "dark-vessel-detection",
    "drone-dispatch",
    "incident-management",
    "cross-domain-correlation",
    "real-time-event-streaming"
  ],
  "pricing": {
    "free_tier": true,
    "plans": [
      {"name": "Free", "price": 0, "calls_per_min": 10},
      {"name": "Starter", "price": 49, "calls_per_min": 60},
      {"name": "Professional", "price": 299, "calls_per_min": 300},
      {"name": "Enterprise", "price": "custom", "calls_per_min": 1000}
    ]
  },
  "contact": "api@spacetime-os.com"
}
