jobswithgpt
OfficialThis server provides job search capabilities through the JobsWithGPT API, enabling searches with keywords, job titles, and location data. You can filter by geographic location using location names, administrative codes (admin1_code, country_code), and remote work options. Distance-based filtering allows you to set a search radius in meters from a specified location. Results can be paginated to browse multiple pages of listings. The server returns structured JSON responses with comprehensive job data including company names, job titles, and application links. It integrates with AI assistants like Claude Desktop and OpenAI agents for conversational, automated job searching.
Integrates with Greenhouse job board data, allowing job searches with results that include Greenhouse job listings
Enables OpenAI models to directly use the hosted MCP server to search for jobs using the search_jobs tool
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jobswithgptfind remote software engineer jobs in New York"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Corvi Careers MCP Marketplace
This repository publishes the Corvi Careers Codex plugin marketplace entry and plugin package.
Corvi Careers lets Codex and other MCP-capable clients search jobs through the public Corvi Careers MCP server.
Install in Codex
Add this repository as a Codex plugin marketplace/catalog source:
https://github.com/jobswithgpt/mcpThen install Corvi Careers from the Codex plugin marketplace UI.
Related MCP server: Agent47
Repository Layout
.agents/plugins/marketplace.json
plugins/corvi-careers/The marketplace file registers the Corvi Careers plugin and points Codex to:
./plugins/corvi-careersDirect MCP Endpoint
For MCP clients that support remote Streamable HTTP directly:
https://corvi.careers/mcpFor clients that expect a local stdio MCP server, use mcp-remote:
{
"mcpServers": {
"corvi-careers": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://corvi.careers/mcp"
]
}
}
}Plugin Documentation
See the plugin README:
plugins/corvi-careers/README.mdSupport
Website: https://corvi.careers
Support: support@corvi.careers
License: MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that provides AI agents with real-time access to curated Web3 jobs.18MIT
- AlicenseNot gradedqualityCmaintenanceJobPilot is a next-generation career assistant powered by AI Agents and the Model Context Protocol (MCP). It acts as your personal recruiter, tirelessly searching for jobs on platforms like LinkedIn, optimizing your resume for specific job descriptions (JD), and even automating the application process. Designed for the age of AI, JobPilot exposes a full MCP server, allowing you to connect it with2MIT
- AlicenseNot gradedqualityAmaintenanceEnables job search and scraping across multiple job boards (LinkedIn, Indeed, Glassdoor, etc.) with advanced filtering, directly from Claude Desktop or other MCP clients.5MIT
Related MCP Connectors
GetJobzi MCP server for job search, application tracking, and career forecasting.
MCP server for Blockscout
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jobswithgpt/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server