← contractza.co.za

INDIVIDUAL MCP TOOL

list_my_jobs

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

contractza.co.zanone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

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

contractza.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.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.

Related tools

  • search_jobs — Search live South African contract, freelance and fixed-term job listings on ContractZA.
  • 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.
  • 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.
  • post_job — Publish a new job listing on ContractZA on behalf of the authenticated employer.
  • get_my_credits — Check the authenticated employer's remaining job-post credits and Pro subscription status.
  • buy_job_credits — Start a purchase of job-post credits for the authenticated employer and return a Paystack checkout link.