Back to Browse

JobDataLake MCP Server

by gaomengen
Data & AnalyticsModerate7.3LocalRemote
Free

Search 1M+ enriched job listings from 20,000+ companies. Free, no signup required.

About

JobDataLake MCP server gives AI agents access to over 1 million enriched job listings from 20,000+ companies across 40+ ATS platforms, updated hourly. Every job is enriched with normalized skills, seniority level, job function, salary range (USD), remote type, and location data. Free tier includes 500 calls/day with no signup or API key needed. Available as both a remote server and npm package.

Security Report

7.3
Moderate7.3Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved). 1 finding(s) downgraded by scanner intelligence.

4 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

API key for unlimited access. Without a key, 500 free calls/day are included. Get a key atOptional

Environment variable: JDL_API_KEY

Sign up free

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Getting Started

Once installed, try these example prompts and explore these capabilities:

  • 1"Find me remote Python jobs paying over $150k"
  • 2"What are the highest paying remote jobs right now?"
  • 3"Show me senior Kubernetes engineers in Europe"
  • 4"Tell me about Anthropic's open positions"
  • 5"What skills are most in demand for remote jobs?"
  • 6Tool: search_jobs — Search and filter jobs with 15+ parameters
  • 7Tool: get_job — Get full job details by handle
  • 8Tool: get_company — Get company profile by domain
  • 9Tool: find_similar_jobs — Find similar jobs using AI vector similarity
  • 10Tool: get_filter_options — Discover available filter values with counts

Documentation

View on GitHub

From the project's GitHub README.

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"
      }
    }
  }
}

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_typefully_remote, hybrid, on_site
  • seniorityEntry, Mid Level, Senior, Staff, Principal, Manager, Director, C Level
  • location — city, country, or continent (Europe, Asia, Latin America, Scandinavia, etc.)
  • countries — ISO codes: US,GB,DE
  • job_functioneng, data, design, sales, marketing, product, etc.
  • employment_typefull_time, part_time, contract, internship
  • posted_within24h, 7d, 30d
  • sort_byposted_at:desc, salary_max_usd:desc, salary_min_usd:asc
  • company — 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

QueryWhat 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

Reviews

No reviews yet

Be the first to review this server!