MCPs
An introduction to MCPs (Multi-Connection-Providers) in AgenticFlow.
MCPs, or Multi-Connection-Providers, are AgenticFlow's way of integrating with external services and APIs. They act as connectors that allow your workflows to communicate with a vast ecosystem of tools, from AI models and databases to social media platforms and productivity apps.
What is a Connection?
Before using an MCP, you first need to create a Connection. A Connection is a stored set of credentials (like an API key or an OAuth token) that authenticates AgenticFlow with your account on an external service.
You can manage your Connections in Settings > Connections.
How do MCPs work?
Once you have a Connection saved, you can use the corresponding MCPs in your workflows. For example, once you've added your OpenAI API key as a Connection, you can use the OpenAI MCP in any workflow to access the GPT models.
This section of the documentation provides a detailed overview of each available MCP and its specific functions.
Connecting Your Accounts
To use an MCP, you'll typically need to connect your account for that service. This is done securely through our platform, and your credentials are encrypted and stored safely. Once connected, you can use the various actions provided by the MCP as nodes in your workflows.
Available MCPs
AgenticFlow supports a wide range of MCPs, and we are constantly adding more. This documentation provides a detailed reference for each available MCP, including:
A description of the service.
A list of all available actions (nodes).
Authentication requirements.
Links to the official API documentation for the service.
Browse the MCP reference to discover all the available integrations and see how you can leverage them in your workflows.
Last updated
Was this helpful?