← tier1.nz

INDIVIDUAL MCP TOOL

get_it_health_check_questions

Returns the current static Tier1 question set, answer options, conditional rules, versions, one-question-at-a-time guidance, and fields that must never be requested.

tier1.nznone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.tier1.nz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_it_health_check_questions 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

tier1.nz

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.tier1-it-assessment]
url = "https://mcp.tier1.nz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tier1-it-assessment": {
      "type": "http",
      "url": "https://mcp.tier1.nz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tier1-it-assessment
Remote MCP URL: https://mcp.tier1.nz/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": {
    "tier1-it-assessment": {
      "url": "https://mcp.tier1.nz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tier1-it-assessment": {
      "type": "http",
      "url": "https://mcp.tier1.nz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tier1-it-assessment",
  "transport": "streamable-http",
  "url": "https://mcp.tier1.nz/mcp"
}
MCP Inspector

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

Related tools

  • check_email_domain_security — Runs bounded, point-in-time public DNS checks for one validated public domain through Cloudflare 1.
  • score_it_health_check — Strictly validates structured answers and returns the deterministic Tier1 score, maturity, overall risk, prioritised findings, quick wins, medium-term actions, assumptions, limitations, service/resource recommendations, and rule version.
  • get_tier1_recommendations — Maps only stable Tier1 finding identifiers to approved Tier1 services and public resources.
  • get_tier1_resource — Returns approved Tier1 public resource metadata by stable identifier.
  • get_managed_services_pricing_catalogue — Returns the current Tier1 standard managed-service package rates, licensing/add-on catalogue, optional wider-scope items, bundling notes (Microsoft app approvals and Huntress IDTR; ESET desktop with Huntress EDR), monthly-only vendor commitment rules, and pricing version.
  • estimate_managed_services_pricing — Calculates an indicative NZD managed-services estimate from package quantities, catalogue add-ons, and optional wider-scope lines.