Get the raw content of a theme CSS/JS asset
get_asset_contentFetch raw CSS or JS asset content from a WordPress site using a same-host URL discovered via get_theme_styles, with server-side SSRF protection.
Instructions
Fetch the raw text content of a CSS or JS asset URL discovered via get_theme_styles. The URL must belong to the same host as the connected WordPress site (enforced server-side as a basic SSRF guard). Calls the site-local wp-mcp-bridge/v1 REST route.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL of the CSS/JS asset to fetch, as returned by get_theme_styles. |