MCP Environments, Troubleshooting, FAQs
This article covers environment-specific server URLs, solutions for common connection errors, and answers to frequently asked questions.
Environments
Each Rhino FCP environment has a dedicated MCP endpoint. The production URL connects only to production — there is no cross-environment access.
Production
AWS
https://mcp.rhinohealth.com/mcp
Production
GCP
https://mcp.rhinofcp.com/mcp
Production US2
GCP
https://mcp-prod-us2.rhinofcp.com/mcp
Health check
To verify that a specific environment is operational, run:
curl https://mcp.rhinohealth.com/health
# → {"status":"ok","version":"1.0.0"}Replace the hostname with the relevant environment URL from the table above.
Troubleshooting
Browser doesn't open for login
Check your default browser settings. Fully quit and reopen the AI client.
Server not responding / timeout
Verify the URL ends with /mcp. Run the curl health check above to confirm the server is reachable.
Invalid Host / 421 error
Ensure the full https:// URL is used. Update mcp-remote to the latest version.
OAuth succeeds but tools fail
Restart the client to refresh the OAuth token. Verify that your account has access to the relevant project in the Rhino platform.
NOT_AUTHENTICATED error
Your session token has expired. Restart the AI client — the OAuth flow will trigger automatically on the next tool call.
Tools appear but no data is returned
Confirm your project access in the Rhino platform and check your workgroup membership.
If you are still experiencing issues, contact support@rhinohealth.com with your client name, the full error message, and the result of the health check.
Frequently Asked Questions
Last updated
Was this helpful?