Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

echojobsio/jdl-mcp-server MCP server](https://glama.ai/mcp/servers/echojobsio/jdl-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/echojobsio/jdl-mcp-server) πŸ“‡ ☁️ - Search 1M+ enriched job listings from 20,000+ companies.

README.md

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_type β€” fully_remote, hybrid, on_site
  • seniority β€” Entry, 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_function β€” eng, data, design, sales, marketing, product, etc.
  • employment_type β€” full_time, part_time, contract, internship
  • posted_within β€” 24h, 7d, 30d
  • sort_by β€” posted_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

| 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

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.