Chift offers an MCP server that exposes the Chift Unified API to any LLM provider supporting the MCP protocol.
This enables you to build AI agents or other AI applications that can access all our integrations through one MCP server.
Our endpoints are exposed as “tools” through the MCP server.Chift MCP server can be found here.
The Chift MCP Server dynamically generates tools based on the Chift OpenAPI specification. These tools provide access to various Chift API endpoints and include operations for:
Retrieving financial data
Managing your financial connections
Creating new financial records (invoices, payments, etc.)
Updating existing records
…
All our endpoints documented in our api can be accessed through Chift MCP server.
The following environment variables are used by the Chift MCP Server:
Copy
Ask AI
CHIFT_CLIENT_SECRET: Your Chift client secretCHIFT_CLIENT_ID: Your Chift client IDCHIFT_ACCOUNT_ID: Your Chift account IDCHIFT_URL_BASE: Chift API URL (default: https://api.chift.eu)CHIFT_FUNCTION_CONFIG: JSON string to configure which operations are available for each domain (optional)