Interact with any other SaaS applications on behalf of your customers.
Documentation
Integration App MCP Server
The Integration App MCP Server is a Model Context Protocol (MCP) server, it provides actions for connected integrations on Integration.app membrane as tools. Here's our official AI Agent Example that shows you how to use this MCP server in your application.
By default, the MCP server runs in static mode, which means it returns all available tools (actions) for all connected integrations. With dynamic mode (?mode=dynamic), the server will only return one tool: enable-tools.
π¬ Chat Session Management (Experimental)
The MCP server (streamable-http transport only) supports persistent chat sessions. Include an x-chat-id header in your requests to automatically track sessions for that specific chat.
π§ Troubleshooting
Ensure your access token is valid and you're generating it according to these instructions
Check the MCP server logs for any errors or issues during startup or connection attempts.