corvi.careers — AI Job Search

2 min read Original article ↗

AI assistants

Use corvi.careers through MCP

Connect your AI assistant to the corvi.careers MCP server to search jobs, resolve locations, categories, and companies, and pull structured listings into your chat or coding workflow.

Server URL

https://corvi.careers/mcp

The server uses remote MCP over streamable HTTP. It currently exposes read-only job search tools and does not require authentication.

Available tools

location_autocomplete

Finds matching locations and returns geoname IDs that can be used in job searches.

search_jobs

Searches listings by keywords, companies, titles, categories, recency, job level, job type, and locations.

list_categories

Finds valid category slugs and hierarchy tokens for category-filtered searches.

lookup_companies

Finds matching company names before using the company filter in job searches.

lookup_companies_batch

Resolves multiple company-name queries in one call before filtering searches.

Add to Claude

In Claude or Claude Desktop, open Settings, go to Connectors, choose Add custom connector, and use the server URL above.

Remote connectors should be added through Claude settings. The local claude_desktop_config.json path is for local MCP servers, not this hosted remote server.

For Claude Code, add the remote MCP server from your terminal:

claude mcp add-json corvi-careers '{"type":"http","url":"https://corvi.careers/mcp"}'
claude mcp list

Add to Codex

Codex shares MCP configuration between the CLI and IDE extension. Add the server with the Codex CLI:

codex mcp add corvi-careers --url https://corvi.careers/mcp
codex mcp list

You can also edit ~/.codex/config.toml directly, then restart Codex:

[mcp_servers.corvi-careers]
url = "https://corvi.careers/mcp"

Example prompts

  • Search for backend engineer jobs in San Francisco
  • Find full time data engineer jobs in Berlin.
  • Find machine learning jobs at companies like Anthropic or OpenAI.

Security notes

MCP clients may ask for confirmation before tools run. Review tool calls before approving them, especially when using any MCP server that can access personal data or perform write actions. The corvi.careers MCP tools are intended for job search lookup.

Reference docs: Claude remote MCP connectors, Claude Code MCP, and OpenAI MCP setup for Codex.