mcpserver.lol
registry/valet
Connection check verified live · 26h ago

valet

Get share links, publish and manage websites, artifacts and agents. No account needed.

Tools 16
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

16 tools

Read from the running server on 26h ago.

attach_site_connector site*org_nameconnector*
Attach an organization connector to a website so pages served from that site can call the connector's tools. Attaching is a grant, and it is wider than it looks: every person who…
call_site_connector can modify data argssite*tool*org_nameconnector*
Run one tool on a connector attached to a website and return what the connector answered. It is the sampling step of building a page that calls live data: discover, attach, read th…
create_connector entry*secretsorg_name
Create an organization connector from a Valet catalog entry. It is the step after list_catalog_connectors found the entry for the product the user named; attach_site_connector then…
delete_site can modify data nameorg_namesite_token
Permanently delete a website and stop serving it. Identify it by name, which requires connecting a Valet account, or by the site_token returned when it was published anonymously —…
detach_site_connector can modify data site*org_nameconnector*
Detach a connector from a website, so pages served from that site can no longer call it. The connector itself is left in place for the rest of the organization, and nothing else ab…
get_connector_client read-only
Get how a page served from a Valet site talks to the connectors attached to it. It is the pair to get_design_system: consult that tool for the artifact's identity, this one for how…
get_design_system read-only org_nameanonymous
Get the identity brief to follow before you build or substantially rewrite an artifact. Returns the caller's organization design system when it has one, otherwise the Valet default…
get_site read-only nameorg_namesite_token
Get one website's URL, access mode, version, and expiry. Identify it by name, which requires connecting a Valet account, or by the site_token returned when it was published anonymo…
list_attachable_connectors read-only siteorg_name
List the organization connectors a website can hold — the discovery step before attach_site_connector. Only connectors a page can actually call appear: HTTP MCP servers reached ov…
list_catalog_connectors read-only org_name
List the connectors Valet curates — the catalog an organization creates a connector from. Reach for it when list_attachable_connectors returned nothing that serves the data a page…
list_site_connectors read-only site*org_name
List the connectors attached to a website, each with the tools a page served from that site can call. Read it before writing a page that calls one: the tool names and argument sche…
list_sites read-only org_name
List the websites in a Valet organization: name, URL, access mode, and when each was last published. It is the way to recover a site's name when an earlier publish has scrolled out…
publish_site can modify data namefiles*title*org_nameanonymoussite_token +2
Publish files as a live website on the public internet, served over HTTPS. Use it when a report, essay, slide-like narrative, dashboard, marketing surface, or other static artifact…
rename_site can modify data name*new_name*org_name
Rename a website and move it to the URL derived from its new name. The old URL stops serving the site and its name becomes available to another site or app in the same organization…
set_site_access mode*name*org_namepassword
Set who can reach a website: public serves it to anyone who has the link, private serves it only to members of the organization that owns it, and password serves it to anyone who e…
share_site can modify data name*emails*messageorg_nameaccess_ttl_secondsexpires_in_seconds
Share a website with specific people by email, whether it is private or password-protected — sharing does not change who else can reach it. Each address is mailed a link from Valet…