`visa-jobs-mcp` is an MCP server that helps agents find relevant jobs from fresh LinkedIn searches, with optional visa-aware filtering.
Connect Visa Jobs MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. visa-jobs-mcp is an MCP server that helps agents find relevant jobs from fresh LinkedIn searches, with optional visa-aware filtering. The visa jobs mcp mcp server is what makes that connection.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
start_job_search — get_job_search_statusget_job_search_results — set_user_preferencesstart_visa_job_search — get_visa_job_search_statusget_visa_job_search_results — save_job_for_laterignore_job — list_saved_jobslist_ignored_jobs — get_mcp_capabilitiesget_mcp_capabilities — Return MCP capabilities, tools, and contracts for agent self-discoveryset_user_preferences — Save the user's visa preferences for optional visa-specific matchingset_user_constraints — Save urgency and work-mode constraints used for personalized guidanceget_user_preferences — Fetch the saved user preferences and constraintsget_user_readiness — Report whether the user and local dataset are ready for searchfind_related_titles — Return adjacent role titles to widen low-yield searchesAmong the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Visa Jobs MCP's toolset — start_job_search, get_job_search_results, start_visa_job_search and 11 more — is a fair guide to whether it matches your workflow. It is maintained by neosh11; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| start_job_search | get_job_search_status |
| get_job_search_results | set_user_preferences |
| start_visa_job_search | get_visa_job_search_status |
| get_visa_job_search_results | save_job_for_later |
| ignore_job | list_saved_jobs |
| list_ignored_jobs | get_mcp_capabilities |
| get_mcp_capabilities | Return MCP capabilities, tools, and contracts for agent self-discovery. |
| set_user_preferences | Save the user's visa preferences for optional visa-specific matching. |
| set_user_constraints | Save urgency and work-mode constraints used for personalized guidance. |
| get_user_preferences | Fetch the saved user preferences and constraints. |
| get_user_readiness | Report whether the user and local dataset are ready for search. |
| find_related_titles | Return adjacent role titles to widen low-yield searches. |
| add_user_memory_line | Append a profile memory line (skills, goals, fears, constraints). |
| query_user_memory_blob | Query the user's local memory blob with optional text filtering. |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.