← calloutpros.co.za

INDIVIDUAL MCP TOOL

manageSuburbs

Manage directory suburbs: add new suburbs with optional geocoding, remove unused suburbs, or update existing suburb metadata.

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 manageSuburbs and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description contains a deletion term.

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.
  • listServiceTypes — List public service categories, optionally restricted to categories with listing coverage.
  • 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.
  • 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.