Data Collection
calloutpros.co.za
Provides tools to search and browse public service provider listings by suburb, service type, and location coverage.
ENDPOINT 1
https://calloutpros.co.za/mcp
MCP server metadata
- Name
- calloutpros-directory
- Version
- 1.0.0
Use directory tools to discover service categories, suburbs, and public listings, or manage suburbs. Protected registration, claim, admin, and ingest flows are not exposed.
Known tools 8
searchListingsSearch public service provider listings by service slug, suburb slug, optional free text, and page.
Inferred read-onlylistServiceTypesList public service categories, optionally restricted to categories with listing coverage.
Inferred read-onlylistSuburbsList public suburbs, optionally filtered by query, featured status, and listing coverage.
Inferred read-onlygetSuburbsForServiceGet suburbs with listing coverage for one root service category.
Inferred read-onlymanageSuburbsManage directory suburbs: add new suburbs with optional geocoding, remove unused suburbs, or update existing suburb metadata.
Potential side effectsbulkAssignSuburbBulk assign a target suburb to service provider listings matching explicit IDs or filter criteria (by suburb, service, status, search text).
Inferred read-onlyresolveClaimRequestResolve or close an open claim request with an approved, rejected, withdrawn, or expired status.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.