Connecting PF Create to n8n
Connecting PF Create to n8n
Difficulty: Moderate — requires n8n with MCP Client Tool node.
Requires: n8n Cloud or self-hosted (latest version)
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.
Steps
- Create a workflow with an AI Agent node.
- Add Tool → MCP Client Tool.
- Create credential of type MCP Client (SSE):
- URL:
https://mcp.pfcreate.ca/sse - Authentication: Bearer Token
- Header Value:
Bearer pfk_YOUR_KEY_HERE
- URL:
- Configure the tool to List Tools on connection.
Troubleshooting
MCP nodes not visible — Update n8n to the latest version.
401 errors — Check the Authorization header includes Bearer before your key.