{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.askquickly/quickly",
  "title": "Quickly MCP Server",
  "description": "Connect AI clients to Quickly's AI operations command center. Search workspace knowledge, list agents and playbooks, trigger governed workflows, inspect task logs, and work with workspace entities.",
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.askquickly.ai/api/mcp/v1"
    }
  ],
  "documentation": "https://askquickly.ai/mcp",
  "openapi": "https://askquickly.ai/openapi.json",
  "oauth": {
    "protected_resource_metadata": "https://mcp.askquickly.ai/.well-known/oauth-protected-resource",
    "authorization_server_metadata": "https://app.askquickly.ai/.well-known/oauth-authorization-server"
  },
  "scopes": [
    "knowledge:read",
    "knowledge:write",
    "playbooks:read",
    "playbooks:execute",
    "logs:read",
    "agents:read",
    "mcp:tools"
  ]
}
