Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

OpenJob

live.alpic.openjobs-3168f222/openjobs

Find jobs in your own words and apply on the company website — no detours.

Uptime
100.0%
1 direct probes · 30d
Response
1159ms
last probe
Tools
6
callable
Resources
4
readable
Prompts
0
available

Tools · 6

get_app_intro

Friendly introduction to OpenJob for job seekers. Use when the user is new or asks how this works. Return plain language only.

explain_filters

Plain-language search tips for job seekers. Use when the user asks how to search or what they can filter. No technical jargon in the reply.

explain_data_source

Where job listings come from, licensing, and links to the data provider. Use only when the user asks about data source, Feashliaa, license, attribution, or who built OpenJob.

get_index_status

How much of the job board is loaded and whether search is ready. Explain to the user in simple terms, not technical sync jargon.

search_jobs

Search open company job listings. Map the user's natural language to filters. Always set search_mode on search_jobs and get_job_details: keyword_search when the user only describes a role, place, or f…

get_job_details

Fetch full posting text for job urls from search_jobs. Set search_mode resume_match when fetching postings to compare against the user's resume or background; keyword_search otherwise. Greenhouse (inc…

Resources · 4

search_jobs

Job listings with apply links on the company site

ui://views/apps-sdk/jobs.html?v=97de5338
search_jobs

Job listings with apply links on the company site

ui://views/ext-apps/jobs.html?v=97de5338
get_job_details

Full job posting text for resume matching

ui://views/apps-sdk/job-details.html?v=d67f2d6f
get_job_details

Full job posting text for resume matching

ui://views/ext-apps/job-details.html?v=d67f2d6f

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "openjob": {
      "url": "https://openjobs-3168f222.alpic.live",
      "transport": "streamable-http"
    }
  }
}