{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
  "name": "com.prescientai/product",
  "title": "Prescient AI Product",
  "description": "Public product workflow tools for Prescient AI integration coverage, pricing, evaluation planning, and hypothetical budget scenarios.",
  "version": "1.0.0",
  "websiteUrl": "https://prescientai.com/developers",
  "serverUrl": "https://prescientai.com/mcp",
  "transport": "streamable-http",
  "supportedProtocolVersions": ["2026-07-28", "2025-11-25", "2025-06-18", "2025-03-26", "2024-11-05"],
  "icons": [
    {
      "src": "https://prescientai.com/favicon-192x192.png",
      "mimeType": "image/png",
      "sizes": ["192x192"]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://prescientai.com/mcp",
      "supportedProtocolVersions": ["2026-07-28", "2025-11-25", "2025-06-18", "2025-03-26", "2024-11-05"]
    }
  ],
  "authentication": { "required": false, "type": "none" },
  "tools": [
    {
      "name": "list_prescient_integrations",
      "description": "List or filter the advertising, ecommerce, analytics, and revenue platforms that connect to Prescient AI.",
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true }
    },
    {
      "name": "get_prescient_pricing",
      "description": "Return public pricing, plan, and qualification information.",
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true }
    },
    {
      "name": "get_demo_booking_url",
      "description": "Return the public demo-request URL without submitting a form.",
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true }
    },
    {
      "name": "create_media_measurement_plan",
      "description": "Create an ephemeral, structured Prescient AI evaluation plan from a brand's channels, monthly ad spend, and measurement goals.",
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true }
    },
    {
      "name": "create_budget_scenario",
      "description": "Create a deterministic hypothetical media allocation from a total budget and user-supplied channel weights.",
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true }
    }
  ],
  "relatedServers": [
    {
      "name": "com.prescientai/docs",
      "description": "Prescient AI documentation search and retrieval.",
      "serverUrl": "https://prescientai.com/mcp/docs"
    }
  ]
}
