Power Your Agentic IDE or AI Agent with 600+ Tools

The open-source tool-calling engine that drops into any agentic IDE or custom AI agent.

Empowering 5,000+ developers

Enhance AI Agents through Function Calling or a Unified MCP Server

ACI.dev's open-source tool-use platform and Unified MCP Server turns 600+ functions into two simple tools—search and execute—accessed through SDKs or one single MCP server. Comes with multi-tenant auth and natural-language permission controls. 100% open-source under Apache 2.0.

Unified MCP Server
{
  "mcpServers": {
    "aci-mcp-unified": {
      "command": "uvx",
      "args": ["aci-mcp@latest", "unified-server", "--linked-account-owner-id", "<LINKED_ACCOUNT_OWNER_ID>", "--allowed-apps-only"],
      "env": {
        "ACI_API_KEY": "<YOUR_ACI_API_KEY>"
      }
    }
  }
}

Unified MCP Server

Supercharge your agentic IDE with a single MCP server and two tools to dynamically access 600+ integrations.

Secure Authentication

Authorize AI agents with access to user accounts through OAuth. ACI.dev handles all the token pains and OAuth client setups.

Agent Playground

Check that agents can use tools properly before you write code.