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.
ENDPOINT 1
https://contractza.co.za/api/mcp
MCP server metadata
- Name
- contractza
- Version
- 1.0.0
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_jobsSearch live South African contract, freelance and fixed-term job listings on ContractZA.
Inferred read-onlyget_jobGet 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 effectsget_market_insightsGet 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-onlypost_jobPublish a new job listing on ContractZA on behalf of the authenticated employer.
Potential side effectsget_my_creditsCheck the authenticated employer's remaining job-post credits and Pro subscription status.
Potential side effectsbuy_job_creditsStart a purchase of job-post credits for the authenticated employer and return a Paystack checkout link.
Potential side effectslist_my_jobsList the authenticated employer's own job postings with status, views and application counts.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.