← Registry

Productivity

worklittle.com

Enables searching and retrieving job listings and company information from Worklittle's job board.

1 endpoint20 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://mcp.worklittle.com

No auth detected

MCP server metadata

Name
worklittle-jobs-mcp
Version
3.0
Capabilities
toolspromptsresources

Known tools 20

search_jobs

Search Worklittle's job listings by keyword, company, location, job type, seniority, or recency.

Inferred read-only
search_companies

Search the Worklittle market company index by name or slug (ranked typeahead).

Inferred read-only
load_more_job_cards

Fetch the next page of Job Cards for the current search (cursor + same filters as the initial search_jobs).

Inferred read-only
get_job_details

Fetch detailed information about a specific job, including full responsibilities, qualifications, and company details.

Inferred read-only
get_job_keywords

Get only the skill and technology keywords extracted from a job description — stripped of all narrative prose, responsibilities copy, and boilerplate clutter.

Inferred read-only
get_market_overview

Returns aggregate statistics about the current job market as indexed by Worklittle.

Inferred read-only
track_applied_job

Record that the API key owner saved, applied to, clicked Apply, or skipped a job.

Inferred read-only
delete_applied_job

Remove a job from the API key owner's personal saved-jobs pipeline (unheart / remove from Saved).

Potential side effects
get_connected_account

Return 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 effects
mint_mcp_ui_embed_session

Mint a one-time short-lived enter URL so the Job Cards iframe can open the live worklittle.

Inferred read-only
mint_chatgpt_embed_session

Mint a one-time short-lived enter URL so the Job Cards iframe can open the live worklittle.

Inferred read-only
get_maps_api_key

Return a Google Maps JavaScript API key for the Job Cards in-app Maps tab.

Inferred read-only
logout_connected_account

Log out of the Worklittle account linked to this MCP Connect session without removing the ChatGPT/Claude app.

Inferred read-only
upload_profile_resume

Upload the connected account's profile resume file (PDF, Word, text, or image).

Potential side effects
get_profile_resume_status

Poll profile resume processing status after upload_profile_resume (ready | processing | idle | missing).

Inferred read-only
remove_profile_resume

Delete the connected account's profile resume file.

Potential side effects
update_connected_profile

Patch the connected account's Settings profile fields (name, school, desired role, phone, links, work authorization, driver's license, interests).

Inferred read-only
update_connected_email_prefs

Update connected account email and privacy prefs (job_alerts, local_events, announcements, marketing_measurement, personalized_marketing).

Potential side effects
remove_connected_profile_photo

Remove the connected account's uploaded profile photo and reset to a default avatar.

Potential side effects
start_apply_with_ai

Start an Apply-with-AI session for a job where apply_with_ai_eligible is true (AI tokens only; no flat browser fee).

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.