General Tools
applyall.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://applyall.com/mcp
MCP server metadata
- Name
- ApplyAll
- Version
- 1.0.1
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_job_titlesAutocomplete ApplyAll job titles so the user can pick a canonical title.
Inferred read-onlysearch_locationsLook up cities and states to use with search_jobs or profile location tools.
Inferred read-onlyget_connect_instructionsReturn the MCP URL and copy-paste setup for Claude, ChatGPT, Cursor, and Claude Code.
Inferred read-onlyget_profileRead the connected user's profile, preferences, credits, and pause state.
Inferred read-onlyset_current_locationSet the user's current city using a place from search_locations.
Inferred read-onlyremove_desired_locationRemove a previously saved desired location by id from get_profile.
Potential side effectsupload_resumeUpload a PDF, DOC, or DOCX resume (10MB max) as base64 or a public HTTPS URL.
Potential side effectsset_applications_pausedPause or unpause ApplyAll applications for the connected user.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.