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
- Locate your OpenClaw config file (typically
~/.openclaw/config.json). - Add the
pfcreateblock undermcpServers. - Replace
pfk_YOUR_KEY_HEREwith your Portal Access Key. - Restart OpenClaw.
Troubleshooting
401 errors — Check the full pfk_ prefix is present.