← atit-sa.net

INDIVIDUAL MCP TOOL

get_service

Return details for one ATIT service by its slug (e.g.

atit-sa.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.atit-sa.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_service and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

atit-sa.net

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.atit-mcp]
url = "https://www.atit-sa.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "atit-mcp": {
      "type": "http",
      "url": "https://www.atit-sa.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: atit-mcp
Remote MCP URL: https://www.atit-sa.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "atit-mcp": {
      "url": "https://www.atit-sa.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "atit-mcp": {
      "type": "http",
      "url": "https://www.atit-sa.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "atit-mcp",
  "transport": "streamable-http",
  "url": "https://www.atit-sa.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_company_info — Return ATIT's identity, headquarters, contact channels, key stats and a short bilingual summary.
  • get_contact_info — Return ATIT's sales email, phone numbers, WhatsApp link, LinkedIn and Riyadh address.
  • list_services — List every service ATIT offers (cybersecurity, network design, CCTV, structured cabling, smart buildings, unified communications) with slug, bilingual name, URL, summary and brand partners.
  • list_sectors — List industry sectors ATIT serves (government, banking, healthcare, education, enterprise, hospitality, energy, retail).
  • get_sector — Return details for one industry sector by its slug (e.g.
  • list_blog_articles — List published blog articles from ATIT with slug, title, short summary and URL.
  • list_technology_partners — List the global technology vendors ATIT partners with (Cisco, Fortinet, Hikvision, etc.).
  • list_open_positions — List ATIT's currently advertised open roles in Riyadh, with the careers page URL.