Job Search MCP
Allows searching GSK's career website and extracting detailed job listings, including job titles, descriptions, requirements, expiry dates, and apply links.
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 MCPFind me data scientist jobs at Novartis and Bayer"
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
A configuration-driven Model Context Protocol (MCP) server for searching jobs directly from company career websites.
Allows AI assistants (Claude, ChatGPT) to search and extract job listings from 5 pharmaceutical companies with extensible architecture for unlimited company additions.
Current Coverage: Amgen, Bayer, GSK, Novartis, Pfizer
Expandable to: 250+ companies (healthcare, tech, finance sectors)
Features
✅ MCP-compatible job search tool for AI assistants
✅ Configuration-driven company support (JSON-based, no code changes needed)
✅ Extract detailed job information: title, description, requirements, expiry date, apply links
✅ Intelligent error tracking: classify 404s, timeouts, network errors, parse errors
✅ Generate CSV reports for batch processing
✅ Zero external parsing dependencies (pure regex-based extraction)
✅ TypeScript strict mode with full type safety
✅ Company-specific HTML parsers (Workday, Eightfold AI, Drupal platforms)
✅ Optional web demo at
/demofor manual job search✅ Comprehensive test suite (4 professional tests)
Related MCP server: trackly-cli
Technology Stack
Protocol: Model Context Protocol (MCP) SDK (TypeScript)
Runtime: Node.js v18+ (LTS recommended: v18, v20, v22)
Language: TypeScript 5.3+ (strict mode)
Parsing: Regex-based HTML extraction (no Puppeteer, jsdom, or Cheerio)
Build: TypeScript Compiler (tsc)
Optional Web UI: React + Next.js + Tailwind CSS (for manual searching)
Testing: Native Node.js (no jest/mocha required)
Quick Start
As an MCP Server (For AI Integration)
Install & Build:
npm install
npm run buildStart the MCP Server:
npm start
# Server runs on stdio (ready for Claude Desktop, Cursor, or other MCP clients)Configure in Claude Desktop (
~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"job-search": {
"command": "node",
"args": ["path/to/dist/server.js"]
}
}
}Use in Claude:
User: "Find me senior manager jobs at Amgen and Pfizer"
Claude: (uses MCP search tool)
Claude: "I found 12 senior manager positions with details..."As a Local CLI Tool
# Install dependencies
npm install
# Build TypeScript
npm run build
# Run job search tests
npm run test
node dist/test/test-manager-jobs.jsOptional: Web Demo for Manual Browsing
Deploy the included React demo to Vercel (optional):
# Deploy demo at https://[your-app].vercel.app/
vercel deployProject Architecture
As MCP Server (Primary)
Claude / AI Assistant
↓
MCP Client Protocol (stdio)
↓
MCP Server (src/server.ts)
↓
Search Tool Handler
↓
┌──────────────────────────────────────┐
│ SearchExecutor (src/search-executor.ts)
│ - Orchestrates job searches
│ - Fetches from career site URLs
│ - Parses HTML for job listings
└──────────────────────────────────────┘
↓
┌──────────┬──────────┬──────────┬──────────┬──────────┐
│ │ │ │ │ │
Amgen Bayer GSK Novartis Pfizer
│ │ │ │ │
└──────────┴──────────┴──────────┴──────────┴──────────┘
↓
ExtractorRegistry (src/extractors/)
- 5 Company-specific parsers
- Extract: jobTitle, description, requirements, applyLink
- Track errors with classification
↓
Return JSON to AI AssistantOptional: Web Demo
User → Web Browser
↓
React Component (app/demo/page.tsx)
↓
Next.js API Route (app/api/search-jobs/route.ts)
↓
SearchExecutor (same as MCP uses)
↓
Results + CSV reportsConfiguration
src/config.json is the source of truth for the companies that the project supports.
Current: 5 companies (Amgen, Bayer, GSK, Novartis, Pfizer)
Expandable: Add unlimited companies via JSON configuration (no code changes needed)
Example:
{
"projectname": "Job Search MCP",
"sites": [
{
"name": "Amgen",
"search_url": "https://amgen.wd1.myworkdayjobs.com/Careers?q={SEARCH_TERM}"
},
{
"name": "Bayer",
"search_url": "https://bayer.eightfold.ai/careers?query={SEARCH_TERM}"
}
]
}Adding New Companies
To add a new company:
Create config entry: Add to
src/config.jsonwith company name and search URLCreate site definition: Add
sites/company-name.jsonwith search parametersCreate extractor: Add
src/extractors/company-name.tswith HTML parsing rules (only if using new platform)Register extractor: Add to
src/extractors/index.ts
No rebuild needed - configuration is loaded at runtime.
Company Platform Support
Platform | Companies | File |
Workday | Amgen, Pfizer, GSK |
|
Eightfold AI | Bayer |
|
Drupal | Novartis |
|
Extensibility: Adding 50+ more companies only requires JSON config + reusable platform extractors "name": "Pfizer", "search_url": "..." } ] }
Only the company name and a usable search URL need to be supplied when adding a new company.
## Site Definitions
Each company is represented by a separate file under `sites/`.
For example:
```text
sites/amgen.jsonThe structure must follow test/sample.json.
A site definition contains:
company name
career URL
search URL
supported search parameters
parameter labels
parameter types
available parameter values
The parameter structure is intentionally an array rather than fixed JSON keys because different career websites expose different search parameters.
For example, one site may expose:
location
country
jobTypewhile another may expose:
location
timeType
LocationCountry
jobFamilyGroup
workerSubTypeThe MCP must not assume that every company supports the same parameters.
Job Extractors
The project includes site-specific job extractors that parse individual job posting URLs and extract detailed information.
Extracted Data
Each extractor retrieves:
Job Title - Position name
Job Description - Full job description/responsibilities (excludes headers/footers)
Eligibility - Requirements, qualifications, and skills
Expiry Date - Application closing date (YYYY-MM-DD format, blank if not available)
Apply Link - Direct URL to apply (may differ from job posting URL)
Available Extractors
src/extractors/
├── types.ts # JobExtractor interface & types
├── amgen.ts # Amgen (Workday-based)
├── pfizer.ts # Pfizer (Workday-based)
├── bayer.ts # Bayer (Eightfold AI)
├── gsk.ts # GSK (Workday-based)
├── novartis.ts # Novartis (Drupal)
└── index.ts # ExtractorRegistryUsage Example
import { ExtractorRegistry } from './src/extractors/index.js';
const registry = new ExtractorRegistry();
const amgenExtractor = registry.getExtractor('amgen');
const result = await amgenExtractor?.extract(
'https://amgen.wd1.myworkdayjobs.com/job/India---Hyderabad/Assoc-Director---Data-Product-Mgmt_R-219150'
);
if (result?.success && result.data) {
console.log(result.data.jobTitle);
console.log(result.data.jobDescription);
console.log(result.data.eligibility);
}Testing
The project includes a comprehensive test suite for validating search and extraction functionality.
Test Suite Overview
All tests are self-contained TypeScript files that can be run independently:
npm run build
node dist/test/[test-name].jsAvailable Tests
1. test-config.ts - Configuration Loading Test
Tests that company configurations load correctly from src/config.json.
node dist/test/test-config.jsPurpose: Validates configuration structure and company discovery Output: Lists available companies and their search URLs
2. test-search.ts - Job Search Test
Tests the search functionality across all companies.
node dist/test/test-search.jsPurpose: Verifies that searches return valid job URLs Output: Search results for "Manager" jobs from each company Note: Requires internet connectivity to actual career sites
3. test-extractors.ts - Job Extraction Test
Tests that job detail extraction works for each company's job URLs.
node dist/test/test-extractors.jsPurpose: Validates job title, description, and eligibility extraction Output: Extraction success rate and field details Note: Requires real job URLs from test-search.ts output
4. test-manager-jobs.ts - End-to-End Integration Test
Complete pipeline test: searches for jobs → extracts details → generates reports
node dist/test/test-manager-jobs.jsPurpose: Full integration test with error tracking and CSV report generation Output:
test/manager-jobs-success.csv- Successfully extracted job datatest/manager-jobs-errors.csv- Extraction errors (404s, timeouts, etc.)Console summary showing success rate and error breakdown
Running All Tests
npm run build
node dist/test/test-config.js
node dist/test/test-search.js
node dist/test/test-extractors.js
node dist/test/test-manager-jobs.jsTest Output Files
Generated CSV reports are stored in the test/ folder:
manager-jobs-success.csv- Successful job extractionsmanager-jobs-errors.csv- Failed extraction attempts with error codesSample HTML files for debugging
These files are generated during test runs and can be safely deleted. They are in .gitignore.
test/sample.json
test/sample.json defines the expected structure for individual company files.
It is a schema-by-example/template rather than a company registry.
The current example uses parameters such as location, timeType, LocationCountry, jobFamilyGroup, and workerSubType.
BUILD.md
BUILD.md contains instructions for the AI/development process that builds the MCP from the company configurations.
The build process should:
Read
src/config.json.Process every company listed in
sites.Visit/analyze the supplied search URL.
Determine the company's actual career/search structure.
Discover the available search parameters and their values.
Generate or update the corresponding
sites/<company>.json.Ensure the generated file follows the structure defined by
test/sample.json.Build/update the common MCP implementation.
Validate that all configured sites can be searched.
UPDATE.md
See ai/UPDATE.md for instructions for rebuilding the project when a new release is created.
When src/config.json changes, the AI must rebuild all company definitions, not only newly added companies.
This is intentional.
Existing career sites can change their:
search URLs
query parameters
filter names
filter values
career-site structure
ATS implementation
Therefore, every release should re-check existing sites/*.json files against the current live career sites.
src/config.json updated
│
▼
Rebuild ALL sites
│
├── New company → create site JSON
│
└── Existing company → re-analyze and update
│
▼
Rebuild common MCP
│
▼
Validate
Project Structure
JobSearchMCP/
├── src/ # Source code & configs
│ ├── server.ts # MCP server entry point
│ ├── search-executor.ts # Search execution & parsing
│ ├── config-loader.ts # Configuration loader
│ ├── types.ts # TypeScript types
│ ├── config.json # Company registry
│ ├── site_configurations.json
│ └── site_analysis.json
├── sites/ # Company-specific configs
│ ├── amgen.json
│ ├── pfizer.json
│ ├── novartis.json
│ ├── bayer.json
│ └── gsk.json
├── test/ # Tests & test data
│ ├── test-*.js # Test scripts
│ ├── sample.json # Configuration template
│ └── *.html # Sample HTML files
├── ai/ # AI development notes (Gitignored)
│ ├── AI.md
│ └── UPDATE.md
├── reports/ # Documentation
│ ├── IMPLEMENTATION.md
│ ├── ANALYSIS_GUIDE.md
│ ├── MCP_USAGE.md
│ └── MIGRATION.md
├── dist/ # Compiled JavaScript
├── package.json # Dependencies & scripts
├── tsconfig.json # TypeScript config
└── README.md # This fileTechnology
Runtime: Node.js Language: TypeScript MCP SDK: Official Model Context Protocol TypeScript SDK Configuration: JSON
Design Principle
The project separates site-specific knowledge from common MCP logic.
sites/*.json
= How a particular company career site works
MCP implementation
= How to search any configured company
AI
= Understand the user's request and select/use the appropriate
company search configurationThe MCP should not contain hard-coded assumptions about parameters such as location, remote, full_time, or job_type.
A parameter only exists for a company if that company's career site actually supports it or exposes the information required by the configuration.
Goal
The goal is to create a reusable job-search MCP where adding companies is primarily a matter of adding their search URLs to config.json, allowing the AI build process to discover and maintain the site-specific configurations automatically.
This 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
- AlicenseNot gradedqualityAmaintenanceMCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.7MIT

trackly-cliofficial
AlicenseNot gradedqualityAmaintenanceMCP server for job search and application tracking, enabling AI agents to search jobs, get details, manage applications, and find contacts across 128K+ jobs and 1,900+ companies.1,0932MIT- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI-assisted job search workflows including job discovery, application tracking, resume evaluation, and cover letter generation, with support for multiple job sources and scheduled scraping.331AGPL 3.0
- AlicenseNot gradedqualityBmaintenanceA custom MCP server that exposes a jobs database to any MCP-compatible LLM client, allowing users to ask in plain English to search, filter, and match job openings.MIT
Related MCP Connectors
GetJobzi MCP server for job search, application tracking, and career forecasting.
AI job search MCP — fact-checked jobs, application tracker, alerts. ChatGPT, Claude, Cursor.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
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/saurabhgayali/JobSearchMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server