Overview
what is ACI MCP?
ACI MCP is a package that provides two types of Model Context Protocol (MCP) servers for accessing managed functions on ACI.dev, specifically designed for developers to integrate various tools seamlessly.
how to use ACI MCP?
To use ACI MCP, install the package via PyPI and run either the apps server or the unified server using the uvx command, specifying the necessary parameters such as linked account owner ID and apps to access.
key features of ACI MCP?
- Two server types: Apps Server for direct access to specific app functions and Unified Server for dynamic function discovery.
- Easy integration with various applications like Claude Desktop and Cursor.
- Ability to execute any function available on ACI.dev without listing them all upfront.
use cases of ACI MCP?
- Accessing specific functions from multiple apps without managing multiple servers.
- Dynamically discovering and executing functions based on user intent.
- Simplifying the integration of various tools into applications.
FAQ from ACI MCP?
- How do I get the
ACI_API_KEY?
The
ACI_API_KEYcan be found in your ACI.dev project settings.
- What is the benefit of using the unified server?
The unified server allows for dynamic function discovery and execution without the overhead of managing multiple MCP servers.
- Can I use functions from just one app?
Yes, you can specify a single app using the
--appsparameter.