Visa Jobs MCP Server

`visa-jobs-mcp` is an MCP server that helps agents find relevant jobs from fresh LinkedIn searches, with optional visa-aware filtering.

Local serverstdioPython

What is the Visa Jobs MCP MCP server?

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.

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Available tools

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_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

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Visa Jobs MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Among 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.

Available tools

ToolWhat it does
start_job_searchget_job_search_status
get_job_search_resultsset_user_preferences
start_visa_job_searchget_visa_job_search_status
get_visa_job_search_resultssave_job_for_later
ignore_joblist_saved_jobs
list_ignored_jobsget_mcp_capabilities
get_mcp_capabilitiesReturn MCP capabilities, tools, and contracts for agent self-discovery.
set_user_preferencesSave the user's visa preferences for optional visa-specific matching.
set_user_constraintsSave urgency and work-mode constraints used for personalized guidance.
get_user_preferencesFetch the saved user preferences and constraints.
get_user_readinessReport whether the user and local dataset are ready for search.
find_related_titlesReturn adjacent role titles to widen low-yield searches.
add_user_memory_lineAppend a profile memory line (skills, goals, fears, constraints).
query_user_memory_blobQuery the user's local memory blob with optional text filtering.

Example prompts to try

  • Use Visa Jobs MCP to start job search.
  • Use Visa Jobs MCP to get job search results.
  • Use Visa Jobs MCP to start visa job search.

Frequently asked questions

It connects Visa Jobs MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (start_job_search, get_job_search_results, start_visa_job_search, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Visa Jobs MCP directly.