{
  "schemaVersion": "2025-11-25",
  "name": "subcore-ai",
  "title": "Subcore AI",
  "version": "1.0.0",
  "description": "Read-only MCP access to Subcore AI's public website content - pages, products, search, and company profile - plus a demo-request tool.",
  "websiteUrl": "https://subcore.ai",
  "icons": [
    {
      "src": "https://subcore.ai/favicon.ico",
      "sizes": "48x48",
      "mimeType": "image/x-icon"
    },
    {
      "src": "https://rstr.in/monogram/subcore-ai/0AK1JOUiVvA",
      "sizes": "1200x630",
      "mimeType": "image/png",
      "purpose": "any"
    }
  ],
  "logo": "https://rstr.in/monogram/subcore-ai/0AK1JOUiVvA",
  "instructions": "Read-only access to Subcore AI's public website content, plus a demo-request tool. Use search_content for questions about the product, list_products for the catalogue, and get_page when you already know the slug. request_demo sends a real message - confirm the details with the person before calling it.",
  "servers": [
    {
      "name": "subcore-ai",
      "url": "https://subcore.ai/api/mcp",
      "type": "streamable-http",
      "transport": "streamable-http",
      "protocolVersion": "2025-11-25",
      "supportedProtocolVersions": [
        "2025-11-25",
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
      ],
      "authentication": {
        "type": "none",
        "required": false
      }
    }
  ],
  "mcpServers": {
    "subcore-ai": {
      "type": "streamable-http",
      "url": "https://subcore.ai/api/mcp"
    }
  },
  "tools": [
    {
      "name": "list_pages",
      "title": "List pages",
      "description": "List every public page on subcore.ai with its title, one-line description, category, canonical URL, and markdown URL. Use this first to see what content exists before fetching a specific page.",
      "annotations": {
        "title": "List pages",
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "get_page",
      "title": "Get page content",
      "description": "Fetch the full markdown content of one subcore.ai page by slug (for example 'chat', 'voice', 'core0/flows', 'privacy'). Returns the page body plus its metadata. Call list_pages first if you do not already know the slug.",
      "annotations": {
        "title": "Get page content",
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "search_content",
      "title": "Search site content",
      "description": "Full-text search across every subcore.ai page. Returns ranked matches with a short snippet, the canonical URL, and the markdown URL, so you can answer questions about Subcore AI's products, platform, and policies without crawling the site.",
      "annotations": {
        "title": "Search site content",
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "list_products",
      "title": "List products",
      "description": "List Subcore AI's products and platform components - Chat, Voice, Core0 (agents and flow agents), Scope, and Console - with a summary, the channels each covers, and links to full documentation. Use this to answer 'what does Subcore AI offer?'.",
      "annotations": {
        "title": "List products",
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "get_company_info",
      "title": "Get company info",
      "description": "Get Subcore AI's company profile: what the company does, the support email, where to request a demo, and links to the privacy policy and terms of service.",
      "annotations": {
        "title": "Get company info",
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "request_demo",
      "title": "Request a demo",
      "description": "Send a demo request or sales enquiry to the Subcore AI team. Only call this when the person has explicitly asked to be contacted, and confirm their name, email, and message with them first - it delivers a real message to a real inbox.",
      "annotations": {
        "title": "Request a demo",
        "readOnlyHint": false,
        "destructiveHint": false,
        "idempotentHint": false,
        "openWorldHint": true
      }
    }
  ],
  "serverCardUrl": "https://subcore.ai/.well-known/mcp/server-card.json",
  "documentationUrl": "https://subcore.ai/openapi.json"
}
