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.
$ npx skills add jobspipe/jobspipe-cli$ npm i -g jobspipe-cli$ export JOBSPIPE_API_KEY=jp_live_...
See it in action
One install, two commands, real data.

npx skills add jobspipe/jobspipe-cli
npm i -g jobspipe-cliThe 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.
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.
Export JOBSPIPE_API_KEY. Get one free at signup in about 30 seconds, 5,000 requests a month, no card.
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
- 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
- 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.
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 GitHubConnect over the Model Context Protocol from Claude, Cursor, or any MCP client.
mcp.jobspipe.dev/mcpMCP guideTwo endpoints, one Bearer key. Call it directly from any language or runtime.
api.jobspipe.dev/v1Read the docsShip 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.
