Manage MCP Servers and Search Jobs
MCP server that searches over 500,000 public job listings through jobswithgpt API and manages dynamic Model Context Protocol servers as child processes.
Why it matters
Dynamically manage Model Context Protocol (MCP) servers and leverage a vast index of over 500,000 public job listings for advanced job searching capabilities.
Outcomes
What it gets done
Create, run, and manage MCP servers in dynamic mode.
Search for jobs using the jobswithgpt API with continuously updated data.
Utilize location autocomplete for precise job searching.
Integrate with OpenAI through MCPServerStreamableHttp.
Install
Add it to your toolbox
Run in your project directory:
curl -fsSL https://spark.entire.vc/get/vb-jobswithgpt | bash Capabilities
Tools your agent gets
Search job listings by keywords and location with geonameid
Get geonameid for location autocomplete functionality
Overview
jobswithgpt MCP Server
What it does
This MCP server provides two core capabilities: job search functionality through the jobswithgpt API with access to over 500,000 continuously updated public job listings, and dynamic MCP server management that creates, runs, and manages other Model Context Protocol servers as child processes. It includes location autocomplete to resolve city names to geographic identifiers for precise job searches. Available as a hosted connector or via NPX proxy configuration.
How it connects
Use this when you need to add job search capabilities to your AI assistant or when building recruitment workflows that require access to current employment data. It's ideal for scenarios where your AI needs to help users find positions by keyword and location, or when you need to dynamically manage multiple MCP servers within a single workflow. PRO accounts can use the hosted connector; free accounts can use the proxy configuration.
Source README
A dynamic MCP server management service that creates, runs, and manages Model Context Protocol servers in dynamic mode, while also providing job search functionality through jobswithgpt with indexing of over 500 thousand public job listings.
Installation
NPX Proxy
npx -y mcp-remote@latest https://jobswithgpt.com/mcp
Configuration
Claude Desktop
{
"mcpServers": {
"jobswithgpt": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://jobswithgpt.com/mcp"
]
}
}
}
Features
- Dynamic MCP server management service
- Create, run, and manage MCP servers in dynamic mode
- Functions as a full-featured MCP server
- Launches and manages other MCP servers as child processes
- Job search through jobswithgpt API
- Indexing of over 500 thousand public job listings
- Continuously updated job data
- Location autocomplete functionality
- Available hosted MCP connector
Usage Examples
Find machine learning jobs in san francisco
First call location_autocomplete to get a geonameid for 'Seattle', then call search_jobs with keywords=['python'] and that geonameid
Notes
Available as a hosted MCP connector at https://jobswithgpt.com/mcp for PRO accounts. Free accounts can use the proxy configuration. Also supports integration with OpenAI through MCPServerStreamableHttp.
Discussion
Questions & comments · 0
Sign In Sign in to leave a comment.