Skip to main content
Glama
avfrancev

Job Search MCP Server

by avfrancev

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.txt

Related 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.py

MCP Инструменты

Инструмент

Описание

search_jobs

Базовый поиск вакансий

search_jobs_advanced

Расширенный поиск с фильтрами

get_job_by_id

Получить вакансию по ID

get_all_locations

Получить все локации

Примеры использования

Поиск по ключевому слову

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/ -v
A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to search and explore a large database of tech job listings with filtering options.
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.

View all related MCP servers

Related MCP Connectors

  • Semantic search over 3.5M+ live US job postings pulled straight from company ATSes. Read-only.

  • AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.

  • Search AI-native jobs, inspect application forms, and fetch free interview-prep resources.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/avfrancev/careers-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server