{
  "name": "Optiq Code",
  "description": "Deterministic code context engine for software repositories. Indexes codebases, resolves symbol relationships, and delivers ranked search results for AI coding agents.",
  "url": "https://optiqcode.com",
  "documentationUrl": "https://optiqcode.com/docs",
  "provider": {
    "organization": "Optiq Code LLC",
    "url": "https://optiqcode.com/about"
  },
  "version": "1.0.0",
  "capabilities": {
    "search": {
      "description": "Search indexed code with natural language or structured filters",
      "endpoint": "https://api.optiqcode.com/api/v1/search"
    },
    "index": {
      "description": "Index a repository for code search",
      "endpoint": "https://api.optiqcode.com/api/v1/repos"
    },
    "mcp": {
      "description": "MCP server for direct agent integration",
      "command": "optiq mcp"
    }
  },
  "authentication": {
    "type": "bearer",
    "description": "API key from dashboard (https://optiqcode.com/dashboard/api-keys)"
  },
  "skills": [
    {
      "id": "code-search",
      "name": "Code Search",
      "description": "Search indexed codebases with natural language queries. Returns ranked results with function signatures, call graphs, and confidence scores."
    },
    {
      "id": "code-indexing",
      "name": "Code Indexing",
      "description": "Index a repository by parsing ASTs, resolving imports, and building dependency graphs across 12 languages."
    },
    {
      "id": "mcp-server",
      "name": "MCP Server",
      "description": "Built-in Model Context Protocol server for direct integration with AI coding agents like Cursor, Cline, Windsurf, and Claude."
    }
  ]
}
