← Registry

Productivity

jobsai.cz

This MCP server provides tools to search and retrieve job listings, submit job applications, and track application statuses.

1 endpoint9 known toolsFirst detected August 5, 2026Last detected September 5, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
jobsai
Version
0.0.0
Capabilities
toolsresourcesprompts

Known tools 9

search_jobs

Search public Jobsai job listings.

Inferred read-only
get_job

Get a public Jobsai job detail by id or slug.

Inferred read-only
submit_application

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

Inferred read-only
get_application_status

Read an application status for the consent-envelope candidate.

Inferred read-only
list_applications

List all applications for the consent-envelope candidate.

Inferred read-only
subscribe

Subscribe to application status change notifications for the consent-envelope candidate.

Inferred read-only
stream_matches

Stream new job-match events for an agent client.

Inferred read-only
withdraw_application

Withdraw an application on behalf of the consent-envelope candidate.

Inferred read-only
saved_jobs

List, save, or unsave the consent-envelope candidate's bookmarked jobs.

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for jobsai.cz was fetched 2026-08-24T01:46:04.210Z.

Trust status Trusted

jobsai.cz is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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