Description
I tested the Webcmd MCP endpoint through Claude Code on Windows.
MCP endpoint:
https://api.webcmd.dev/mcp
The MCP connection and OAuth authentication completed successfully. I was able to discover and run Webcmd commands, and web/fetch worked as expected.
However, auth/status consistently fails with a profile provisioning error.
Steps to Reproduce
- Connect Claude Code to
https://api.webcmd.dev/mcp.
- Complete the Webcmd OAuth authentication.
- Run:
`["auth", "status", "-f", "json"]
- Run the same command again.
- Run:
`["auth", "status", "--full", "-f", "json"]
Expected Behavior
auth/status should successfully provision the Webcmd Cloud profile and return the authentication status.
webcmd Version
0.7.5
Node.js Version
Other
Operating System
Windows
Logs / Screenshots
Description
I tested the Webcmd MCP endpoint through Claude Code on Windows.
MCP endpoint:
https://api.webcmd.dev/mcp
The MCP connection and OAuth authentication completed successfully. I was able to discover and run Webcmd commands, and
web/fetchworked as expected.However,
auth/statusconsistently fails with a profile provisioning error.Steps to Reproduce
https://api.webcmd.dev/mcp.`["auth", "status", "-f", "json"]
`["auth", "status", "--full", "-f", "json"]
Expected Behavior
auth/status should successfully provision the Webcmd Cloud profile and return the authentication status.
webcmd Version
0.7.5
Node.js Version
Other
Operating System
Windows
Logs / Screenshots