INDIVIDUAL MCP TOOL
list_service_areas
List the Western Australia suburbs/areas Umbrella Technology actively serves.
LIVE ENDPOINT
https://umbrellatech.com.au/mcp
Connect to this endpoint to inspect the live schema for list_service_areas 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
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.umbrella-technology]
url = "https://umbrellatech.com.au/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"umbrella-technology": {
"type": "http",
"url": "https://umbrellatech.com.au/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: umbrella-technology
Remote MCP URL: https://umbrellatech.com.au/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": {
"umbrella-technology": {
"url": "https://umbrellatech.com.au/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"umbrella-technology": {
"type": "http",
"url": "https://umbrellatech.com.au/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "umbrella-technology",
"transport": "streamable-http",
"url": "https://umbrellatech.com.au/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_services— List the IT, cyber security and cloud services Umbrella Technology offers.get_service— Get the description of a specific service by slug.list_articles— List Umbrella Technology resource articles and guides (title + URL).get_article— Get the full Markdown of a specific resource article by slug.get_contact— Get contact details for Umbrella Technology.