get_site
Pack: webflow · Endpoint: https://gateway.pipeworx.io/webflow/mcp
Get metadata for a single Webflow site by its id, including display name, short name, preview URL, time zone, last published time, and custom domains. Use after list_sites to inspect a specific site before browsing its CMS collections and content.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | The id of the Webflow site to retrieve (from list_sites). |
Example call
curl -X POST https://gateway.pipeworx.io/webflow/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_site","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"webflow": {
"url": "https://gateway.pipeworx.io/webflow/mcp"
}
}
}
See Getting Started for client-specific install steps.