Skip to main content
Glama
WeKruit

wkjobs

Official
by WeKruit

wkjobs

Search public job listings from your terminal and connect your results to the same canonical WeKruit candidate profile used by wekruit-pa.

npx wkjobs search "founding engineer" --location "San Francisco"
npx wkjobs login                       # Continue with LinkedIn → WeKruit
npx wkjobs resume add ./resume.pdf --yes
claude mcp add wkjobs -- npx wkjobs mcp

What is implemented

  • anonymous LinkedIn guest job search with normalized JSON or a terminal table;

  • WeKruit device-login client that opens a WeKruit page and requires LinkedIn OIDC;

  • private local storage (mode 0600) for the scoped WeKruit token only;

  • PDF/DOCX content sniffing, 5 MiB cap, SHA-256 hashing, and canonical resume-upload client;

  • MCP tools: search_jobs, auth_status, and get_resume status;

  • deterministic mock backend and fixture-only tests.

The production device and resume endpoints require the corresponding wekruit-pa backend deployment. Until that is deployed, use the mock server:

npm install
npm run mock:api
WKJOBS_API_BASE=http://127.0.0.1:8787 npm run dev -- login

The browser page in the mock simulates LinkedIn consent and never contacts LinkedIn.

Related MCP server: LinkedIn MCP Zero

Commands

wkjobs search "<query>" [--location X] [--remote] [--hours 72] [--limit N]
wkjobs login                         Connect LinkedIn to a canonical WeKruit user
wkjobs connect                       Alias for login
wkjobs resume add <pdf-or-docx>      Store on that canonical WeKruit profile
wkjobs status                        Show account and resume status
wkjobs mcp                           Run the MCP server over stdio

Global flags: --json, --yes, and --quiet.

Identity and data model

wkjobs has no separate user database. Login is WeKruit authentication backed by LinkedIn OIDC. New people become normal WeKruit candidates; returning people resolve to their existing canonical candidate. A resume enters the existing private original → artifact → parsed resume → user tags/profile → Claire continuation pipeline.

The CLI never asks for a LinkedIn password and never captures or stores LinkedIn OAuth tokens, li_at, JSESSIONID, browser profiles, or cookies. LinkedIn OIDC does not grant an API for authenticated job scraping, so this starter uses public guest listings only.

See the corrected plan and the production backend contract.

Data and privacy

search sends the search terms needed to retrieve public LinkedIn guest results. login sends a device-flow request to WeKruit and completes LinkedIn consent in the browser on a WeKruit-owned page. resume add clearly discloses that the document will be stored in WeKruit's canonical candidate profile and may be used by Claire for matching.

Local credentials live at ~/.wkjobs/credentials.json with mode 0600. Override the directory only with an absolute WKJOBS_HOME path. Set WKJOBS_API_BASE to select a development backend.

Development

npm install
npm run check
npm run dev -- search "typescript" --json

CI never logs into LinkedIn and never calls LinkedIn live endpoints; it uses recorded HTML fixtures.

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    An MCP server that finds recent job postings based on your LinkedIn profile, scores each against your resume, and logs the results — all without logging into or scraping LinkedIn.
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables LinkedIn API integration for managing profiles, posts, feed, connections, and sending messages through MCP-compatible clients.
    11
    MIT

View all related MCP servers

Related MCP Connectors

  • Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.

  • linkedin-humblebrag MCP — wraps StupidAPIs (requires X-API-Key)

  • GetJobzi MCP server for job search, application tracking, and career forecasting.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/WeKruit/wkjobs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server