← ticc.sa

INDIVIDUAL MCP TOOL

read_public_resource

Read an approved public TICC machine-readable resource.

ticc.sanone authenticationAvailability not checked

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 endpoint

ticc.sa

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.ticc-sa]
url = "https://www.ticc.sa/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: ticc-sa
Remote MCP URL: https://www.ticc.sa/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": {
    "ticc-sa": {
      "url": "https://www.ticc.sa/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_company_overview — Return public TICC company overview and approval policy.
  • list_services — List public TICC Civil, MEP, Infrastructure, and fast-track delivery services.
  • match_project_scope — Classify a request and route careers, vendors, internships, training, spam, retail, and unrelated requests away from project inquiry.
  • score_project_fit — Score a potential project against TICC's public fit rubric without contacting TICC.
  • prepare_project_inquiry — Prepare a read-only project inquiry draft.
  • list_inquiry_requirements — Return the information agents should collect before preparing a TICC project inquiry.
  • list_service_areas — Return public TICC service-area context without inventing coordinates.
  • get_conversion_event_taxonomy — Return privacy-safe GA4/GTM/GBP event taxonomy and dashboard KPI definitions.