← valet.dev

INDIVIDUAL MCP TOOL

attach_site_connector

Attach an organization connector to a website so pages served from that site can call the connector's tools.

valet.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.valet.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for attach_site_connector and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

valet.dev

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

  • 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.
  • list_attachable_connectors — List the organization connectors a website can hold — the discovery step before attach_site_connector.