{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "name": "Creators AI Public Intelligence",
  "version": "1.0",
  "serverUrl": "https://creatorsai.news/api/mcp",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "creators-ai-public-intelligence",
    "title": "Creators AI Public Intelligence",
    "version": "1.0.0"
  },
  "description": "Public, read-only Creators AI brand information and sponsorship planning with an MCP Apps interface.",
  "iconUrl": "https://creatorsai.news/creators-ai-logo.png",
  "documentationUrl": "https://creatorsai.news/developers",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://creatorsai.news/api/mcp"
  },
  "capabilities": {
    "tools": {},
    "resources": {}
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "instructions": "Use for public Creators AI identity and sponsorship planning. Paid Member Intelligence is not exposed.",
  "resources": [
    {
      "name": "Creators AI sponsorship planner",
      "uri": "ui://creators-ai/sponsorship-planner.html",
      "description": "Interactive comparison of public sponsorship packages.",
      "mimeType": "text/html;profile=mcp-app"
    },
    {
      "name": "MCP server card",
      "uri": "mcp://server-card.json",
      "description": "Static server identity and capability metadata.",
      "mimeType": "application/json"
    }
  ],
  "tools": [
    {
      "name": "get_creators_ai_overview",
      "title": "Get Creators AI overview",
      "description": "Returns canonical public information and resource links for Creators AI.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "recommend_sponsorship",
      "title": "Recommend a Creators AI sponsorship",
      "description": "Compares public packages and recommends a starting option by budget and campaign objective.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "budgetUsd": {
            "type": "number",
            "minimum": 0
          },
          "goal": {
            "type": "string",
            "maxLength": 160
          }
        }
      },
      "_meta": {
        "ui": {
          "resourceUri": "ui://creators-ai/sponsorship-planner.html"
        },
        "ui/resourceUri": "ui://creators-ai/sponsorship-planner.html"
      }
    }
  ]
}
