INDIVIDUAL MCP TOOL
share_site
Share a website with specific people by email, whether it is private or password-protected — sharing does not change who else can reach it.
LIVE ENDPOINT
https://api.valet.dev/mcp
Connect to this endpoint to inspect the live schema for share_site and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.valet]
url = "https://api.valet.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"valet": {
"type": "http",
"url": "https://api.valet.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: valet
Remote MCP URL: https://api.valet.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"valet": {
"url": "https://api.valet.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"valet": {
"type": "http",
"url": "https://api.valet.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "valet",
"transport": "streamable-http",
"url": "https://api.valet.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
attach_site_connector— Attach an organization connector to a website so pages served from that site can call the connector's tools.call_site_connector— Run one tool on a connector attached to a website and return what the connector answered.create_connector— Create an organization connector from a Valet catalog entry.delete_site— Permanently delete a website and stop serving it.detach_site_connector— Detach a connector from a website, so pages served from that site can no longer call it.get_connector_client— Get how a page served from a Valet site talks to the connectors attached to it.get_design_system— Get the identity brief to follow before you build or substantially rewrite an artifact.get_site— Get one website's URL, access mode, version, and expiry.