Documentación/tools reference
Media
FreeUpload, list, and manage the WordPress media library.
store_mcp_list_media
List media items. Tier: Free.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| search | string | no | — | Search title/alt |
| mime_type | string | no | — | e.g. image/jpeg, image/png |
| author | integer | no | — | Uploader user ID |
| page | integer | no | 1 | Page number |
| per_page | integer | no | 20 | Items per page |
store_mcp_get_media
Get a single media item with all size URLs. Tier: Free.
store_mcp_upload_media
Upload a file via URL or base64. Tier: Free.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| source_url | string | no* | Remote URL to fetch the file from |
| base64 | string | no* | Base64-encoded file |
| filename | string | yes | Final filename |
| alt_text | string | no | Alt text |
| title | string | no | Title |
| caption | string | no | Caption |
One of source_url or base64 is required.
store_mcp_update_media
Update alt text, title, or caption. Tier: Free.
store_mcp_delete_media
Delete a media item. Tier: Free.