{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "name": "ortuas",
  "title": "Ortuas",
  "description": "Public MCP server for Ortuas, an AI receptionist and chatbot platform for small and service-based businesses. Exposes published company, pricing, industry, competitor comparison, ROI estimate, and demo booking information.",
  "version": "0.1.0",
  "websiteUrl": "https://ortuas.com",
  "iconUrl": "https://ortuas.com/favicon.ico",
  "provider": {
    "name": "Ortuas LLC",
    "url": "https://ortuas.com",
    "email": "admin@ortuas.com"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://olefkfqmkvmvchyhpbiy.supabase.co/functions/v1/mcp"
    }
  ],
  "authentication": {
    "type": "none",
    "description": "This server exposes published marketing information only and requires no authentication."
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "get_company_overview",
      "title": "Get Ortuas company overview",
      "description": "Returns a factual overview of Ortuas: what the company does, its products, supported languages, launch timeline, and contact details.",
      "readOnly": true
    },
    {
      "name": "get_pricing",
      "title": "Get Ortuas pricing",
      "description": "Returns current published Ortuas pricing: plan names, monthly price, setup fees, plan contents, and referral or partner program terms.",
      "readOnly": true
    },
    {
      "name": "list_industries",
      "title": "List industries Ortuas serves",
      "description": "Lists the service-business industries Ortuas has dedicated AI receptionist configurations and landing pages for.",
      "readOnly": true
    },
    {
      "name": "compare_competitor",
      "title": "Compare Ortuas with a competitor",
      "description": "Compares Ortuas against a named AI receptionist or answering-service competitor, or lists every published comparison.",
      "readOnly": true
    },
    {
      "name": "estimate_missed_call_revenue",
      "title": "Estimate revenue lost to missed calls",
      "description": "Estimates monthly and annual revenue lost to missed calls from missed calls per month, close rate, and average job value.",
      "readOnly": true
    },
    {
      "name": "get_booking_link",
      "title": "Get the Ortuas demo booking link",
      "description": "Returns the Ortuas demo booking URL and direct contact details so an assistant can hand a prospect off to book a demo.",
      "readOnly": true
    }
  ],
  "documentationUrl": "https://ortuas.com/llms.txt",
  "privacyPolicyUrl": "https://ortuas.com/privacy-policy",
  "termsOfServiceUrl": "https://ortuas.com/terms-of-service"
}
