Searches for AI/ML jobs and internships with filtering for entry-level positions and Python proficiency requirements
Searches for AI/ML jobs and internships with filtering for entry-level positions and Python proficiency requirements
Searches for AI/ML jobs and internships with filtering for entry-level positions and Python proficiency requirements
Job Search MCP Server
An MCP (Model Context Protocol) server that searches across multiple job sites for AI/ML internships and full-time roles with specific filtering criteria.
Features
Multi-site Job Search: Searches LinkedIn, Indeed, Glassdoor, ZipRecruiter, and Monster
AI/ML Focus: Specifically targets artificial intelligence and machine learning positions
Smart Filtering:
Filters for entry-level positions (less than 1 year experience)
Requires Python proficiency
Supports both internships and full-time roles
Real-time Results: Gets the latest job postings from all sites
Structured Data: Returns well-formatted job information with all relevant details
Installation
Clone or download this repository
Install dependencies:
npm installBuild the project:
npm run build
Usage
Running the Server
Or for development:
Available Tools
1. search_ai_ml_jobs
Search for AI/ML jobs across all supported job sites.
Parameters:
location
(string, optional): Job location (default: "Remote")maxResults
(number, optional): Maximum results to return (default: 50)includeInternships
(boolean, optional): Include internships (default: true)includeFullTime
(boolean, optional): Include full-time roles (default: true)keywords
(array, optional): Additional search keywords
Example:
2. search_specific_job_site
Search for jobs on a specific job site.
Parameters:
site
(string, required): Job site ("linkedin", "indeed", "glassdoor", "ziprecruiter", "monster")location
(string, optional): Job location (default: "Remote")maxResults
(number, optional): Maximum results to return (default: 25)
Example:
Job Filtering Criteria
The server automatically applies the following filters:
For Full-time Roles:
Experience Level: Entry-level (less than 1 year experience)
Required Skills: Must include Python proficiency
Job Type: AI/ML related positions only
For Internships:
Job Type: AI/ML related positions only
Skills: Python proficiency preferred
AI/ML Keywords Detected:
Machine Learning
Artificial Intelligence
Data Science
Deep Learning
NLP (Natural Language Processing)
Computer Vision
Neural Networks
TensorFlow, PyTorch, Scikit-learn
Response Format
The server returns structured job data including:
Configuration
Copy env.example
to .env
and modify as needed:
Available configuration options:
RATE_LIMIT_PER_MINUTE
: Rate limiting for requests (default: 30)REQUEST_TIMEOUT
: Request timeout in milliseconds (default: 30000)USER_AGENT
: User agent string for web scraping
Supported Job Sites
LinkedIn - Professional networking and job board
Indeed - General job search engine
Glassdoor - Job search with company reviews
ZipRecruiter - Job matching platform
Monster - Traditional job board
Technical Details
Language: TypeScript
Runtime: Node.js
Web Scraping: Cheerio for HTML parsing, Axios for HTTP requests
Architecture: Modular scraper system with base class and site-specific implementations
Error Handling
The server includes comprehensive error handling:
Network timeouts and connection errors
HTML parsing errors
Rate limiting protection
Graceful degradation when individual sites fail
Legal and Ethical Considerations
This tool is for educational and personal use. Please respect:
Website terms of service
Rate limiting to avoid overloading servers
Robots.txt files and scraping policies
Consider using official APIs when available
Contributing
Fork the repository
Create a feature branch
Add tests for new functionality
Submit a pull request
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables searching for AI/ML internships and entry-level positions across multiple job sites including LinkedIn, Indeed, Glassdoor, ZipRecruiter, and Monster. Automatically filters for Python proficiency and relevant AI/ML skills while providing structured job data with application URLs and detailed requirements.