get_site
ActiveTool of Webflow
declared in 0.1.0
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 schema
{
"type": "object",
"required": [
"site_id"
],
"properties": {
"site_id": {
"type": "string",
"description": "The id of the Webflow site to retrieve (from list_sites)."
}
}
}Parent server
Webflow
https://github.com/pipeworx-io/mcp-webflow
1/7 registries