{
  "name": "TYTEC.ai",
  "display_name": "TYTEC Datacenter Field Services",
  "description": "Agent-ready public interface for TYTEC datacenter field services, coverage checks, leads, and non-binding quote requests.",
  "url": "https://tytec.ai/",
  "api_base_url": "https://tytec.ai/api/v1",
  "version": "2026-06-29",
  "provider": {
    "name": "TYTEC AB",
    "country": "SE",
    "jurisdiction": "Sweden",
    "url": "https://tytec.ai"
  },
  "operator": {
    "name": "TYTEC AB",
    "location": "Stockholm, SE",
    "operating_since": 2012
  },
  "protocols": [
    "https_json"
  ],
  "mcp": {
    "status": "tool_discovery_only",
    "public_endpoint": null,
    "tools_url": "https://tytec.ai/api/v1/mcp/tools",
    "note": "Public streaming MCP is not exposed in this pass. Safe MCP-ready tool schemas are published for read, lead, and quote flows only."
  },
  "tools": [
    "list_services",
    "list_locations",
    "check_location_coverage",
    "create_lead",
    "create_quote_request"
  ],
  "anonymous_allowed": [
    "list_services",
    "list_locations",
    "check_location_coverage",
    "create_lead",
    "create_quote_request"
  ],
  "anonymous_blocked": [
    "accept_quotes",
    "create_billable_orders",
    "schedule_dispatch",
    "access_private_tickets",
    "access_attachments",
    "close_jobs"
  ],
  "endpoints": {
    "services": "GET https://tytec.ai/api/v1/services",
    "locations": "GET https://tytec.ai/api/v1/locations",
    "coverage": "GET https://tytec.ai/api/v1/locations?city=Stockholm",
    "lead": "POST https://tytec.ai/api/v1/intake",
    "quote": "POST https://tytec.ai/api/v1/quotes",
    "tool_schemas": "GET https://tytec.ai/api/v1/mcp/tools"
  },
  "safety": {
    "anonymous_billable_orders_allowed": false,
    "creates_billable_order": false,
    "requires_human_approval_before_dispatch": true,
    "quote_estimates_are_non_binding": true,
    "automatic_dispatch_allowed": false
  }
}
