YubHub MCP Server
Turn any careers page into a structured job feed. Straight from Claude, Cursor or any MCP client.
README
<p align="center"> <img src="logo.jpg" alt="YubHub" width="120" /> </p>
<h1 align="center">YubHub MCP Server</h1>
<p align="center"> Turn any careers page into a structured job feed. Straight from Claude, Cursor or any MCP client. </p>
<p align="center"> <a href="https://www.npmjs.com/package/@houtini/yubhub"><img src="https://img.shields.io/npm/v/@houtini/yubhub.svg" alt="npm version" /></a> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License" /></a> <a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-compatible-brightgreen.svg" alt="MCP Compatible" /></a> <a href="https://www.npmjs.com/package/@houtini/yubhub"><img src="https://img.shields.io/npm/dt/@houtini/yubhub" alt="npm downloads" /></a> <a href="https://snyk.io/test/github/houtini-ai/yubhub"><img src="https://snyk.io/test/github/houtini-ai/yubhub/badge.svg" alt="Known Vulnerabilities" /></a> </p>
<p align="center"> <a href="https://glama.ai/mcp/servers/@houtini-ai/yubhub"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@houtini-ai/yubhub/badge" alt="YubHub MCP server" /> </a> </p>
Quick start
You'll need a YubHub account first. Head to your account page to grab your User ID and API key (required).
Claude Desktop
Open your Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add this block inside "mcpServers":
{
"mcpServers": {
"yubhub": {
"command": "npx",
"args": ["-y", "@houtini/yubhub"],
"env": {
"YUBHUB_USER_ID": "your-user-id",
"YUBHUB_API_KEY": "yh_your_api_key_here"
}
}
}
}
Restart Claude Desktop. That's it. Ask Claude to "list my YubHub feeds" and you should see your data come back.
Cursor / VS Code
Same idea. Drop the config into your MCP settings and point it at npx -y @houtini/yubhub with the same env vars.
What it does
YubHub watches careers pages. Point it at a company's jobs URL, and it will discover every open role, scrape the listings, enrich them with AI (title normalisation, category tagging, salary extraction, company research) and publish them as an XML feed.
This MCP server gives you full control over that pipeline from inside your AI assistant. Create feeds, trigger runs, check on jobs, view dashboards, browse market stats. No browser tab required.
The pipeline
Careers page URL
→ Discovery (ATS API / sitemap / crawl)
→ Scraping (page content extraction)
→ Enrichment (AI structuring + company research)
→ XML feed (ready for job boards, aggregators, your own site)
Supported ATS platforms include Greenhouse, Lever, Workable, Workday, Oracle HCM, SmartRecruiters, Ashby, Pinpoint, Phenom and more. For platforms with public APIs (Greenhouse, Lever, Workable, Pinpoint), discovery skips scraping entirely and goes straight to enrichment.
Tools
21 tools across four areas.
Feed management
| Tool | What it does |
|---|---|
list_feeds |
Get all your job feeds |
create_feed |
Create a feed from a careers page URL |
get_feed |
Feed details including run history and job counts |
show_feed_dashboard |
Interactive visual dashboard for a single feed |
show_all_feeds_dashboard |
Overview dashboard with all feeds, stats and XML links |
trigger_feed_run |
Start job discovery now |
update_feed |
Change feed name, tag or source URLs |
delete_feed |
Remove a feed and all its jobs |
delete_jobs |
Clear all jobs for a feed (keeps the feed) |
Scheduling
| Tool | What it does |
|---|---|
get_feed_schedule |
Check auto-run schedule and next run time |
enable_feed_auto_run |
Turn on automatic runs (default: weekly) |
disable_feed_auto_run |
Turn off automatic runs |
Jobs
| Tool | What it does |
|---|---|
list_jobs |
List jobs for a feed, optionally filtered by status |
get_job |
Full job details: title, company, location, salary, skills, description |
retry_failed_jobs |
Re-queue failed jobs for another attempt |
Market statistics
| Tool | What it does |
|---|---|
get_stats_overview |
High-level numbers: total jobs, companies, active feeds |
get_top_companies |
Companies ranked by job count with recent activity |
get_categories |
Job counts by sector with experience level breakdown |
get_top_titles |
Most common job titles by volume |
get_title_trends |
Titles gaining or losing demand (2-week comparison) |
get_work_arrangements |
Remote vs hybrid vs onsite distribution |
get_experience_levels |
Entry, mid, senior level distribution |
Environment variables
| Variable | Required | Description |
|---|---|---|
YUBHUB_USER_ID |
Yes | Your YubHub user ID |
YUBHUB_API_KEY |
Yes | API key from your account page |
YUBHUB_ADMIN_API_URL |
No | API endpoint (defaults to https://api.yubhub.co) |
Example conversation
You: Create a feed for Mercedes F1 careers at https://www.mercedesamgf1.com/careers
Claude: Done. Feed created with ID
feed_abc123. Want me to trigger a run?You: Yes please.
Claude: Discovery started. I'll check back in a couple of minutes.
You: How did it go?
Claude: Found 47 jobs. 42 enriched successfully, 5 still processing. Here's a breakdown by category...
Tip: For best results, provide an example job URL when creating a feed. This helps YubHub identify the URL pattern for job listings on that site, significantly improving discovery accuracy. You can pass it as the optional exampleJobUrl parameter in create_feed.
Development
git clone https://github.com/houtini-ai/yubhub.git
cd yubhub
npm install
npm run build
The server compiles TypeScript to dist/ and runs as a stdio MCP server. Source lives in src/:
src/
├── index.ts # MCP server, tool definitions and handlers
├── api-client.ts # REST client for the YubHub API
├── dashboard-generator.ts # React-based interactive dashboard builder
└── types.ts # TypeScript interfaces
Running locally
YUBHUB_USER_ID=your-id YUBHUB_API_KEY=yh_your_key node dist/index.js
Or point your MCP client at the built output instead of using npx.
Contributing
Issues and pull requests welcome. If you're adding a tool or changing behaviour, please test against a real YubHub account.
Links
- YubHub — the platform
- Documentation — full docs
- MCP specification — Model Context Protocol
License
MIT — see LICENSE for details.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。