Productivity
jobsai.cz
This MCP server provides tools to search and retrieve job listings, submit job applications, and track application statuses.
ENDPOINT 1
https://agents.jobsai.cz/v1/mcp
MCP server metadata
- Name
- jobsai
- Version
- 0.0.0
Known tools 9
submit_applicationSubmit an application on behalf of the candidate represented by the consent envelope.
Inferred read-onlyget_application_statusRead an application status for the consent-envelope candidate.
Inferred read-onlysubscribeSubscribe to application status change notifications for the consent-envelope candidate.
Inferred read-onlywithdraw_applicationWithdraw an application on behalf of the consent-envelope candidate.
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.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.
jobsai.cz is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.