Linkedin Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Linkedin Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A production-ready MCP server that actually scrapes real jobs using python-jobspy — no API keys, no rate limits, completely free.
| Feature | Details |
|---|---|
| Real scraping | python-jobspy hits Naukri + LinkedIn + Indeed + Google Jobs |
| Tier filter | Auto-removes FAANG, top-tier companies from results |
| Resume matching | Score jobs 0-100 against your resume |
| JD fetcher | Fetch full job description from any URL |
| Daily 3 tool | One command → 3 fresh mid-tier jobs in 30 seconds |
search_target_jobsSearch real jobs across platforms. Automatically filters out top-tier companies.
query="Java Full Stack Developer", location="Hyderabad, India", experience_min=2, experience_max=4search_and_match_jobs ⭐ (Main tool)Search + score against your resume. Returns top N best-matching jobs with reasons.
query="Backend Developer", resume_text="<your resume>", top_n=3get_daily_3_jobsQuick shortcut — 3 fresh jobs posted in last 48 hours. No resume needed.
role="Java Full Stack Developer", location="Hyderabad, India", experience_years=3fetch_job_descriptionFetch full JD from any job URL (Naukri, LinkedIn, Indeed).
job_url="https://www.naukri.com/job-listings-xxx"match_jd_to_resumeDeep analysis: fetch JD + match against resume → score, matched skills, missing skills, tailoring tips.
job_url="...", resume_text="<your resume>"pip install -r requirements.txtpython src/server.py/healthhttps://daily-job-hunter.onrender.comIn Perplexity Desktop → Settings → Connectors → Add Connector → Advanced:
{
"command": "npx",
"args": ["-y", "mcp-remote", "https://YOUR-APP.onrender.com/mcp"],
"env": {}
}Requires Node.js installed on your machine.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"DailyJobHunter": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://YOUR-APP.onrender.com/mcp"]
}
}
}Run search_and_match_jobs:
- query: "Backend Developer OR Platform Engineer"
- location: "Hyderabad, India"
- experience_min: 2, experience_max: 4
- top_n: 3
- resume_text: [paste your resume here]
Strict rules:
1. Only mid-tier or scaling companies (top-tier already filtered)
2. Discard heavily front-end or 5+ year roles
3. For each match: show title, company, why it matches (specific skills), apply linkpython-jobspy is an open-source library that scrapes job sites directly, bypassing basic anti-bot measures. It supports concurrent scraping of Naukri, LinkedIn, Indeed, and Google Jobs — zero API keys, zero monthly limits.
The negative filter (TOP_TIER_COMPANIES list) is hardcoded in server.py. Edit it to customize which companies to exclude.
python-jobspy — multi-site job scraping (Naukri, LinkedIn, Indeed, Google Jobs)FastMCP — MCP server frameworkStarlette + uvicorn — ASGI web serverhttpx + beautifulsoup4 — JD fetching~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.