Cairn MCP Server
chalshik/Cairn
Cairn wraps a careers page scraper with an MCP server, turning raw job postings into structured, queryable data for your AI agent. Point it at any company's careers page — get back clean, grouped, complete job intelligence.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
chalshik/Cairn is a Python MCP server. Cairn wraps a careers page scraper with an MCP server, turning raw job postings into structured, queryable data for your AI agent. Point it at any company's careers page — get back clean, grouped, complete job intelligence.
Ranked #65 out of 116 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
4 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
2 contributors → solo project
No dependents → no downstream usage
31 weekly installs → early adoption
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Cairn Cairn is an MCP server that turns any company's careers page into structured, queryable job data for AI agents. Point it at a Greenhouse board, a Lever listing, a Workday portal, or a plain HTML careers page — Cairn scrapes all postings without data loss, normalises them into a consistent schema, and exposes them as MCP tools that Claude (or any MCP-compatible agent) can call directly. No manual copy-pasting, no brittle spreadsheets: just clean job intelligence on demand. --- ## Install ### 1. Clone and enter the repo ```bash git clone https://github.com/chalshik/cairn.git cd cairn ``` ### 2. Create a virtual environment ```bash python -m venv .venv source .venv/bin/activate # Windows: .venv\Scripts\activate ``` ### 3. Install Python dependencies ```bash pip install mcp httpx beautifulsoup4 playwright ``` ### 4. Install the Playwright browser ```bash playwright install chromium ``` --- ## Register with Claude Code ```bash claude mcp add cairn -- python main.py `Read full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.