Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_create_site

Create a new WordPress site with configurable PHP version, datacenter location, and installation options through the Pressable API.

Instructions

Create a new WordPress site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the site
datacenterNoDatacenter ID
php_versionNoPHP version (e.g., 8.1)
install_optionNoInstall option (e.g., "none", "wp_latest")

Implementation Reference

  • The definition of the 'pressable_create_site' tool, including its schema and the handler that calls the Pressable API to create a site.
    {
        name: 'pressable_create_site',
        description: 'Create a new WordPress site.',
        inputSchema: {
            type: 'object',
            properties: {
                name: { type: 'string', description: 'The name of the site' },
                datacenter: { type: 'string', description: 'Datacenter ID' },
                php_version: { type: 'string', description: 'PHP version (e.g., 8.1)' },
                install_option: { type: 'string', description: 'Install option (e.g., "none", "wp_latest")' }
            },
            required: ['name']
        },
        handler: async (args) => {
            return await api.post('/sites', args);
        }
    },
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PCWProps/pressable-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server