← Registry

Productivity

corvi.careers

Provides job search functionality including keyword, location, company, and category filtering.

1 endpoint4 known toolsFirst detected July 25, 2026Last detected July 29, 2026

ENDPOINT 1

https://corvi.careers/mcp

No auth detected

MCP server metadata

Name
corvi-careers
Version
0.1.0
Capabilities
tools
Server instructions

Corvi Careers MCP server. Use location_autocomplete to resolve locations, lookup_companies to resolve company names, list_categories to resolve category slugs, then search_jobs to retrieve read-only public job listings.

Known tools 4

list_categories

List valid category slugs

Inferred read-only
location_autocomplete

Find matching locations for job search filters

Inferred read-only
lookup_companies

Find matching company names

Inferred read-only
search_jobs

Search for jobs by keywords, locations, titles, companies, and categories

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.corvi-careers]
url = "https://corvi.careers/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "corvi-careers": {
      "type": "http",
      "url": "https://corvi.careers/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: corvi-careers
Remote MCP URL: https://corvi.careers/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "corvi-careers": {
      "url": "https://corvi.careers/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "corvi-careers": {
      "type": "http",
      "url": "https://corvi.careers/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "corvi-careers",
  "transport": "streamable-http",
  "url": "https://corvi.careers/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for corvi.careers was fetched 2026-07-31T16:18:58.659Z and is being refreshed.

Trust status Neutral

corvi.careers is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.