{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/draft",
  "serverInfo": {
    "name": "acwise-mcp",
    "version": "0.1.0",
    "title": "AC-Wise MCP Server",
    "description": "Discovery surface for agents integrating with AC-Wise (find AC trade partners, submit enquiries, browse learn content).",
    "vendor": "AC-Wise",
    "homepage": "https://acwise.cura-co.com",
    "documentation": "https://acwise.cura-co.com/llms.txt"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://bcshtopeeeqbhmmegrlq.supabase.co/functions/v1/mcp"
  },
  "capabilities": {
    "tools": { "listChanged": false },
    "resources": { "listChanged": false, "subscribe": false },
    "prompts": { "listChanged": false },
    "logging": {}
  },
  "auth": {
    "type": "oauth2",
    "metadata": "https://acwise.cura-co.com/.well-known/oauth-protected-resource",
    "authorizationServers": ["https://bcshtopeeeqbhmmegrlq.supabase.co/auth/v1"],
    "scopesSupported": ["openid", "email", "profile"]
  },
  "contact": {
    "url": "https://acwise.cura-co.com/contact"
  }
}
