{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.schema.json",
  "name": "zernio",
  "title": "Zernio Social Media API",
  "version": "1.0.0",
  "description": "Post, schedule, and analyze social media content across 15+ platforms plus ad management on 7 ad networks, via MCP.",
  "icon": "https://media.zernio.com/site-assets/brand/icon-primary.png",
  "icons": [
    {
      "src": "https://media.zernio.com/site-assets/brand/icon-primary.png",
      "sizes": "600x600",
      "mimeType": "image/png"
    }
  ],
  "serverInfo": {
    "name": "zernio",
    "title": "Zernio Social Media API",
    "version": "1.0.0",
    "vendor": "Zernio",
    "homepage": "https://zernio.com",
    "documentation": "https://docs.zernio.com/resources/mcp",
    "description": "Post, schedule, and analyze social media content across 15+ platforms (Instagram, TikTok, YouTube, X, LinkedIn, Facebook, Threads, Pinterest, Reddit, Bluesky, WhatsApp, Telegram, Discord, Snapchat, Google Business) plus ad management on 7 ad networks: Meta, Google, TikTok, LinkedIn, Pinterest, X, and OpenAI Ads (ChatGPT Ads).",
    "license": "Proprietary",
    "contact": {
      "email": "support@zernio.com",
      "url": "https://zernio.com/contact"
    }
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.zernio.com/mcp"
  },
  "authentication": {
    "type": "oauth2",
    "authorization_endpoint": "https://zernio.com/oauth/authorize",
    "token_endpoint": "https://zernio.com/api/oauth/token",
    "registration_endpoint": "https://zernio.com/api/oauth/register",
    "scopes_supported": [
      "posts:read",
      "posts:write",
      "accounts:read",
      "accounts:write",
      "analytics:read",
      "ads:write",
      "messaging:write",
      "automations:write"
    ],
    "grant_types_supported": [
      "authorization_code",
      "refresh_token"
    ],
    "code_challenge_methods_supported": [
      "S256"
    ]
  },
  "capabilities": {
    "tools": {
      "listChanged": true
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    },
    "prompts": {
      "listChanged": false
    },
    "logging": {}
  },
  "links": {
    "serviceDesc": "https://zernio.com/openapi.yaml",
    "serviceDoc": "https://docs.zernio.com",
    "status": "https://status.zernio.com",
    "apiCatalog": "https://zernio.com/.well-known/api-catalog"
  }
}