← worklittle.com

INDIVIDUAL MCP TOOL

track_applied_job

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

worklittle.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.worklittle.com

No auth detected

Connect to this endpoint to inspect the live schema for track_applied_job and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

worklittle.com

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.

Related tools

  • search_jobs — Search Worklittle's job listings by keyword, company, location, job type, seniority, or recency.
  • search_companies — Search the Worklittle market company index by name or slug (ranked typeahead).
  • load_more_job_cards — Fetch the next page of Job Cards for the current search (cursor + same filters as the initial search_jobs).
  • get_job_details — Fetch detailed information about a specific job, including full responsibilities, qualifications, and company details.
  • 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.
  • get_market_overview — Returns aggregate statistics about the current job market as indexed by Worklittle.
  • delete_applied_job — Remove a job from the API key owner's personal saved-jobs pipeline (unheart / remove from Saved).
  • 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.