Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Jobs.Now Server

FreeNot checked

Enables searching and browsing hidden job market roles with H1B PERM sponsorship from major US companies, including tools for job search, details, categories, a

GitHubEmbed

About

Enables searching and browsing hidden job market roles with H1B PERM sponsorship from major US companies, including tools for job search, details, categories, and company listings.

README

MCP server for jobs.now — a hidden job market board featuring H1B PERM sponsorship roles from major US companies (jobs not typically posted on LinkedIn/Indeed).

Tools

Tool Description
jobs_now_search Search jobs by keyword, category, location, salary, remote, date
jobs_now_get_job Fetch full job details + description by job ID/slug
jobs_now_browse_category Browse jobs in a specific category
jobs_now_list_companies List companies with active job postings
jobs_now_get_company Get company details + all their current openings

Categories

software-engineering, data-science, engineering, finance, accounting, it-sys-admin, product-project-management, design, strategy-consulting, marketing, biotech, other, sales, law, medicine, general-management, teaching, manufacturing

Setup

npm install
npm run build

Usage

stdio (Claude Desktop)

{
  "mcpServers": {
    "jobs-now": {
      "command": "node",
      "args": ["/path/to/jobs-now-mcp-server/dist/index.js"]
    }
  }
}

HTTP

TRANSPORT=http PORT=3000 node dist/index.js

Example Queries

  • "Search for remote software engineering jobs paying over $150k"
  • "Show me all Data Science jobs"
  • "List companies hiring in finance"
  • "Get job details for job ID 495367555-sr-software-engineer-ref-6070"
  • "What jobs does Meta Platforms have open?"

Known Issues

  • location field is sometimes empty — the site uses inconsistent span structure across listings, so the location parser misses some cards
  • apply_url is jobs.now's application-log form, not the employer's ATS — actual application instructions (email, employer site, mail) are in the job description
  • jobs_now_get_job requires the full URL slug (e.g. 490433823-software-engineer-agentic-ai-ref-9902208); bare numeric IDs return 404
  • Duplicate listings exist on the site (same role/REF posted under multiple job IDs at different times); deduplication is ID-based only

Notes

  • No API key required — scrapes public job board
  • jobs.now specializes in H1B PERM roles: exclusive hidden market jobs
  • Follow application instructions precisely (companies must follow strict PERM process)

from github.com/aetheric-tech/jobsnow-mcp

Installing Jobs.Now Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/aetheric-tech/jobsnow-mcp

FAQ

Is Jobs.Now Server MCP free?

Yes, Jobs.Now Server MCP is free — one-click install via Unyly at no cost.

Does Jobs.Now Server need an API key?

No, Jobs.Now Server runs without API keys or environment variables.

Is Jobs.Now Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Jobs.Now Server in Claude Desktop, Claude Code or Cursor?

Open Jobs.Now Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Jobs.Now Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs