Productivity
corvi.careers
Provides job search functionality including keyword, location, company, and category filtering.
ENDPOINT 1
https://corvi.careers/mcp
MCP server metadata
- Name
- corvi-careers
- Version
- 0.1.0
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
search_jobsSearch for jobs by keywords, locations, titles, companies, and categories
Inferred read-onlyCONNECT 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.
corvi.careers is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.