CaseWizard

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

Open the interactive API reference, which uses Scalar UI.
Download the OpenAPI JSON when you need a schema for code generation or tooling.
Review the API changelog before adopting changes.
Authenticate requests using the methods documented in the API reference.

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:

ServiceEndpoint
APIGET /version
Web appGET /api/version
Docs siteGET /api/version
MCPGET /version
Send a GET request to the probe for the service you are checking.
Record the returned build information with your integration test or support report.
Compare the result with the relevant release or API changelog entry when behavior differs.

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.

Next steps

On this page