Claude Code Integration
The NexSpace plugin for Claude Code lets you manage workforce operations directly from the Claude Code IDE through MCP tools and slash commands.Install
Connect
Click Connect NexSpace in the plugin panel. This initiates OAuth 2.1 + PKCE:- Browser opens the NexSpace authorization page
- Log in and grant the requested scopes
- Claude Code receives tokens automatically
Slash Commands
| Command | Description |
|---|---|
/nexspace-fill-shift | Find credentialed staff and assign to a shift |
/nexspace-find-staff | Search available staff by specialty |
/nexspace-verify-credential | Run credential verification |
/nexspace-coverage-report | Generate a facility coverage report |
Natural Language
Once connected, Claude understands NexSpace context naturally:“Find a credentialed staff member at facility 12 for tomorrow’s 7am shift”Claude will call
findCredentialedStaff, present candidates, ask for
confirmation, then call fillShift.
Skill
The plugin includes anexspace-operations skill that teaches Claude:
- Read before write — confirm scope before mutating
- Compliance walls — stop if credentials are flagged/revoked
- Facility scoping — respect API key scope boundaries
- Billable outcomes — don’t call write verbs speculatively