# Watermelon UI Status & Integrations

This page is the public ops overview for Watermelon UI. It is meant to help engineers, agents, and maintainers understand which endpoints exist, what build metadata is currently exposed, and where to connect MCP-compatible clients.

## Recommended checks

- [Platform status JSON](https://ui.watermelon.sh/api/v1/status)
- [Developers page](https://ui.watermelon.sh/developers)
- [OpenAPI](https://ui.watermelon.sh/openapi.json)
- [Sitemap](https://ui.watermelon.sh/sitemap.xml)
- [Hosted MCP discovery](https://mcp.watermelon.sh/)
- [Hosted MCP health](https://mcp.watermelon.sh/health)

## Connect MCP from ChatGPT or Claude

If your client supports remote MCP over Streamable HTTP, add a new MCP server and use https://mcp.watermelon.sh/mcp as the server URL. After that, use the hosted catalog tools instead of scraping the website manually.

If your client only supports local MCP servers, clone the platform repository and run bun run mcp from the repository root.