Job Search MCP Server
Search jobs from a Supabase database (h.careers) using various filters and retrieval tools.
Click on "Install 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: JobSpy 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/ -vThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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