{
  "name": "sprkly-mcp",
  "version": "1.0.0",
  "description": "Schedule and manage social media posts across Instagram, TikTok, YouTube, Threads and Facebook. Read the queue, draft and validate captions, schedule and reschedule posts, and route anything sensitive through human approval.",
  "protocol": "streamable-http",
  "protocolVersion": "2025-11-25",
  "endpoint": "https://sprkly.app/api/mcp",
  "auth": {
    "type": "oauth2",
    "alternatives": [
      "bearer"
    ],
    "protectedResourceMetadata": "https://sprkly.app/.well-known/oauth-protected-resource/api/mcp",
    "authorizationServer": "https://sprkly.app",
    "docsUrl": "https://sprkly.app/docs/mcp"
  },
  "serverCard": "https://sprkly.app/.well-known/mcp/server-card.json",
  "tools": [
    "sprkly_delete_scheduled_post",
    "sprkly_draft_post",
    "sprkly_get_account_summary",
    "sprkly_get_billing_summary",
    "sprkly_get_post_approval_status",
    "sprkly_get_post_status",
    "sprkly_list_connected_social_accounts",
    "sprkly_list_profiles",
    "sprkly_list_scheduled_posts",
    "sprkly_request_post_approval",
    "sprkly_schedule_post",
    "sprkly_update_scheduled_post",
    "sprkly_validate_post_policy"
  ]
}