MCP Overview
The Jobweave MCP server (packages/mcp-tool-server, @jobweave/mcp-tool-server) exposes the
whole product surface as 81 MCP tools — thin wrappers, one per apps/api route. This is
Layer B in the three-way "skill" disambiguation on the Skills Catalog:
an MCP tool is not an AI Skill. Some ai:generate-scoped tools happen to invoke one of the
16 AI Skills underneath (extract-career-facts calls
career_fact_extractor, for example) — most don't.
- MCP Tool Reference — every tool, generated from the live registry.
- Scopes — the 15-value auth scope vocabulary that gates tool access.
- Using the MCP Server — setup and connection guide.
- The Jobweave Claude Code Skill — a packaged skill that teaches an agent to use these tools correctly.