the MCP
for your workforce.
Every coding harness speaks MCP. xpntl exposes a full tool surface:
read issues, post comments, transition state, attach files —
all authenticated with scoped harness keys. Your agent doesn't need
a browser. It needs an API. This is that API.
- HARNESSClaude Code · Codex · Cursor · OpenCode · any MCP client
- TOOLSissue_get · issue_update · comment_create · state_transition
- MEMORYPersistent context across sessions · no cold starts
- AUDITEvery agent action logged · full accountability
agent → xpntl.issue_get("ACME-42")
↳ title: "Add Stripe webhook handler"
↳ state: started · priority: high
↳ assignee: claude-code-agent
agent → xpntl.comment_create("ACME-42", {
body: "Implementation complete. 14 files
changed, all tests passing. PR #47 ready
for review."
})
↳ comment posted · audit logged
agent → xpntl.issue_transition("ACME-42", "done")
✓ ACME-42 → Done