← jobsai.cz

INDIVIDUAL MCP TOOL

submit_application

Submit an application on behalf of the candidate represented by the consent envelope.

jobsai.cznone authenticationAvailability not checked

LIVE ENDPOINT

https://agents.jobsai.cz/v1/mcp

No auth detected

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

jobsai.cz

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.jobsai]
url = "https://agents.jobsai.cz/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "jobsai": {
      "type": "http",
      "url": "https://agents.jobsai.cz/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: jobsai
Remote MCP URL: https://agents.jobsai.cz/v1/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": {
    "jobsai": {
      "url": "https://agents.jobsai.cz/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "jobsai": {
      "type": "http",
      "url": "https://agents.jobsai.cz/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "jobsai",
  "transport": "streamable-http",
  "url": "https://agents.jobsai.cz/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_jobs — Search public Jobsai job listings.
  • get_job — Get a public Jobsai job detail by id or slug.
  • get_application_status — Read an application status for the consent-envelope candidate.
  • list_applications — List all applications for the consent-envelope candidate.
  • subscribe — Subscribe to application status change notifications for the consent-envelope candidate.
  • stream_matches — Stream new job-match events for an agent client.
  • withdraw_application — Withdraw an application on behalf of the consent-envelope candidate.
  • saved_jobs — List, save, or unsave the consent-envelope candidate's bookmarked jobs.