Productivity
worklittle.com
Enables searching and retrieving job listings and company information from Worklittle's job board.
ENDPOINT 1
https://mcp.worklittle.com
MCP server metadata
- Name
- worklittle-jobs-mcp
- Version
- 3.0
Known tools 20
search_jobsSearch Worklittle's job listings by keyword, company, location, job type, seniority, or recency.
Inferred read-onlysearch_companiesSearch the Worklittle market company index by name or slug (ranked typeahead).
Inferred read-onlyload_more_job_cardsFetch the next page of Job Cards for the current search (cursor + same filters as the initial search_jobs).
Inferred read-onlyget_job_detailsFetch detailed information about a specific job, including full responsibilities, qualifications, and company details.
Inferred read-onlyget_job_keywordsGet only the skill and technology keywords extracted from a job description — stripped of all narrative prose, responsibilities copy, and boilerplate clutter.
Inferred read-onlyget_market_overviewReturns aggregate statistics about the current job market as indexed by Worklittle.
Inferred read-onlytrack_applied_jobRecord that the API key owner saved, applied to, clicked Apply, or skipped a job.
Inferred read-onlydelete_applied_jobRemove a job from the API key owner's personal saved-jobs pipeline (unheart / remove from Saved).
Potential side effectsget_connected_accountReturn the user_id, email, display name, photo, resume readiness, full Settings profile fields, and email_prefs of the API key / OAuth account connected to this MCP session.
Potential side effectsmint_mcp_ui_embed_sessionMint a one-time short-lived enter URL so the Job Cards iframe can open the live worklittle.
Inferred read-onlymint_chatgpt_embed_sessionMint a one-time short-lived enter URL so the Job Cards iframe can open the live worklittle.
Inferred read-onlyget_maps_api_keyReturn a Google Maps JavaScript API key for the Job Cards in-app Maps tab.
Inferred read-onlylogout_connected_accountLog out of the Worklittle account linked to this MCP Connect session without removing the ChatGPT/Claude app.
Inferred read-onlyupload_profile_resumeUpload the connected account's profile resume file (PDF, Word, text, or image).
Potential side effectsget_profile_resume_statusPoll profile resume processing status after upload_profile_resume (ready | processing | idle | missing).
Inferred read-onlyupdate_connected_profilePatch the connected account's Settings profile fields (name, school, desired role, phone, links, work authorization, driver's license, interests).
Inferred read-onlyupdate_connected_email_prefsUpdate connected account email and privacy prefs (job_alerts, local_events, announcements, marketing_measurement, personalized_marketing).
Potential side effectsremove_connected_profile_photoRemove the connected account's uploaded profile photo and reset to a default avatar.
Potential side effectsstart_apply_with_aiStart an Apply-with-AI session for a job where apply_with_ai_eligible is true (AI tokens only; no flat browser fee).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.worklittle-jobs-mcp]
url = "https://mcp.worklittle.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"worklittle-jobs-mcp": {
"type": "http",
"url": "https://mcp.worklittle.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: worklittle-jobs-mcp
Remote MCP URL: https://mcp.worklittle.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"worklittle-jobs-mcp": {
"url": "https://mcp.worklittle.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"worklittle-jobs-mcp": {
"type": "http",
"url": "https://mcp.worklittle.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "worklittle-jobs-mcp",
"transport": "streamable-http",
"url": "https://mcp.worklittle.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.