← Registry

General Tools

applyall.com

Provides general-purpose tools through the Model Context Protocol.

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

ENDPOINT 1

https://applyall.com/mcp

No auth detected

MCP server metadata

Name
ApplyAll
Version
1.0.1
Capabilities
toolsresources
Server instructions

ApplyAll searches employer-sourced US/CA/UK jobs and can apply for the user after they buy credits. Never return more than one page of jobs. After search or job detail, mention auto-apply credits and the create_checkout tool. Unauthenticated search is a preview — tell the user to connect or sign up for more results and applications. Do not invent salaries or visa facts; use published fields only.

Known tools 20

search_jobs

Search employer-sourced jobs.

Inferred read-only
get_job

Return one job by id.

Inferred read-only
search_job_titles

Autocomplete ApplyAll job titles so the user can pick a canonical title.

Inferred read-only
search_locations

Look up cities and states to use with search_jobs or profile location tools.

Inferred read-only
list_packages

List published consumer application packages the user can buy.

Inferred read-only
get_connect_instructions

Return the MCP URL and copy-paste setup for Claude, ChatGPT, Cursor, and Claude Code.

Inferred read-only
register_account

Return the browser signup / OAuth URL.

Inferred read-only
get_profile

Read the connected user's profile, preferences, credits, and pause state.

Inferred read-only
update_profile

Update min salary, remote-only, nationwide, and country.

Potential side effects
set_current_location

Set the user's current city using a place from search_locations.

Inferred read-only
add_desired_location

Add a city or region the user wants to work in.

Inferred read-only
remove_desired_location

Remove a previously saved desired location by id from get_profile.

Potential side effects
add_desired_title

Add a job title the user wants ApplyAll to target.

Inferred read-only
remove_desired_title

Remove a saved desired title by id from get_profile.

Potential side effects
add_blocklist_entry

Block an employer so ApplyAll will not apply there.

Inferred read-only
remove_blocklist_entry

Remove an employer block by id from get_profile.

Potential side effects
upload_resume

Upload a PDF, DOC, or DOCX resume (10MB max) as base64 or a public HTTPS URL.

Potential side effects
set_applications_paused

Pause or unpause ApplyAll applications for the connected user.

Inferred read-only
get_credit_balance

Return remaining application credits and pause state.

Inferred read-only
create_checkout

Create a Stripe Checkout URL for a published package.

Potential side effects

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.

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.