Jobdatalake

Created By
echojobsio2 months ago
Search 1M+ enriched job listings from 20,000+ companies. Filter by skills, salary, location, seniority, remote type, and more. Free — 500 calls/day, no signup required.
Overview

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

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

Server Config

{
  "mcpServers": {
    "jobdatalake": {
      "url": "https://mcp.jobdatalake.com"
    }
  }
}
Project Info
Created At
2 months ago
Updated At
a month ago
Author Name
echojobsio
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Alloy

2 days ago
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
@Cubenest

peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)

8 hours ago
Crevio

a day ago