NewSearch millions of jobs from your AI agent with MCP

For AI agents

Jobs & tech data for agents

Give any coding agent live job-market and tech-stack data. Install the skill and CLI, set your key, and let it work.

terminal
$ npx skills add jobspipe/jobspipe-cli
$ npm i -g jobspipe-cli
$ export JOBSPIPE_API_KEY=jp_live_...
Works with your agent
ClaudeChatGPTGeminiPerplexityGrok+ any MCP client

See it in action

One install, two commands, real data.

jobspipe
Recording of the jobspipe CLI: installing the skill, searching jobs, and scanning a tech stack
Install once
npx skills add jobspipe/jobspipe-cli npm i -g jobspipe-cli

The skill teaches your agent; the CLI is one zero-dependency file. Export your key and both functions are callable. The key stays in your environment, never in the output.

ClaudeChatGPTGeminiPerplexity+ MCP
Install skill and CLI

Run npx skills add jobspipe/jobspipe-cli for your agent, then npm i -g jobspipe-cli for the command it calls — a single zero-dependency file.

Set your key

Export JOBSPIPE_API_KEY. Get one free at signup in about 30 seconds, 5,000 requests a month, no card.

Ask your agent

Tell it to find roles or scan a company. It calls the live API and gets back normalized JSON, ready to use.

Two functions

Everything JobsPipe does, callable by your agent.

Job search

Find live roles across 30+ sources

Search normalized, deduplicated postings from Workday, Greenhouse, Lever, Ashby, LinkedIn, and more. Filter by title, skill, location, remote, seniority, company, or recency.

$ jobspipe jobs --title "software engineer" --country US --remote --limit 5
Sources includeGreenhouseLeverAshbyLinkedInIndeedGlassdoor
  • One JSON schema across every source
  • Parsed salary ranges and resolved apply URLs
  • Pass a raw filter object for the full query surface

Tech search

Scan any company's tech stack

Detect the technologies a domain runs - frameworks, CDNs, analytics, payments, and more - each with a confidence score. Use open roles and stack together as a buying signal.

$ jobspipe stack stripe.com
Detects tools likeStripeAWSSnowflakeDatadogSalesforceFigma
  • Frameworks, infra, analytics, and payments detected
  • Confidence scores and category tags per technology
  • Results cached, so repeat scans are instant

Three ways to connect

Skill, MCP, or raw REST.

Agent skill and CLI

The fastest path. Install the skill for your agent, then add the zero-dependency CLI with one npm command.

npx skills add jobspipe/jobspipe-cliView on GitHub
MCP server

Connect over the Model Context Protocol from Claude, Cursor, or any MCP client.

mcp.jobspipe.dev/mcpMCP guide
REST API

Two endpoints, one Bearer key. Call it directly from any language or runtime.

api.jobspipe.dev/v1Read the docs

Ship it today

Give your agent live hiring data.

Install the skill and CLI, add one key, and your agent is querying real job and tech-stack data in under two minutes.