Use Vexly with Claude Code
Claude Code is a strong MCP-based path for Vexly when you want cross-service business analysis from inside an existing agent workflow.
Prerequisites
- Create a Vexly personal access token.
- Export it in your shell:
Add Vexly to Claude Code
Use Claude Code's JSON-based MCP install command:
claude mcp add-json vexly \
"{\"type\":\"http\",\"url\":\"https://api.vexly.io/api/v1/public/mcp\",\"headers\":{\"Authorization\":\"Bearer ${VEXLY_ACCESS_TOKEN}\"}}" \
--scope user
Verify It Was Added
Use It in Claude Code
- Start Claude Code in your project.
- Run
/mcpto confirm the server is available. - Ask Claude Code to call
vexly.runfor long-running work.
Example prompt:
Use vexly.run to review last week's performance across all connected services and return the top 5 changes or risks. Wait for completion, and use a 180 second timeout.
Vexly MCP now waits up to 180 seconds by default before returning a pending run. You only need to set timeout_seconds explicitly if you want something different.