API and MCP for developers
Integrate with CaseWizard using the public REST API and MCP server.
CaseWizard exposes a versioned REST API and a remote MCP server for integrators and automation tools.
Explore the API
These links point to the CaseWizard staging environment. Confirm the target environment before running an integration or testing an automation.
MCP server
The CaseWizard MCP server is available at https://mcp.staging.casewizard.com. MCP endpoints require authentication. See the MCP guide linked from the API docs navigation for connection and usage details.
Version probes
Use the following endpoints to confirm which build is serving in staging:
| Service | Endpoint |
|---|---|
| API | GET /version |
| Web app | GET /api/version |
| Docs site | GET /api/version |
| MCP | GET /version |
GET request to the probe for the service you are checking.API change planning
Start with the interactive reference to confirm endpoint paths, request parameters, responses, and authentication requirements. Use the OpenAPI document when generating client code. Check the changelog for changes before deploying an integration update.
For an issue involving the web application, API, or MCP server, include the service, endpoint, environment, and version probe result when you contact your platform administrator or CaseWizard support. Do not include credentials or confidential client information.
API and MCP endpoints require authentication where stated in their documentation. Protect access tokens and do not place secrets in source code, screenshots, or support emails.