← WebMCP Directory

Tool tree

wpastra.com

Developer Tools
https://wpastra.com/
Astra — a fast, lightweight, customizable WordPress theme with starter templates.
Explore capabilities

Tools verified

page: Every page

get_pricingAnswer

Get current pricing information for Astra Free, Astra Pro, and bundles

View tool JSON
{
  "name": "get_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get current pricing information for Astra Free, Astra Pro, and bundles",
  "inputSchema": {
    "type": "object",
    "properties": {
      "plan": {
        "type": "string",
        "description": "Plan name (free, pro, bundle)"
      }
    }
  },
  "page": "/"
}
get_themes_and_templatesAnswer

Browse Astra starter templates and theme categories

View tool JSON
{
  "name": "get_themes_and_templates",
  "kind": "answer",
  "impl": "imperative",
  "description": "Browse Astra starter templates and theme categories",
  "inputSchema": {
    "type": "object",
    "properties": {
      "category": {
        "type": "string",
        "description": "Category e.g. business, blog, ecommerce"
      }
    }
  },
  "page": "/"
}
get_documentationAnswer

Find documentation articles for Astra setup and configuration

View tool JSON
{
  "name": "get_documentation",
  "kind": "answer",
  "impl": "imperative",
  "description": "Find documentation articles for Astra setup and configuration",
  "inputSchema": {
    "type": "object",
    "properties": {
      "topic": {
        "type": "string",
        "description": "Topic to look up in docs"
      }
    }
  },
  "page": "/"
}