Once the MCP server is started a pop-up opens with the message “Dynamic client Registration Not Supported “ i
Also user gets a 401 error when running the curl command
Explanation
This issue usually occurs when an incorrect API key or URL is being passed.
Run the following Curl command to cross-check the API key and the Imaging public URL by reviewing the output from the command
curl -H "x-api-key: <your-imaging-api-key>" http://<your_imaging_public_URL>:8090/rest/ready
Based on the error received this is an API key–related issue.
- Generate a new API key
- Reinitialize the API key into mcp.json. If a new API key is generated it should be corrected in mcp.json. Please note that only one key can exist for each user and when a new key is generated, the old one instantly becomes invalid. Please refer Generating an API key
NB: The default log path is: \ProgramFiles\CAST\Imaging-MCP-Server\logs
Default installation path is: \ProgramData\CAST\Imaging-MCP-Server\setup-config
Related Articles
CAST IMAGING – V3 – MCP Server – VS CODE - 401 Unauthorised error
Resources
Getting started with CAST Imaging MCP Server
CAST Imaging v3 Product Documentation
CAST Imaging Troubleshooting Guides
Additional Resources
CAST Highlight Product Documentation
CAST Highlight Troubleshooting Guides
Ticket
56293
Comments