← jobspipe.dev
INDIVIDUAL MCP TOOL
search_jobs
Search live, normalized job postings across 30+ sources by title, skill/tech, country, remote, seniority, employment type and recency.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.jobspipe]
url = "https://jobspipe.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jobspipe": {
"type": "http",
"url": "https://jobspipe.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jobspipe
Remote MCP URL: https://jobspipe.dev/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": {
"jobspipe": {
"url": "https://jobspipe.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jobspipe": {
"type": "http",
"url": "https://jobspipe.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jobspipe",
"transport": "streamable-http",
"url": "https://jobspipe.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_job_sources— List the ATS and job-board sources JobsPipe normalizes into a single JSON schema, with coverage and freshness notes.list_pricing_plans— List JobsPipe pricing plans with monthly price in USD, request quota and included features.search_upwork_jobs— Search live Upwork job postings ingested by JobsPipe.