{
  "info": {
    "name": "BulkPublish — mcp.ai",
    "description": "REST API for the BulkPublish MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/bulkpublish",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "bulkpublish_get_analytics_summary",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/analytics/summary",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "analytics",
            "summary"
          ]
        },
        "description": "Summarize post counts by status, platform, and day for a required date range of up to 30 days.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"to_date\": \"\",\n  \"timezone\": \"\",\n  \"from_date\": \"\",\n  \"include_heatmap\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bulkpublish_get_api_request_usage",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/api/request/usage",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "api",
            "request",
            "usage"
          ]
        },
        "description": "Return today's organization-wide API request count, daily limit, plan, and per-key breakdown. The call itself consumes one daily request.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bulkpublish_get_plan_usage",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/plan/usage",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "plan",
            "usage"
          ]
        },
        "description": "Return the connected organization's plan, feature limits, and current resource usage.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"timezone\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bulkpublish_get_platform_availability",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/platform/availability",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "platform",
            "availability"
          ]
        },
        "description": "Return current connection and publishing availability for every supported platform and platform variant.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bulkpublish_list_activity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/activity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "activity"
          ]
        },
        "description": "Return one page of organization audit activity, optionally filtered by action or resource type.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"action\": \"\",\n  \"resource\": \"\",\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bulkpublish_list_channels",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/channels",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "channels"
          ]
        },
        "description": "Return active connected social channels by default, or inactive channels when active is false, including platform and token state.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"active\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bulkpublish_list_labels",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/labels",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "labels"
          ]
        },
        "description": "Return post or media labels available in the connected organization.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"label_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bulkpublish_list_media",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/media",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "media"
          ]
        },
        "description": "Search uploaded media by filename or labels and return one page of files.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"search\": \"\",\n  \"label_ids\": \"\",\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bulkpublish_list_notifications",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/notifications",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "notifications"
          ]
        },
        "description": "Return one page of organization notifications, optionally restricted to unread items.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"next_cursor\": \"\",\n  \"unread_only\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bulkpublish_list_posts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/posts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "posts"
          ]
        },
        "description": "Search and filter the connected organization's posts, returning one page and a cursor when more results are available.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"search\": \"\",\n  \"status\": \"\",\n  \"label_ids\": \"\",\n  \"channel_id\": 0,\n  \"created_to\": \"\",\n  \"label_mode\": \"\",\n  \"next_cursor\": \"\",\n  \"created_from\": \"\",\n  \"scheduled_to\": \"\",\n  \"recurring_only\": false,\n  \"scheduled_from\": \"\",\n  \"approval_status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}