How They Work
Setting Up MCP Tools
- Navigate to the Tools section in your dashboard
- Click Create Tool
- Select MCP Server as the tool type
- Provide the MCP server connection details
Connection Configuration
- Server URL: The MCP server endpoint
- Authentication: Credentials required by the MCP server (if any)
Using MCP Tools
In Single Prompt Agents
The agent sees the MCP tools alongside any other configured tools. It decides when to call them based on the tool descriptions provided by the MCP server. The response is sent back to the LLM as context.In Flow Agents
MCP tools are used via Tool Nodes, just like function tools. You can extract values from responses and route the conversation based on results.When to Use MCP Tools
Use MCP tools when:- You have an existing MCP server you want to connect to
- You want to leverage a third-party service’s MCP integration
- You need capabilities that are provided through the MCP ecosystem