ACI: Open-Source Infra to Power Unified MCP Servers

Created By
aipotheosis-labsa year ago
ACI.dev is the open source platform that connects your AI agents to 600+ tool integrations with multi-tenant auth, granular permissions, and access through direct function calling or a unified MCP server.
Overview

What is ACI?

ACI is an open-source tool-use infrastructure designed for AI agents, enabling seamless integration with over 600 tools through a unified platform.

How to use ACI?

To use ACI, developers can connect their AI agents to various services using the lightweight Python SDK or through a unified MCP server, managing authentication and permissions effortlessly.

Key features of ACI?

  • 600+ Pre-built Integrations: Quickly connect to popular services.
  • Flexible Access Methods: Use either the SDK for direct function calls or the MCP server.
  • Multi-tenant Authentication: Securely manage user access with built-in OAuth flows.
  • Dynamic Tool Discovery: Easily find and utilize the right tools for your agents.
  • Open Source: Fully transparent and customizable under the Apache 2.0 license.

Use cases of ACI?

  1. Building personal assistant chatbots that manage tasks and interact with various services.
  2. Creating research agents that gather and sync information across platforms.
  3. Developing outbound sales agents for automating lead generation and CRM updates.
  4. Implementing customer support agents that handle queries and ticket management.

FAQ from ACI?

  • Can ACI integrate with any AI framework?

Yes! ACI is designed to be framework-agnostic, working with any LLM framework.

  • Is ACI free to use?

Yes! ACI is completely open-source and free for everyone.

  • How does ACI handle permissions?

ACI uses natural language permission boundaries to control agent capabilities.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
aipotheosis-labs
Star
3822
Language
Python
License
Apache-2.0 license

Recommend Servers

View All
Voyei

3 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

13 hours ago