Job Search MCP Server
Search jobs from a Supabase database (h.careers) using various filters and retrieval tools.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Job Search MCP ServerSearch for remote Python jobs in Moscow"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Job Search MCP Server
MCP сервер для поиска вакансий из базы данных Supabase (h.careers).
Установка
# Клонируйте репозиторий
git clone <repo-url>
cd job_search
# Создайте виртуальное окружение
python -m venv .venv
source .venv/bin/activate # Linux/Mac
# или
.venv\Scripts\activate # Windows
# Установите зависимости
pip install -r requirements.txtRelated MCP server: Active Jobs Db MCP Server
Настройка
# Скопируйте шаблон переменных окружения
cp .env.example .env
# Отредактируйте .env и добавьте свои значения
# SUPABASE_BASE_URL=https://supa.h.careers
# SUPABASE_API_KEY=your_api_key_hereЗапуск
python mcp_server.pyMCP Инструменты
Инструмент | Описание |
| Базовый поиск вакансий |
| Расширенный поиск с фильтрами |
| Получить вакансию по ID |
| Получить все локации |
Примеры использования
Поиск по ключевому слову
search_jobs(search_term="Python")Поиск с фильтрами
search_jobs_advanced(
location="Москва",
level="Middle",
min_salary=150000,
work_format="remote"
)Получить вакансию по ID
get_job_by_id(job_id="123")Тесты
pytest tests/ -vRelated MCP Connectors
Search remote tech jobs, inspect descriptions, compare roles, and retrieve application links.
Semantic search over 3.5M+ live US job postings pulled straight from company ATSes. Read-only.
Search job postings, companies, and technology stacks across 10M+ companies.
Manage job applications — jobs, companies, boards, notes, and profile — from your AI client.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceEnables AI agents to search and explore a large database of tech job listings with filtering options.MIT- AlicenseBqualityDmaintenanceEnables searching and retrieving job listings from the Active Jobs Db API with support for multiple filters like title, location, organization, and AI-based fields.6MIT
- FlicenseNot gradedqualityCmaintenanceEnables searching job listings on joblet.ai by title, company, location, and employment type, and retrieving full job details including description, responsibilities, requirements, salary, and apply link.-
- FlicenseNot gradedqualityBmaintenanceEnables searching and retrieving startup job listings from Wellfound with salary, equity, and company signals like Y Combinator backing, funding stage, and remote status.-