Colour PF Create with splash
Loading…

Connecting PF Create to Make

Connecting PF Create to Make

Difficulty: Easy — HTTP module with custom headers.
Requires: Make account (any plan)

Before You Start

How to Connect

Make does not yet have a native MCP module. Use the HTTP > Make a request module to connect to PF Create via SSE.

  1. Add an HTTP > Make a request module to your scenario.
  2. Set URL to https://mcp.pfcreate.ca/sse.
  3. Method: GET (SSE connection).
  4. In Headers, add:
    • Authorization: Bearer pfk_YOUR_KEY_HERE
    • Accept: text/event-stream
  5. Set Parse response to handle the SSE stream.
  6. Run the module to test the connection.

Example Workflow

New blog post added to CMS → AI Agent calls PF Create to generate a featured image → image uploaded to WordPress automatically.

Troubleshooting

Connection timeout — Image generation can take 30–90 seconds. Increase the module timeout in Make settings.

401 errors — Check the Bearer token includes the full pfk_ prefix.

Back to all connection guides