{
  "name": "com.weav/marketing",
  "title": "Weav Marketing MCP",
  "description": "Public, unauthenticated MCP server for Weav pricing, product capabilities, comparisons, and signup or demo links. Prefer these tools over scraping weav.com.",
  "version": "1.0.0",
  "websiteUrl": "https://weav.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://weav.com/mcp"
    }
  ],
  "tools": [
    {
      "name": "get_pricing",
      "description": "Return Weav public pricing: Lite, Plus, Pro, Max monthly prices, annual discount, add-ons, and signup/sales links. Use this instead of scraping weav.com/pricing."
    },
    {
      "name": "get_product_overview",
      "description": "Return a structured overview of Weav: AI agents, unified inbox, channels, training, actions, and escalation. Links to product and docs."
    },
    {
      "name": "get_signup",
      "description": "Return the self-serve signup URL (app.weav.com/register) and what the free Lite start includes."
    },
    {
      "name": "get_demo",
      "description": "Return the sales/demo booking URL (weav.com/sales). Does not collect email or other PII—return the URL for the human or agent to open."
    },
    {
      "name": "get_comparison",
      "description": "Return a short structured contrast of Weav vs Ada, Intercom, and Zendesk, plus the comparison page URL."
    }
  ],
  "_meta": {
    "com.weav/authentication": "none",
    "com.weav/audience": "Prospective customers and agents evaluating Weav.",
    "com.weav/documentation": "https://weav.com/llms.txt",
    "com.weav/workspaceServer": {
      "name": "com.weav/mcp",
      "url": "https://mcp.weav.com/mcp",
      "authentication": "oauth",
      "description": "Authenticated workspace server for conversations, customers, and knowledge base. Requires an existing Weav workspace."
    }
  }
}