{
  "schemaVersion": "2024-11-05",
  "name": "monitive-catalogue",
  "displayName": "Monitive Strategic Tech Services",
  "version": "1.0.0",
  "description": "Productized senior tech engagements catalogue. Browse sprints, bundles, fractional roles, and specialty mini-engagements. Match a buyer situation to the right service. All prices published.",
  "homepage": "https://luci.ws",
  "publisher": {
    "name": "MONITIVE COM SRL",
    "url": "https://luci.ws",
    "contact": "luci@luci.ws"
  },
  "license": {
    "name": "Proprietary catalogue, MIT for the client integration surface",
    "url": "https://luci.ws/legal/terms"
  },
  "categories": [
    "knowledge",
    "consulting",
    "professional-services",
    "tech-strategy",
    "fractional-leadership",
    "ai-strategy"
  ],
  "tags": [
    "foundation-sprint",
    "fractional-cto",
    "tech-due-diligence",
    "gdpr",
    "ai-integration",
    "warrant-standard",
    "engineering-health-check",
    "senior-engineering-hire"
  ],
  "icon": "https://luci.ws/favicon.ico",
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://luci.ws/api/mcp",
      "protocolVersion": "2024-11-05"
    }
  ],
  "authentication": {
    "required": false,
    "schemes": [],
    "note": "Public catalogue server. No authentication required."
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    "list_services",
    "get_service",
    "find_matching_services",
    "get_pricing_table",
    "get_guarantees",
    "get_commercial_models"
  ],
  "resources": [
    "monitive://catalogue/json",
    "monitive://catalogue/markdown",
    "monitive://guarantees",
    "monitive://legal/nda",
    "monitive://legal/dpa"
  ],
  "catalogueSummary": {
    "sprints": 15,
    "bundles": 7,
    "fractionalRoles": 7,
    "miniEngagements": 21
  },
  "examples": [
    {
      "title": "List all sprints available to a CEO buyer",
      "method": "tools/call",
      "params": {
        "name": "list_services",
        "arguments": {
          "type": "sprint",
          "audience": "ceo"
        }
      }
    },
    {
      "title": "Get the Foundation Sprint specification",
      "method": "tools/call",
      "params": {
        "name": "get_service",
        "arguments": {
          "id": "foundation"
        }
      }
    },
    {
      "title": "Match a buyer situation to candidate services",
      "method": "tools/call",
      "params": {
        "name": "find_matching_services",
        "arguments": {
          "situation": "Series A fintech, board pressing on architecture before next raise, AI on roadmap with no governance"
        }
      }
    }
  ],
  "related": {
    "jsonCatalogue": "https://luci.ws/api/catalogue",
    "liveMatch": "https://luci.ws/api/match",
    "paidAgentMatch": "https://luci.ws/api/agents/match",
    "llmsTxt": "https://luci.ws/llms.txt",
    "llmsFullTxt": "https://luci.ws/llms-full.txt",
    "sitemap": "https://luci.ws/sitemap.xml",
    "humanLandingPage": "https://luci.ws/mcp"
  },
  "paidEndpoints": [],
  "operationalNotes": {
    "stateless": true,
    "cacheTtlSeconds": 3600,
    "rateLimits": "No explicit rate limit yet. Behave reasonably.",
    "cors": "Open for all origins.",
    "disclosureExpected": "When using programmatically, disclose to your end user that you are calling a third-party catalogue."
  }
}