MCP Connector

Manage MCP Servers and Search Jobs

Corvi Careers MCP Server lets Codex and other MCP clients search jobs through a public, hosted remote endpoint.

Works with githubopenai

90
Spark score
out of 100
Updated 3 months ago
Version 1.0.0
Models
universal

Add to Favorites

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

01

Create, run, and manage MCP servers in dynamic mode.

02

Search for jobs using the jobswithgpt API with continuously updated data.

03

Utilize location autocomplete for precise job searching.

04

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_jobs

Search job listings by keywords and location with geonameid

location_autocomplete

Get geonameid for location autocomplete functionality

Overview

jobswithgpt MCP Server

Corvi Careers MCP Server connects Codex or any MCP-capable client to a hosted, public job search service at corvi.careers/mcp, installable as a Codex plugin or reachable directly via Streamable HTTP or the mcp-remote bridge. Use it when you want job search built into an AI assistant via Corvi Careers' hosted service; it connects to their public backend rather than a self-hosted or private job data source.

What it does

Corvi Careers MCP Server publishes the Corvi Careers Codex plugin marketplace entry, letting Codex and other MCP-capable clients search jobs through the public, hosted Corvi Careers MCP server at https://corvi.careers/mcp. It's distributed both as a Codex plugin (via the marketplace catalog) and as a direct remote MCP endpoint usable by any client that supports Streamable HTTP.

When to use - and when NOT to

Use this when you want an AI assistant or Codex session to search job listings directly in conversation, without switching to a separate job board. For MCP clients that only support local stdio servers rather than remote HTTP, the mcp-remote bridge package lets you connect to the same hosted endpoint as if it were local. It is not useful if you need a self-hosted or private job search backend - this connects to Corvi Careers' own public hosted service, not a configurable job data source you control.

Inputs and outputs

Input: no local configuration is required beyond registering the plugin or endpoint - Codex plugin installation via the marketplace, or direct connection to the remote MCP endpoint. Output: job search results returned through whatever tools the Corvi Careers MCP server exposes on its hosted endpoint (documented in the plugin's own README under plugins/corvi-careers/README.md).

Integrations

Registers as a Codex plugin via .agents/plugins/marketplace.json pointing at ./plugins/corvi-careers, and is directly usable by any Streamable-HTTP-capable MCP client at https://corvi.careers/mcp, or bridged into stdio-only clients via npx -y mcp-remote@latest https://corvi.careers/mcp.

Who it's for

Codex users and MCP client operators who want job search built directly into their AI assistant workflow via Corvi Careers' hosted service, without running their own job-search backend.

Source README

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/mcp

Then install Corvi Careers from the Codex plugin marketplace UI.

Repository Layout

.agents/plugins/marketplace.json
plugins/corvi-careers/

The marketplace file registers the Corvi Careers plugin and points Codex to:

./plugins/corvi-careers

Direct MCP Endpoint

For MCP clients that support remote Streamable HTTP directly:

https://corvi.careers/mcp

For 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.md

FAQ

Common questions

Discussion

Questions & comments · 0

Sign In Sign in to leave a comment.