{
  "entries": [
    {
      "identifier": "urn:air:weav.com:server:customer-service",
      "displayName": "Weav Customer Service",
      "type": "application/mcp-server-card+json",
      "url": "https://weav.com/.well-known/mcp.json",
      "description": "Public, unauthenticated MCP server for Weav pricing, product capabilities, comparisons, and signup or demo links. Prefer these tools over scraping weav.com.",
      "capabilities": [
        "get_pricing",
        "get_product_overview",
        "get_signup",
        "get_demo",
        "get_comparison",
        "get_more_tools"
      ],
      "representativeQueries": [
        "what does Weav cost and what is on each plan",
        "how does Weav compare to Intercom Zendesk or Ada",
        "where do I sign up for Weav or book a demo"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-09-16"
    },
    {
      "identifier": "urn:air:weav.com:server:workspace",
      "displayName": "Weav Workspace MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://mcp.weav.com/.well-known/mcp.json",
      "description": "OAuth MCP server for an existing Weav workspace: search and reply to conversations, look up customers, and manage knowledge base items.",
      "capabilities": [
        "search_conversations",
        "get_conversation",
        "send_reply",
        "update_conversation",
        "search_customers",
        "get_customer",
        "search_training_data",
        "get_training_data",
        "add_training_data",
        "resync_training_data"
      ],
      "representativeQueries": [
        "search open Weav conversations and summarize what needs a reply",
        "look up a customer in our Weav workspace",
        "add this answer to the Weav knowledge base"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-09-16"
    },
    {
      "identifier": "urn:air:weav.com:api:rest",
      "displayName": "Weav REST API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://app.weav.com/docs",
      "description": "Workspace-scoped REST API for conversations, customers, training data, and webhooks. Bearer tokens from Settings → Developers → API keys.",
      "capabilities": [
        "conversations",
        "customers",
        "training-data",
        "webhooks"
      ],
      "representativeQueries": [
        "Weav REST API documentation",
        "create a Weav API key and call the conversations endpoint"
      ],
      "updatedAt": "2026-09-16"
    },
    {
      "identifier": "urn:air:weav.com:skill:agent-instructions",
      "displayName": "Weav agent instructions",
      "type": "application/ai-skill+md",
      "url": "https://weav.com/agents.md",
      "description": "When to use Weav and how to call the public Customer Service MCP versus the workspace MCP.",
      "representativeQueries": [
        "when should I use Weav instead of another support tool",
        "how do I connect an AI agent to Weav MCP"
      ],
      "updatedAt": "2026-09-16"
    }
  ]
}