MCP
Using Integrations through MCP (Model Context Protocol)

The Model Context Protocol (MCP) provides a standardized way to connect AI models with different data sources and tools.
This guide explains how to use MCP with Integration App to connect your LLM-powered applications with external SaaS apps.
Why Use MCP with Integration App?
It saves you a lot of time on implementing glue between your LLM-powered application logic and integrations.
MCP has an actively developing ecosystem with plenty of client and server implementations, examples, development tools, and more.
Leveraging a standard removes one more thing you have to think about and implement.
Our integration engine is highly compatible with MCP, so you don't add almost any overhead in terms of abstraction or performance.
MCP Server
Use our Official MCP Server for your implementation directly or as an inspiration for your own version of the server.
Our standard implementation lets you connect to one app per server. If you want to integrate with multiple apps, you can launch multiple instances of the server or change the implementation to expose tools from multiple external apps at once.
Managing Tools
MCP helps you use tools from external apps. To create and manage tools in Integration App, check out this guide:
Tools (Actions) you create through this guide will be automatically exposed through the MCP server.
MCP Client
You will need to implement an MCP client in your LLM-powered application.
Check out the official MCP Clients guide to understand how to build one.
Most likely you will have more tools available through our engine than you can fit into a single LLM context.
We recommend implementing a mechanism for filtering down the list of tools used for a specific customer query.
Updated 16 days ago