Skip to main content

Flowise

Connect Flowise agents to Civic's MCP Hub. Flowise supports MCP tool servers natively through its MCP Tool node — no code required.

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. 1
    Open your chatflow or agentflow

    In Flowise, open an existing chatflow or agentflow, or create a new one.

  2. 2
    Add an MCP Tool node

    In the node panel, search for MCP Tool and drag it onto the canvas.

  3. 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 Authorization with value Bearer your-civic-token
  4. 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. 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 the profile parameter to your MCP URL:

https://app.civic.com/hub/mcp?profile=your-production-toolkit

When a profile is set, the session is locked — the agent cannot switch toolkits or modify its own guardrails.

Next Steps