{
  "schema_version": "1.0",
  "name": "Savvy Social Solutions",
  "description": "Tools and actions exposed by savvysocialsolutions.com for AI agents.",
  "url": "https://savvysocialsolutions.com",
  "tools": [
    {
      "name": "contact",
      "description": "Submit a contact inquiry to book a free discovery call.",
      "url": "https://savvysocialsolutions.com/contact",
      "method": "form",
      "selector": "form[data-mcp-action='contact']",
      "inputs": [
        { "name": "name", "type": "text", "required": true },
        { "name": "email", "type": "email", "required": true },
        { "name": "phone", "type": "tel", "required": true },
        { "name": "business", "type": "text", "required": false },
        { "name": "service", "type": "text", "required": false },
        { "name": "message", "type": "text", "required": false }
      ]
    },
    {
      "name": "free_visibility_check",
      "description": "Request a free 5-point social media profile review.",
      "url": "https://savvysocialsolutions.com/#free-review",
      "method": "form",
      "selector": "form[data-mcp-action='free-profile-review']",
      "inputs": [
        { "name": "name", "type": "text", "required": true },
        { "name": "email", "type": "email", "required": true },
        { "name": "platform", "type": "text", "required": true },
        { "name": "handle", "type": "text", "required": true }
      ]
    },
    {
      "name": "website_trust_review",
      "description": "Request a free trust and credibility review of your website.",
      "url": "https://savvysocialsolutions.com/website-trust-review",
      "method": "form",
      "selector": "form[data-mcp-action='website-trust-review']"
    },
    {
      "name": "browse_services",
      "description": "Browse all services and pricing.",
      "url": "https://savvysocialsolutions.com/services",
      "method": "GET"
    },
    {
      "name": "view_pricing",
      "description": "View pricing plans starting at $399/month.",
      "url": "https://savvysocialsolutions.com/pricing",
      "method": "GET"
    },
    {
      "name": "view_results",
      "description": "Browse verified client growth results and case studies.",
      "url": "https://savvysocialsolutions.com/results",
      "method": "GET"
    }
  ],
  "contact": "info@savvysocialsolutions.com"
}
