← calloutpros.co.za

INDIVIDUAL MCP TOOL

listServiceTypes

List public service categories, optionally restricted to categories with listing coverage.

calloutpros.co.zanone authenticationAvailability not checked

LIVE ENDPOINT

https://calloutpros.co.za/mcp

No auth detected

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

calloutpros.co.za

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.calloutpros-directory]
url = "https://calloutpros.co.za/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "calloutpros-directory": {
      "type": "http",
      "url": "https://calloutpros.co.za/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: calloutpros-directory
Remote MCP URL: https://calloutpros.co.za/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": {
    "calloutpros-directory": {
      "url": "https://calloutpros.co.za/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "calloutpros-directory": {
      "type": "http",
      "url": "https://calloutpros.co.za/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "calloutpros-directory",
  "transport": "streamable-http",
  "url": "https://calloutpros.co.za/mcp"
}
MCP Inspector

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

Related tools

  • searchListings — Search public service provider listings by service slug, suburb slug, optional free text, and page.
  • listSuburbs — List public suburbs, optionally filtered by query, featured status, and listing coverage.
  • getSuburbsForService — Get suburbs with listing coverage for one root service category.
  • getServicesInSuburb — Get service categories with listing coverage in one suburb.
  • manageSuburbs — Manage directory suburbs: add new suburbs with optional geocoding, remove unused suburbs, or update existing suburb metadata.
  • bulkAssignSuburb — Bulk assign a target suburb to service provider listings matching explicit IDs or filter criteria (by suburb, service, status, search text).
  • resolveClaimRequest — Resolve or close an open claim request with an approved, rejected, withdrawn, or expired status.