๐Ÿ’ผ Jobs MCP โ€” AI Salary & Career Search avatar

๐Ÿ’ผ Jobs MCP โ€” AI Salary & Career Search

Pricing

from $10.00 / 1,000 results

Go to Apify Store
๐Ÿ’ผ Jobs MCP โ€” AI Salary & Career Search

๐Ÿ’ผ Jobs MCP โ€” AI Salary & Career Search

๐Ÿ’ผ Jobs, job listings, Indeed, LinkedIn, salary data MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search job postings + salaries + company hiring trends + skills demand across major boards via MCP. Free tier available.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

4 days ago

Last modified

Share

๐Ÿค– Job Market MCP Server โ€” Indeed, Glassdoor, H1B Salary & Hiring Signals for AI Agents

Model Context Protocol server that gives Claude, ChatGPT, Cursor, and any MCP-compatible AI agent live access to job listings, salary data, H1B visa records, company reviews, and hiring-intent signals. Lets an AI assistant answer "what's the median salary for a Senior ML Engineer at OpenAI?" or "find me React job openings in Berlin posted this week" through natural-language tool calls โ€” no API integration code required.

Why Job Market MCP Beats Indeed API, Glassdoor API, BLS Scraping & Generic LLM Tools

FeatureNexGenData Job Market MCPIndeed API (deprecated)Glassdoor APIBLS / DOL scrapingGeneric LLM (no tools)
Cost$0.002 / event, pay-per-eventPartner-only since 2023Partner-only, sales callFree but slowFree (hallucinates)
MCP-nativeYes โ€” tool discovery + JSONNoNoNoNo tools at all
Job listingsIndeed, GlassdoorLimited partner feedGlassdoor-onlyNoneNone
Salary dataGlassdoor + H1B + scrapedNoYes (partner-gated)Aggregates onlyHallucinated
H1B visa recordsYes โ€” DOL LCA databaseNoNoYes (manual)No
Hiring signalsYes โ€” posting velocityNoNoNoNo
Fresh dataLive per callStale partner feedPlan-gatedQuarterlyNone
AI-agent integrationNative MCP โ€” drop into Claude / CursorBuild it yourselfBuild it yourselfBuild it yourselfN/A
AuthApify tokenPartner approvalPartner approvalNoneNone

Most teams pick this MCP server because it is the only drop-in alternative to the now-shuttered Indeed Affiliate API for AI agents, cheaper than standing up your own scraping infra, and ships salary + H1B data that no general-purpose LLM has access to. Compared with running base Claude / GPT-4 without tools, accuracy on salary + job-availability questions jumps from "hallucinated" to "live database row."

Tools Exposed via MCP

The server exposes structured tools that any MCP client can discover and call:

  • search_jobs(query, location, posted_within_days) โ€” Indeed + Glassdoor listings
  • salary_lookup(role, company, location) โ€” Glassdoor + scraped + H1B median
  • h1b_search(employer, year, role) โ€” DOL LCA filings with salary
  • company_reviews(company) โ€” Glassdoor review distribution + recent themes
  • hiring_velocity(company, role) โ€” month-over-month posting count delta
  • top_employers(role, location) โ€” most-active employers for a role

Each tool returns JSON, with field names stable across calls so an agent can reason about a multi-step workflow ("first find top employers, then get their salary ranges, then check Glassdoor sentiment").

Use Cases

  • Career-coach AI agents โ€” answer "what's a fair offer for a Staff PM at Stripe in NYC?" with live salary + H1B median
  • Recruiting copilots โ€” Claude pulls candidate-relevant openings and ranks by salary band
  • Compensation analysts โ€” automate quarterly comp benchmarking without scraping Glassdoor manually
  • Job-market dashboards โ€” Cursor agent generates SQL + chart code from live data
  • Immigration law tools โ€” answer H1B prevailing-wage questions backed by DOL data
  • Workforce-planning copilots โ€” track hiring velocity at competitors month-over-month

Quick Start โ€” Claude Desktop

Add to claude_desktop_config.json:

{
"mcpServers": {
"job-market": {
"url": "https://nexgendata--job-market-mcp-server.apify.actor/mcp",
"headers": {"Authorization": "Bearer YOUR_APIFY_TOKEN"}
}
}
}

Restart Claude Desktop, and the six tools above appear in the tool picker.

Quick Start โ€” Cursor / Cline / Custom MCP Client

from mcp import ClientSession
async with ClientSession("https://nexgendata--job-market-mcp-server.apify.actor/mcp",
auth_token="YOUR_APIFY_TOKEN") as session:
tools = await session.list_tools()
result = await session.call_tool("salary_lookup", {
"role": "Senior ML Engineer", "company": "OpenAI", "location": "San Francisco"
})
print(result)

Pricing โ€” Pay Per Tool Call

  • Actor start: $0.005
  • Tool call result: $0.002

A typical chat session with ~20 tool calls costs $0.045. No monthly minimum.

Use caseActor
Finance MCP for AI agents (stocks, earnings, fundamentals)finance-mcp-server
News + headlines MCPnews-mcp-server
Real estate MCP (Redfin, Rightmove)real-estate-mcp-server
Google Maps MCP (POIs, reviews, geocoding)google-maps-mcp-server
Academic research MCP (arXiv, Scholar, PubMed)academic-research-mcp-server
Reddit MCP (subreddit trends + posts)reddit-mcp-server
YouTube media MCPyoutube-media-mcp-server
Developer tools MCP (StackOverflow, GitHub)developer-tools-mcp-server
Sports MCP (scores, schedules, stats)sports-mcp-server
Direct H1B salary search (no MCP)h1b-visa-salary-search

FAQ

Q: Which MCP clients does this work with? A: Anything that speaks MCP 2024-11-05 โ€” Claude Desktop, Cursor, Cline, Continue.dev, Zed, and any custom MCP SDK client.

Q: Is data live or cached? A: Live โ€” every tool call hits the underlying source. Job listings refresh every few minutes; H1B / Glassdoor data are as fresh as DOL / Glassdoor publish.

Q: Do I need a separate Indeed / Glassdoor API key? A: No. The server handles all upstream access through the underlying NexGenData actors โ€” you only need an Apify token.

Q: Can I use this commercially? A: Yes. Output data is yours; respect each source's TOS for downstream redistribution.

Q: What if a tool returns no results? A: The agent sees an empty result set with a status field โ€” Claude / Cursor reason about it naturally rather than hallucinating.

Q: Is there a rate limit? A: Apify proxy infra absorbs throttling; very large batches (1000+ tool calls in a minute) may queue briefly.

About NexGenData

NexGenData publishes 260+ buyer-intent actors covering SEC filings, YC alumni, lead generation, competitive intelligence, stock fundamentals across 30+ exchanges, and a growing fleet of MCP servers for AI agents. All pay-per-result. Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b


How NexGenData Pricing Works

Every NexGenData actor uses pay-per-event pricing โ€” you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.

  • Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
  • Result: charged per item written to the default dataset
  • No charge for retries, internal proxy rotation, or failed sub-requests โ€” those are absorbed by the platform

Apify Platform Bonus

New to Apify? Sign up with the NexGenData referral link โ€” you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.

Integration Surface

Every actor in the NexGenData catalog can be triggered from:

  • Apify console โ€” point-and-click run
  • Apify API โ€” REST + webhooks
  • Apify Python / JS SDKs โ€” programmatic batch
  • Zapier, Make.com, n8n โ€” official integrations
  • MCP โ€” many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
  • Schedules โ€” built-in cron for daily / weekly / monthly runs
  • Webhooks โ€” POST results to any HTTPS endpoint on dataset write

Support

NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome โ€” high-demand features ship in the next version.

Home: thenextgennexus.com Full catalog: apify.com/nexgendata