Colour PF Create with splash
Loading…

Connecting PF Create to OpenClaw

Connecting PF Create to OpenClaw

Difficulty: Moderate — requires Node.js and a config file edit.
Requires: Node.js 18+, OpenClaw installation

Before You Start

  • Your pfk_… Portal Access Key — log in at user.pfcreate.ca, select Security from the menu, click Rotate Portal Access Key, and copy the key immediately. It will not be shown again.
  • Node.js 18+ installed

Config File

{
  "mcpServers": {
    "pfcreate": {
      "url": "https://mcp.pfcreate.ca/sse",
      "headers": {
        "Authorization": "Bearer pfk_YOUR_KEY_HERE"
      }
    }
  }
}

Steps

  1. Locate your OpenClaw config file (typically ~/.openclaw/config.json).
  2. Add the pfcreate block under mcpServers.
  3. Replace pfk_YOUR_KEY_HERE with your Portal Access Key.
  4. Restart OpenClaw.

Troubleshooting

401 errors — Check the full pfk_ prefix is present.

Back to all connection guides