job-search-mcp

job-search-mcp

MCP server for combined multi-portal job search, connecting StepStone, Arbeitnow, Remotive, and We Work Remotely, with robust error isolation and markdown reports. It respects portal restrictions and avoids scraping protected services.

Category
Visit Server

README

Job Search MCP

Installierbarer MCP-Server für eine regelkonforme Mehrportal-Jobsuche mit OpenCode. Er verbindet die öffentliche StepStone-Suche mit den offiziellen APIs beziehungsweise Feeds von Arbeitnow, Remotive und We Work Remotely. Weitere Portale werden mit transparentem Zugangsstatus katalogisiert, ohne gesperrte Dienste zu scrapen.

Funktionen

  • kombinierte Mehrportal-Suche mit isolierten Quellenausfällen
  • öffentliche Suche ohne unnötigen Login
  • sichtbarer Camoufox-Browser für optionale Konto-Funktionen und 2FA
  • deterministisches Matching gegen ein JSON-Jobprofil
  • Markdown-Berichte mit Original-Links
  • Portal-Allowlist und verschlüsselte lokale Credentials
  • OpenCode-Konfiguration und stdio-MCP-CLI

Installation

python3 -m venv .venv
.venv/bin/python -m pip install -e ".[dev]"
.venv/bin/python -m camoufox fetch

Tests und Qualitätsprüfungen:

.venv/bin/python -m unittest discover -s tests -t .
.venv/bin/python -m ruff check .
.venv/bin/python -m ruff format --check .
.venv/bin/python -m mypy

Verwendung

Der MCP-Server ist über den installierten Einstiegspunkt verfügbar:

export ALLOW_EXTERNAL_PORTALS=1
.venv/bin/job-search-mcp

OpenCode verwendet denselben Einstieg über .opencode/opencode.json. Nach der Installation genügt daher:

export ALLOW_EXTERNAL_PORTALS=1
opencode

Das zentrale Werkzeug lautet:

mehrportal_suche(query="backend", ort="nürnberg")

Ohne portal_ids werden StepStone, Arbeitnow, Remotive und We Work Remotely abgefragt. Ein Fehler einer Quelle verwirft die übrigen Ergebnisse nicht.

Repository-Struktur

src/job_search_mcp/
├── domain/          # Jobmodelle und reine Matching-Regeln
├── application/     # Such-, Bewertungs- und Berichtsabläufe
├── infrastructure/  # Browser, Feeds, Credentials und Konfiguration
├── interfaces/      # MCP-Server, CLI und lokale Demo-API
└── resources/       # Profile, Portalkatalog und JSON-Schemas
tests/               # Unit-, Vertrags- und Integrationstests
examples/            # einzeln ausführbare Lernbeispiele
scripts/             # Repository-Hilfsskripte
docs/                # Architektur, Portale und ausführlicher Leitfaden
todos/               # versionierte Planung und Umsetzungsevidenz
reports/             # lokal erzeugte Berichte

Mehr Details stehen im Leitfaden, in der Architekturbeschreibung und in der Portalübersicht. UML- und BPMN-Sichten liegen unter architecture/.

Sicherheitsgrenzen

  • Externe Läufe benötigen ALLOW_EXTERNAL_PORTALS=1.
  • Indeed bleibt ohne eigene Autorisierung gesperrt.
  • LinkedIn wird nur mit ausdrücklicher Crawling-Erlaubnis automatisiert.
  • Instaffo bleibt ein interaktiver Matching-Workflow.
  • Captchas, 2FA und Bot-Schutz werden nicht umgangen.
  • Credentials und Browserzustände liegen außerhalb des Repositories im lokalen State-Verzeichnis.

Lizenz

Dieses Projekt steht unter der BSD-3-Clause-Lizenz. Abhängigkeiten und übernommene Fremdkomponenten behalten ihre jeweiligen Lizenzen.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured