# ufind.best MCP server

Endpoint: https://ufind.best/mcp

Streamable HTTP, read-only, no API key and no account. Stateless — there is no session to establish and nothing is lost by reconnecting. POST JSON-RPC; a GET is refused because the server offers no server-initiated stream.

It exposes what is already public on the site. Paid placement never affects the order of any result, and a `premium` field on a result is a disclosure that the listing is paid, not a mark of quality.

## Tools
- `search_tools` (query) — Search listed tools
- `get_tool` (slug) — Get a tool profile
- `list_categories` — List categories
- `get_recent_launches` — Recent launches
- `get_weekly_winners` — Weekly winners
- `get_domain_rating` (domain) — Domain Rating for a measured domain

Call `tools/list` for the full description and JSON schema of each.
