{
  "name": "Tech Savvy Insurance",
  "description": "Stable WebMCP tools exposed across the Tech Savvy Insurance site for AI agents. Pages may register additional context-specific tools at runtime.",
  "tools": [
    {
      "name": "getPageContext",
      "description": "Get a short summary of the current page: its title, purpose, and primary action.",
      "annotations": { "readOnlyHint": true }
    },
    {
      "name": "openJoinFlow",
      "description": "Open the membership signup/checkout (Join Tech Savvy — $97/month). Use when the user wants to join, subscribe, or sign up."
    },
    {
      "name": "searchPosts",
      "description": "Search Tech Savvy Insurance blog posts by keyword or tag. Use when the user is looking for an article or guide. Available on the blog index.",
      "annotations": { "readOnlyHint": true }
    }
  ]
}
