chaptrone-mcp-server

racomo/chaptrone-mcp-server

3.2

If you are the rightful owner of chaptrone-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Chaptr One MCP Server is designed to facilitate interaction between Goose (desktop) and the Chaptr One backend, providing a suite of tools and resources for seamless integration.

Tools
4
Resources
0
Prompts
0

chaptrone-mcp-server

Adding Goose to backend of ChaptrOne

Chaptr One MCP Server

MCP tools for Goose (desktop) to interact with your Chaptr One backend.

Tools

  • log_signal → POST /api/behavior/log
  • get_employee_dashboard → GET /api/dashboard/employee/:id
  • say → returns a playable /stream-voice URL
  • verify_user → LLM rubric scoring (uses OpenAI if key provided, else mock)

Dev

npm i
cp .env.example .env   # update CHAPTR_ONE_BASE & optional CHAPTRONE_MCP_KEY
npm run dev            # hot dev
npm run build
npm start              # runs dist/server.js with .env