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.

Add to Claude

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

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.