Weav Customer Service MCP
Weav publishes a public, unauthenticated MCP server at weav.com/mcp with structured pricing, product, comparison, and signup data for AI agents. No authentication or API key is required.
Connect
- Endpoint
https://weav.com/mcp- Transport
- MCP Streamable HTTP
- Authentication
- None
- Registry
io.github.dubdubdubco/weav-customer-service- Server card
/.well-known/mcp.json
Send JSON-RPC messages by POST with
Content-Type: application/json and
Accept: application/json, text/event-stream.
GET is not a protocol method on this endpoint, so a client that
expects an event stream here receives 405 Method Not Allowed.
Tools
get_pricing— 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.get_product_overview— Return a structured overview of Weav: AI agents, unified inbox, channels, training, actions, and escalation. Links to product and docs.get_signup— Return the self-serve signup URL (app.weav.com/register) and what the free Lite start includes.get_demo— 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.get_comparison— Return a short structured contrast of Weav vs Ada, Intercom, and Zendesk, plus the comparison page URL.
Related
- llms.txt — full agent-facing site guide.
-
https://mcp.weav.com/mcp— the separate OAuth-protected workspace server for conversations, customers, and knowledge base. It requires an existing Weav workspace and cannot be reached with these public tools. - Pricing and signup.