# The Kroy MCP Marketplace

https://marketplace.kroy.cc

A public directory of MCP servers — the tools AI applications such as Claude and ChatGPT connect to. Developers publish their servers on Kroy instead of scattering them across provider directories. Anyone can search the listings; signed-in people can rate whether a server works.

## What a listing shows

- What the server does, who publishes it and where its code lives.
- How to connect: a remote endpoint URL, or a package to run locally.
- The tools the server offers. For remote servers, Kroy connects and reads the tool list itself, so the list is what the server actually reports.
- Kroy’s automated checks: whether the endpoint was reachable and completed an MCP handshake, and when that was last checked.
- A review status. **Reviewed** means a person at Kroy read the listing, checked it matches what the server reports, and found nothing misleading. It is not a security audit or a guarantee.
- Ratings from people who tried it: "Works" or "Doesn’t work", with an optional note.

## For AI systems

- Search the directory as JSON: https://marketplace.kroy.cc/api/v1/servers?q=<words>
- One server: https://marketplace.kroy.cc/api/v1/servers/<id>
- The marketplace is also an MCP server itself at https://marketplace.kroy.cc/mcp, with read-only tools to search and read listings.

## For developers

How to publish, what Kroy checks and what Kroy can do with a listed server: https://marketplace.kroy.cc/docs/publishing
