# Watermelon UI MCP Docs

Watermelon MCP gives agents structured access to the public Watermelon catalog without scraping the website manually. The hosted endpoint uses Streamable HTTP and the repository also ships a local MCP server for source-aware workflows.

## Hosted endpoints

- [Discovery root](https://mcp.watermelon.sh/)
- [Health](https://mcp.watermelon.sh/health)
- [llms.txt](https://mcp.watermelon.sh/llms.txt)
- [MCP endpoint](https://mcp.watermelon.sh/mcp)

## Available tools

- catalog_summary
- list_catalog_entries
- get_catalog_entry

## GPT and Claude compatibility

Watermelon MCP is intended for MCP-compatible clients that support remote Streamable HTTP connections. If your GPT-oriented or Claude-oriented client supports remote MCP, use https://mcp.watermelon.sh/mcp as the server URL. If your client only supports local MCP servers, clone the platform repository and run bun run mcp locally.