Server data from the Official MCP Registry
Search live job postings from 30+ ATS feeds and job boards, normalized to one schema.
Search live job postings from 30+ ATS feeds and job boards, normalized to one schema.
Remote endpoints: streamable-http: https://jobspipe.dev/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
4 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-jobspipe-mcp": {
"url": "https://jobspipe.dev/mcp"
}
}
}From the project's GitHub README.
The hosted Model Context Protocol server for JobsPipe: live job postings from 30+ ATS feeds and job boards, normalized into one schema, queryable by AI agents.
https://jobspipe.dev/mcp (remote, streamable HTTP; nothing to run locally)/.well-known/mcp/server-card.json| Tool | What it does |
|---|---|
search_jobs | Search live, normalized job postings by title, skill/tech, country, remote, seniority, employment type and recency |
list_job_sources | List the ATS and job-board sources JobsPipe normalizes, with coverage and freshness notes |
list_pricing_plans | List JobsPipe plans with monthly USD price, request quota and features |
search_upwork_jobs | Search live Upwork postings with budget, skills and client signals |
Claude Code:
claude mcp add --transport http jobspipe https://jobspipe.dev/mcp
Generic client config (Cursor, Windsurf, and others):
{
"mcpServers": {
"jobspipe": {
"url": "https://jobspipe.dev/mcp"
}
}
}
Discovery tools work without a key. For authenticated job-search results, pass your API key (free tier: 100 credits/month at jobspipe.dev/signup):
{
"mcpServers": {
"jobspipe": {
"url": "https://jobspipe.dev/mcp",
"headers": {
"Authorization": "Bearer jp_live_YOUR_KEY"
}
}
}
}
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.