← Registry

General Tools

contractza.co.za

Provides access to South African contract job listings, including search, detailed job info, market insights, and job posting for employers.

1 endpoint7 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://contractza.co.za/api/mcp

No auth detected

MCP server metadata

Name
contractza
Version
1.0.0
Capabilities
tools
Server instructions

ContractZA is a South African job board for contract, freelance and fixed-term work. Use search_jobs to find roles and get_job to read one in detail.

Known tools 7

search_jobs

Search live South African contract, freelance and fixed-term job listings on ContractZA.

Inferred read-only
get_job

Get the full details of a single ContractZA job listing by its slug or id, including the full description, requirements, responsibilities, pay rate in ZAR, location, contract length and how to apply.

Potential side effects
get_market_insights

Get the latest South African contract job-market report: most in-demand skills (with share of listings and median monthly rate in ZAR), overall salary benchmarks (p25/median/p75), hiring velocity (new postings in the last 30 days vs the prior 30), top hiring cities and the remote/hybrid/onsite split.

Inferred read-only
post_job

Publish a new job listing on ContractZA on behalf of the authenticated employer.

Potential side effects
get_my_credits

Check the authenticated employer's remaining job-post credits and Pro subscription status.

Potential side effects
buy_job_credits

Start a purchase of job-post credits for the authenticated employer and return a Paystack checkout link.

Potential side effects
list_my_jobs

List the authenticated employer's own job postings with status, views and application counts.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "contractza": {
      "type": "http",
      "url": "https://contractza.co.za/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "contractza",
  "transport": "streamable-http",
  "url": "https://contractza.co.za/api/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.