Prerequisites
- A Flowise instance (cloud or self-hosted)
- A Civic account at app.civic.com with a configured toolkit
- A Civic token
Get Your Credentials
You need your Civic MCP URL and a Civic token before configuring Flowise.Get Your Credentials
How to generate a Civic token and configure toolkit URL parameters
Connect Civic to Flowise
1
Open your chatflow or agentflow
In Flowise, open an existing chatflow or agentflow, or create a new one.
2
Add an MCP Tool node
In the node panel, search for MCP Tool and drag it onto the canvas.
3
Configure the MCP server
In the MCP Tool node settings:
- MCP Server URL:
https://app.civic.com/hub/mcp?profile=your-toolkit - Transport:
Streamable HTTP - Headers: Add
Authorizationwith valueBearer your-civic-token
4
Connect to your agent
Connect the MCP Tool node to your agent node. Flowise will discover all available Civic tools and make them accessible to the agent.
5
Test the connection
Save and test your flow. Ask your agent to use a Civic tool (e.g., “What emails do I have unread?”). The agent will call the tool through the Civic Hub.
Locking to a Toolkit
For production flows, lock to a specific toolkit by adding theprofile parameter to your MCP URL:
Next Steps
Agent Deployment
Profile locking, URL params, and production agent configuration
Guardrails
Constrain what tools your Flowise agent can call
Audit Trail
Query what your agent did via Civic Chat
Get Credentials
Token generation and URL parameter reference

