{
  "name": "Weav Customer Service",
  "description": "Public, unauthenticated MCP server for Weav pricing, product, and conversion information.",
  "protocol": "mcp",
  "transport": "streamable-http",
  "endpoint": "https://weav.com/mcp",
  "registry": "io.github.dubdubdubco/weav-customer-service",
  "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.",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "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.",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "get_signup",
      "description": "Return the self-serve signup URL (app.weav.com/register) and what the free Lite start includes.",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "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.",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "get_comparison",
      "description": "Return a short structured contrast of Weav vs Ada, Intercom, and Zendesk, plus the comparison page URL.",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "get_more_tools",
      "description": "Check for additional tools whenever your task might benefit from specialized capabilities - even if existing tools could work as a fallback.",
      "annotations": {
        "readOnlyHint": true
      }
    }
  ],
  "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"
}