PFeature

Pixloop MCP for OpenAI — Responses API and Agents SDK

Give OpenAI agents and the OpenAI Agents SDK access to Pixloop creative tools. Generate images, videos, and audio, manage brand context, run workflows, and publish approved posts — all through the same MCP endpoint used by Claude and Codex.

OpenAI integration paths

All paths connect to the same endpoint. Choose based on your use case.

Responses API

Add type: "mcp" to the tools array in any client.responses.create() call with server_url: "https://mcp.pixloop.ai/mcp". The model discovers and calls Pixloop tools through remote MCP.

Agents SDK — Python

Use MCPServerStreamableHttp from openai-agents. Pass the endpoint URL and Authorization header. The agent keeps tool access across all turns in a run.

Agents SDK — Node.js

Use MCPServerStreamableHttp from @openai/agents. Same pattern as Python — one server instance per agent, tools auto-discovered at run start.

ChatGPT custom MCP app

ChatGPT discovers OAuth metadata from the Pixloop MCP origin. Add Pixloop in ChatGPT settings when custom MCP apps/connectors are available for your plan or workspace.

Same endpoint, every client

Claude, Codex, Cursor, Windsurf, and the OpenAI SDK all connect to https://mcp.pixloop.ai/mcp. Tool discovery happens at session start — no extra configuration per tool.

API key auth

OpenAI SDK clients can use Authorization: Bearer YOUR_PIXLOOP_API_KEY. Create or copy a key in Pixloop Studio under Account Settings → API Keys. OAuth is preferred for interactive connector clients such as Codex.

MCPServerStreamableHttptools/list (auto)generate_image / generate_videomedia → CDN URLpublish after approval
generate_image → product hero generate_video → launch reel publish → approved post