INDIVIDUAL MCP TOOL
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).
LIVE ENDPOINT
https://mcp.worklittle.com
Connect to this endpoint to inspect the live schema for start_apply_with_ai and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.track_applied_job— Record that the API key owner saved, applied to, clicked Apply, or skipped a job.delete_applied_job— Remove a job from the API key owner's personal saved-jobs pipeline (unheart / remove from Saved).