{
  "info": {
    "name": "Postiz — mcp.ai",
    "description": "REST API for the Postiz 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/postiz_mcp",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "postiz_mcp_ask_postiz",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/ask/postiz",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "ask",
            "postiz"
          ]
        },
        "description": "Ask agent 'postiz' a question. Agent description: Agent that helps manage and schedule social media posts for users",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "postiz_mcp_generateimagetool",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generateimagetool",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generateimagetool"
          ]
        },
        "description": "Generate image to use in a post,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"prompt\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "postiz_mcp_generatevideooptions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generatevideooptions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generatevideooptions"
          ]
        },
        "description": "All the options to generate videos, some tools might require another call to generateVideoFunction",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "postiz_mcp_generatevideotool",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generatevideotool",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generatevideotool"
          ]
        },
        "description": "Generate video to use in a post,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"output\": \"\",\n  \"identifier\": \"\",\n  \"customParams\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "postiz_mcp_integrationlist",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/integrationlist",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "integrationlist"
          ]
        },
        "description": "This tool list available integrations to schedule posts to",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "postiz_mcp_integrationscheduleposttool",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/integrationscheduleposttool",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "integrationscheduleposttool"
          ]
        },
        "description": "postiz_mcp",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"socialPost\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "postiz_mcp_integrationschema",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/integrationschema",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "integrationschema"
          ]
        },
        "description": "Everytime we want to schedule a social media post, we need to understand the schema of the integration.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"platform\": \"\",\n  \"isPremium\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "postiz_mcp_triggertool",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/triggertool",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "triggertool"
          ]
        },
        "description": "After using the integrationSchema, we sometimes miss details we can't ask from the user, like ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dataSchema\": \"\",\n  \"methodName\": \"\",\n  \"integrationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "postiz_mcp_videofunctiontool",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/videofunctiontool",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "videofunctiontool"
          ]
        },
        "description": "Sometimes when we want to generate videos we might need to get some additional information like voice_id, etc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier\": \"\",\n  \"functionName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}