runwayMCP
Related Servers
Alternatives to runwayMCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables searching and browsing hidden job market roles with H1B PERM sponsorship from major US companies, including tools for job search, details, categories, and company listings.-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables users to query H1B visa sponsorship data, approval rates, and top roles using public Department of Labor records. It provides tools for looking up company-specific stats and filtering sponsors by job title, city, or state.-
- AlicenseNot gradedqualityDmaintenanceEnables searching and analyzing real H-1B visa sponsorship data from the U.S. Department of Labor, including job titles, salaries, locations, and company statistics.MIT
- AlicenseNot gradedqualityDmaintenanceEnables searching and analyzing H-1B visa sponsoring companies using U.S. Department of Labor data. Supports filtering by job role, location, and salary with natural language queries to find direct employers and export results.16MIT
- AlicenseNot gradedqualityBmaintenanceProvides US H-1B visa sponsorship, LCA wages, and top sponsors by role for recruiting and talent data.5 npmMIT
- AlicenseAqualityCmaintenanceEnables AI assistants to evaluate job postings under a UK visa constraint, including sponsor-licence checks with confidence grades, screening for seniority and hard requirements, and role searches that exclude recruitment agencies. It also tracks application history to help avoid duplicate applications.444 npmMIT
TDQS
Scored across 10 tools
Each tool owns a distinct resource-action pair: analyze, save/get/list/delete jobs, status updates, resume version handling, and work authorization. save_job_analysis and set_application_status both target a job, but their descriptions explicitly separate analysis fields from status timeline mechanics, so an agent should not confuse them.
All tool names follow a uniform snake_case verb_noun style (analyze_job, list_jobs, save_resume_version, set_work_authorization). The verbs are specific and the objects are consistently named, with no camelCase or vague action words.
Ten tools is right in the ideal range and every tool earns its place: job CRUD plus analysis, status tracking, resume versioning, and work authorization. There is no apparent redundancy or bloat.
The core job-application lifecycle is well covered: analyze, save, retrieve, list, update status, and delete jobs, plus resume version storage/retrieval and work authorization declaration. The only notable gap is the lack of a direct get_work_authorization tool, though analyze_job returns the live comparison during analysis.