Romanian Job Search MCP

Romanian Job Search MCP

Cache-first MCP server for Romanian job search with Jooble integration, enabling local job search, quota management, and structured detail extraction.

Category
访问服务器

README

Romanian Job Search MCP

Cache-first MCP server for Romanian job search. The first provider is Jooble, with a database ledger so Hermes can search locally most of the time and spend Jooble API requests only when asked.

Design

  • search_logged_jobs searches the local DB only. It never calls Jooble.
  • search_and_log_jooble_jobs can spend one Jooble API request, then upserts every returned job.
  • start_job_search_session lets Hermes pass a Jooble key from the agent-owned .env.
  • Raw API keys are not stored in the database. Request logs store only key_id and a fingerprint.
  • mark_job_interest stores interest/application state so the LLM does not need to remember.
  • get_job_detail_schema defines the stable structure Hermes should fill after researching a job page.
  • populate_job_details persists that LLM-filled structured detail record.

Key Ownership

Recommended deployment: keep Jooble keys in the Hermes/agent .env, not in the MCP container/appdata. Hermes should read its fallback keys and pass the selected key as api_key when it calls start_job_search_session.

The MCP keeps that raw key only in process memory for the session. The database stores request counts with a key id/fingerprint, not the secret. Named MCP-side keys via JOOBLE_API_KEYS still exist as an optional mode, mainly for standalone testing or an MCP-owned scheduled worker.

MCP Tools

  • start_job_search_session(api_key, request_budget?)
  • quota_status(session_id?, key_id?)
  • search_logged_jobs(keywords?, location?, marked_status?)
  • search_and_log_jooble_jobs(session_id, keywords, location?, radius?, salary?, page?, result_on_page?)
  • get_logged_job(job_id?, source_job_id?, include_raw?)
  • get_job_detail_schema()
  • populate_job_details(job_id, details, extracted_by?)
  • mark_job_interest(job_id, status, notes?)
  • list_marked_jobs(status?)
  • create_saved_search(...)
  • refresh_saved_search(session_id, saved_search_id)

Hermes Usage Pattern

  1. Start a session with a key from the Hermes .env:

    {"api_key": "${JOOBLE_RO_PRIMARY}", "request_budget": 3}
    

    If the primary key hits quota, Hermes can start a new session with its fallback key.

  2. Search locally first:

    {"keywords": "python backend", "location": "Bucuresti"}
    
  3. Spend Jooble quota only if local results are missing or stale:

    {
      "session_id": "returned-session-id",
      "keywords": "python backend",
      "location": "Bucuresti",
      "result_on_page": 50
    }
    
  4. Mark jobs instead of remembering them in the LLM context:

    {"job_id": 1, "status": "interested", "notes": "Remote-friendly Python API role"}
    
  5. For deeper details, Hermes should inspect the public job page itself, then save a structured extraction:

    {
      "job_id": 1,
      "details": {
        "job_title": "Python Developer",
        "company_name": "Example SRL",
        "company_website": null,
        "location": "Bucuresti",
        "work_mode": "hybrid",
        "employment_type": "full_time",
        "seniority": "mid",
        "contract_type": "CIM",
        "salary_text": null,
        "salary_min": null,
        "salary_max": null,
        "salary_currency": null,
        "description": "Concise role description extracted from the public page.",
        "responsibilities": ["Build APIs", "Maintain integrations"],
        "requirements": ["Python", "REST APIs"],
        "nice_to_have": [],
        "benefits": [],
        "technologies": ["Python", "FastAPI"],
        "languages": ["English"],
        "application_url": "https://ro.jooble.org/jdp/...",
        "source_url": "https://ro.jooble.org/jdp/...",
        "contact": null,
        "evidence": {
          "work_mode": "Short supporting note or snippet"
        },
        "missing_fields": ["salary_text"],
        "confidence": 82
      },
      "extracted_by": "hermes"
    }
    

    Use get_job_detail_schema when Hermes needs the exact current field contract. Unknown fields are rejected; unknown values should be null or [] and listed in missing_fields.

Local Development

py -m venv .venv
.\.venv\Scripts\python.exe -m pip install -e ".[test]"
.\.venv\Scripts\python.exe -m pytest
.\.venv\Scripts\python.exe -m uvicorn ro_job_search_mcp.main:app --reload

The default Docker Compose MCP endpoint is http://localhost:8012/mcp, and health is http://localhost:8012/health.

Docker Compose / Unraid

  1. Copy .env.example to .env.

  2. Do not put Jooble keys in this .env when Hermes owns them.

  3. On Unraid, set APPDATA_PATH=/mnt/user/appdata/ro-job-search-mcp.

  4. Start:

    docker compose up -d --build
    

The MCP server listens on host port ${MCP_PORT:-8012} and container port 8000.

The worker service is behind the Docker Compose worker profile because it needs an MCP-side key. In the agent-owned key model, let Hermes call refresh_saved_search instead of running the worker.

Publishing Docker Images

GitHub Actions publishes the Docker image to GitHub Container Registry:

ghcr.io/ispas-catalin/ro-job-search-mcp

Publish by pushing a version tag:

git tag v0.1.0
git push origin v0.1.0

You can also run the Docker workflow manually from the GitHub Actions tab.

Jooble Quota Policy

Default limits are set for a 500-request key:

  • monthly hard limit: 500
  • monthly soft warning: 430
  • daily limit: 16
  • default cache TTL: 12h

Cached searches do not spend quota. Forced refreshes and stale cache refreshes do.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选