JobDataLake MCP Server
The JobDataLake MCP Server lets you search and explore 1M+ enriched job listings from 20,000+ companies (updated hourly) directly from AI tools like Claude or Cursor.
Search jobs (
search_jobs): Query listings using keywords, semantic/natural language, or filters like location, salary range (USD), remote type (fully remote, hybrid, on-site), seniority, required skills, job function, employment type, company domain, and country codes.Get job details (
get_job): Retrieve full info for a specific listing — description, requirements, salary, and apply link — using a job ID or handle.Get company profile (
get_company): Look up a company by domain (e.g.stripe.com) or handle to see industry, size, funding, open job count, and career page URL.Find similar jobs (
find_similar_jobs): Discover related listings using AI vector similarity for "more like this" exploration.Explore filter options: Identify available filter values and job counts (e.g., in-demand skills) to understand dataset contents.
Access: Free with no signup required (500 calls/day); use an API key for higher/unlimited limits.
Integrates with Greenhouse ATS platform as one of 40+ supported ATS systems, enabling access to job listings and application data from companies using Greenhouse for recruitment.
Provides capability to find jobs similar to Stripe backend roles using AI vector similarity, enabling targeted job search based on specific company role patterns.
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., "@JobDataLake MCP Serverfind remote senior React jobs paying over $150k"
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.
JobDataLake MCP Server
Search 1,000,000+ enriched job listings from 20,000+ companies directly from Claude, Cursor, Windsurf, or any MCP-compatible AI tool.
Free to use — no signup required. 500 calls/day included.
Quick Start
Add to your Claude Code or Claude Desktop MCP config:
{
"mcpServers": {
"jobdatalake": {
"command": "npx",
"args": ["-y", "@jobdatalake/mcp-server"]
}
}
}That's it. No API key needed. Then ask:
"Find me remote senior React jobs paying over $150k"
"Entry level data science jobs posted this week"
"Jobs at Anthropic paying over $200k"
Want unlimited access?
Sign up at jobdatalake.com for your own API key, then add it:
{
"mcpServers": {
"jobdatalake": {
"command": "npx",
"args": ["-y", "@jobdatalake/mcp-server"],
"env": {
"JDL_API_KEY": "jdl_your_key_here"
}
}
}
}Related MCP server: trackly-cli
Tools
search_jobs
Search and filter jobs by keyword, skills, salary, remote type, seniority, location, date, and more.
Filters:
query— keyword search (title, company, skills)skills— AND filter:Python,AWS,Kubernetes(all must match)salary_min/salary_max— in USD (accepts full dollars, e.g. 150000)remote_type—fully_remote,hybrid,on_siteseniority—Entry,Mid Level,Senior,Staff,Principal,Manager,Director,C Levellocation— city, country, or continent (Europe,Asia,Latin America,Scandinavia, etc.)countries— ISO codes:US,GB,DEjob_function—eng,data,design,sales,marketing,product, etc.employment_type—full_time,part_time,contract,internshipposted_within—24h,7d,30dsort_by—posted_at:desc,salary_max_usd:desc,salary_min_usd:asccompany— filter by domain:stripe.com
get_job
Get full details for a specific job including description, requirements, salary, and apply link. Use the job_handle ID from search results.
get_company
Get company profile — industry, size, funding, career page. Accepts domain (stripe.com) or handle.
get_filter_options
Discover available filter values with job counts. Great for exploring what's in the dataset.
find_similar_jobs
Find jobs similar to a given listing using AI vector similarity. Available for remote + tech jobs.
Pricing
Free tier (no signup): 500 calls/day, resets daily.
With your own API key:
Free: 1,000 credits on signup
Starter: 1,000,000 credits — $200
Growth: 2,000,000 credits — $300
Business: 4,000,000 credits — $400
Credits never expire. Get your API key.
Data
1M+ active job listings from 20,000+ companies
40+ ATS platforms (Greenhouse, Lever, Workday, Ashby, etc.)
Updated hourly
AI-enriched: salary (USD), skills, seniority, remote policy, job function
Sub-100ms search responses
Example Queries
Query | What it does |
"Remote Python jobs over $150k" | Skills + salary + remote filter |
"Jobs at Stripe" | Company filter |
"Entry level data science" | Seniority filter |
"New remote jobs today" | Date + remote filter |
"React AND TypeScript jobs in Europe" | Multi-skill AND + continent |
"Highest paying remote jobs" | Salary sort |
"What skills are most in demand?" | Filter options tool |
License
MIT — see LICENSE.
Support
Questions: mg@jobdatalake.com
Website: jobdatalake.com
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
- Alicense-qualityDmaintenanceEnables job search and scraping across multiple job boards (LinkedIn, Indeed, Glassdoor, etc.) with advanced filtering, directly from Claude Desktop or other MCP clients.Last updated5MIT

trackly-cliofficial
Alicense-qualityAmaintenanceMCP 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.Last updated8261MIT- Alicense-qualityCmaintenanceEnables AI assistants to search LinkedIn jobs with built-in rate limiting to prevent IP bans. Supports job search, filtering, company profiles, and job categories through MCP tools.Last updatedMIT
- Flicense-qualityCmaintenanceEnables AI agents to pull live job listings from major ATS platforms (Greenhouse, Lever, Ashby, Workable), Hacker News hiring threads, and detect hiring signals on company career pages.Last updated
Related MCP Connectors
Search live startup jobs from Claude, Cursor, or ChatGPT via MCP. Free, no account needed.
Google Jobs listings with direct apply links via the Apify Google Jobs Scraper, hosted MCP.
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor.
Appeared in Searches
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/echojobsio/jdl-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server