CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

JobDataLake

echojobsio/jdl-mcp-server
5 toolsauthSTDIOregistry active
Summary

Connects Claude to a database of over 1 million job listings from 20,000+ companies, refreshed hourly from 40+ ATS platforms. You get five tools: search_jobs with granular filters for skills, salary, remote type, seniority, location, and posting date; get_job for full listing details; get_company for org profiles; get_filter_options to explore the dataset; and find_similar_jobs using vector similarity. Free tier gives you 500 calls per day with no signup. Useful when you need structured job market data inside your editor or want to build job search workflows without scraping career pages yourself.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

5 tools
search_jobsSearch 1M+ job listings from 20K+ companies. Supports keyword search, AI semantic search, filters for location, salary, remote type, seniority, skills, and more.16 params

Search 1M+ job listings from 20K+ companies. Supports keyword search, AI semantic search, filters for location, salary, remote type, seniority, skills, and more.

Parameters* required
pagenumber
default: 1
querystring
Keyword search (title, company, skills). Use * for all jobs.
skillsstring
Comma-separated required skills, e.g. "Python,AWS,Kubernetes"
companystring
Company domain filter, e.g. "stripe.com"
sort_bystring
Sort: "posted_at:desc" (newest, default), "posted_at:asc" (oldest), "salary_max_usd:desc" (highest paid), "salary_min_usd:asc" (lowest paid)
locationstring
Location filter, e.g. "Remote", "San Francisco", "Germany"
per_pagenumber
Results per page (max 100)default: 20
countriesstring
Comma-separated ISO country codes, e.g. "US,GB,DE"
senioritystring
Comma-separated: Entry, Mid Level, Senior, Staff, Principal, Manager, Internship, Director, Lead, C Level
salary_maxnumber
Maximum annual salary in USD
salary_minnumber
Minimum annual salary in USD
remote_typestring
Remote work policyone of fully_remote · hybrid · on_site
job_functionstring
one of eng · data · design · sales · ops · marketing
posted_withinstring
Time window: "24h", "7d", "30d" — only jobs posted within this period
semantic_querystring
AI semantic search. Works best with job-title-like queries (e.g. "machine learning engineer", "senior devops"). Supported for remote + tech jobs only.
employment_typestring
one of full_time · part_time · contract · internship
get_jobGet full details for a specific job listing including description, requirements, salary, and apply link. Use the job_handle ID from search_jobs results.1 params

Get full details for a specific job listing including description, requirements, salary, and apply link. Use the job_handle ID from search_jobs results.

Parameters* required
job_idstring
Job handle from search results (e.g. "dropbox-senior-full-stack-software-engineer-d3f1k")
get_companyGet company profile including open job count, industry, size, and career page URL.1 params

Get company profile including open job count, industry, size, and career page URL.

Parameters* required
companystring
Company domain (e.g. "stripe.com") or handle
find_similar_jobsFind jobs similar to a given job listing using AI vector similarity. Great for "more like this" discovery.2 params

Find jobs similar to a given job listing using AI vector similarity. Great for "more like this" discovery.

Parameters* required
job_idstring
Job handle or ID to find similar jobs for
per_pagenumber
Number of resultsdefault: 10
get_filter_optionsGet available filter values (seniority levels, job functions, skills, etc.) with job counts. Useful for discovering what values to use in search filters.1 params

Get available filter values (seniority levels, job functions, skills, etc.) with job counts. Useful for discovering what values to use in search filters.

Parameters* required
facetsstring
Comma-separated facet fields to retrievedefault: seniority,job_function,remote_type,employment_type,required_skills

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

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

  • Questions: mg@jobdatalake.com
  • GitHub: github.com/echojobsio/jdl-mcp-server
  • Website: jobdatalake.com
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

JDL_API_KEYsecret

Optional JDL API key for unlimited access. Get one free at jobdatalake.com. Without a key, 500 free calls/day are included.

Categories
Search & Web Crawling
Registryactive
Package@jobdatalake/mcp-server
TransportSTDIO
AuthRequired
UpdatedApr 18, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3