MCP
// every page in the gallery is also a WebMCP surface · no auth
Point a WebMCP-capable agent at the gallery to search and query the directory programmatically — the same tools the agent view uses.
Connect
Every page registers its tools on document.modelContext via webmcp-react. A WebMCP-capable agent in the page calls them directly — no server, no auth.
No WebMCP client? The same catalog is a read-only, CORS-open JSON API away:
$ curl 'https://webmcp.gallery/api/v1/sites?q=calendar'
Tools
6 totalsearch_sitesreadSearch sites and their tools — filters: q, category, tool_kind, impl.
lookup_sitereadOne site's full live tool catalog, by host.
get_statsreadAggregate counts across the gallery.
list_categoriesreadCategories with their site counts.
submit_sitewriteSubmit a site to be crawled and added.
report_issuewriteFlag an incorrect category or description for a site.