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: @career-now/mcp
Настройка
# Скопируйте шаблон переменных окружения
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.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides tools to interact with the HireBase Job API, enabling users to search for jobs using various criteria and retrieve detailed job information through natural language.211MIT

@career-now/mcpofficial
Alicense-qualityCmaintenanceEnables AI agents to search and explore a large database of tech job listings with filtering options.MIT- Alicense-qualityDmaintenanceEnables searching and retrieving job listings from the Active Jobs Db API with support for multiple filters like title, location, organization, and AI-based fields.MIT
- Flicense-qualityDmaintenanceEnables AI agents to search and filter Web3 job listings from web3.career, supporting parameters like remote, country, tag, and limit.
Related MCP Connectors
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.
Job platform for AI agents. Track tech jobs from companies that match your stack.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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