ACI
NormalDescription
ACI.dev is an open-source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server.
Key Features
- 600+ pre-built integrations with popular services and apps
- Unified MCP server for integrating tools into any agentic IDE
- Multi-tenant OAuth authentication and secrets management
- Natural language permission boundaries and dynamic tool discovery
- Framework and model agnostic — works with any LLM framework
- 100% open source under Apache 2.0 with Python and TypeScript SDKs
Use Cases
💡 VibeOps — automate devOps by connecting agentic IDEs to Vercel, Supabase, Cloudflare
💡 Building personal assistant chatbots that manage calendars, emails, and SaaS tools
💡 Creating research agents that sync findings to Notion or Google Sheets
💡 Automating outbound sales with lead generation and CRM updates
💡 Building customer support agents with tool-use logging and permissions
Tags
Categories
Quick Start
```bash
# Install the Python SDK
pip install aci-sdk
# Or use the unified MCP server
pip install aci-mcp
# Explore available tools
# https://www.aci.dev/tools
# Documentation
# https://www.aci.dev/docs
```