← applyall.com

INDIVIDUAL MCP TOOL

remove_desired_title

Remove a saved desired title by id from get_profile.

applyall.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://applyall.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

applyall.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.applyall]
url = "https://applyall.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "applyall": {
      "type": "http",
      "url": "https://applyall.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: applyall
Remote MCP URL: https://applyall.com/mcp

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": {
    "applyall": {
      "url": "https://applyall.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "applyall": {
      "type": "http",
      "url": "https://applyall.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "applyall",
  "transport": "streamable-http",
  "url": "https://applyall.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_jobs — Search employer-sourced jobs.
  • get_job — Return one job by id.
  • search_job_titles — Autocomplete ApplyAll job titles so the user can pick a canonical title.
  • search_locations — Look up cities and states to use with search_jobs or profile location tools.
  • list_packages — List published consumer application packages the user can buy.
  • get_connect_instructions — Return the MCP URL and copy-paste setup for Claude, ChatGPT, Cursor, and Claude Code.
  • register_account — Return the browser signup / OAuth URL.
  • get_profile — Read the connected user's profile, preferences, credits, and pause state.