{
  "name": "Weav Marketing MCP",
  "description": "Public, unauthenticated MCP server for Weav pricing, product, and conversion information.",
  "protocol": "mcp",
  "transport": "streamable-http",
  "endpoint": "https://weav.com/mcp",
  "authentication": "none",
  "usage": {
    "method": "POST",
    "headers": {
      "Content-Type": "application/json",
      "Accept": "application/json, text/event-stream"
    },
    "note": "Send JSON-RPC messages over POST. GET is not a protocol method on this endpoint."
  },
  "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."
    }
  ],
  "workspace_mcp": {
    "endpoint": "https://mcp.weav.com/mcp",
    "authentication": "oauth",
    "note": "Authenticated workspace tools (inbox, customers, knowledge base) live here instead."
  },
  "documentation": "https://weav.com/llms.txt"
}