{
  "$comment": "Server card for boutique-mcp, the local MateMatic Boutique catalog connector. Open counterpart of the hosted .well-known discovery pattern: this card only points to a LOCAL installation. There is no hosted discover or invoke endpoint and no query logging by design.",
  "name": "io.github.matematicsolutions/boutique-mcp",
  "description": "Local MCP catalog of MateMatic Boutique: find the right legal-data connector or skill and get a local install command.",
  "vendor": {
    "name": "MateMatic Solutions",
    "url": "https://matematicsolutions.com"
  },
  "repository": "https://github.com/matematicsolutions/boutique-mcp",
  "license": "Apache-2.0",
  "transport": "stdio",
  "install": {
    "kind": "uvx",
    "command": "uvx boutique-mcp"
  },
  "catalog": {
    "url": "https://matematicsolutions.com/catalog.json",
    "update_channel": "etag",
    "telemetry": "none"
  },
  "tools": [
    "boutique_search",
    "boutique_get",
    "boutique_whats_new",
    "boutique_request_coverage"
  ],
  "governance": {
    "local_only": true,
    "query_logging": false,
    "invoke_proxy": false
  }
}
