jobspipe-mcp
Installation
SKILL.md
JobsPipe MCP server
JobsPipe ships three MCP servers over Streamable HTTP. Live job results come only from the authenticated one - wire that up for real data:
- Live (authenticated):
https://mcp.jobspipe.dev/mcp— toolssearch_jobs(returns the postings) andlist_pricing_plans. RequiresAuthorization: Bearer jp_live_<key>(free key at https://jobspipe.dev/signup, dashboard Settings -> API Keys). - Demo (no key):
https://jobspipe.dev/mcp— toolssearch_jobs,list_job_sources,list_pricing_plans,search_upwork_jobs; resources expose the OpenAPI spec, pricing, and the source catalog. Itssearch_jobsreturns the REST call to run, not live postings. - Docs:
https://docs.jobspipe.dev/mcp— toolssearch_docs,list_docsover the developer documentation. No key.
Registry entry: dev.jobspipe/mcp in the official MCP registry. Discovery
manifest: https://jobspipe.dev/.well-known/mcp.json. Server card:
https://jobspipe.dev/.well-known/mcp/server-card.json.