"We integrated 6 enterprise systems into our Claude agent in 3 days. With MuleSoft it would have taken 3 months and $400K. Arcax changed our paradigm."
Arcax is the enterprise-grade MCP gateway that connects 81+ data sources — REST, SQL, SAP, Mainframe — directly to your AI agents. One gateway. Full governance. Measurable ROI on every tool call.
No cloud account. No YAML sprawl. No SDK. Clone, configure, register your first source — your agents call it via the MCP protocol instantly.
Authenticate with your Arcax license key against the private registry, then start all services with one command.
# License key required — request at www.arcax.ai/#demo docker login registry.arcax.ai \ --username $ARCAX_LICENSE_KEY curl -sO https://install.arcax.ai/docker-compose.yml cp .env.example .env docker compose up -d # → 5 services up in ~38s # → Gateway: http://localhost:8000 # → Dashboard: http://localhost:3000
One POST call — Arcax probes the source, builds the UCS, and generates all MCP tools automatically.
curl -X POST localhost:8000/api/v1/sources \ -H "Content-Type: application/json" \ -d '{ "name": "sap-erp", "type": "sap", "config": { "odata_url": "https://s4hana.corp/sap/opu" } }' # → 8 tools generated in 312ms
Every tool is served via the standard MCP protocol. Point any MCP-compatible agent at the gateway URL.
POST /mcp/acme/3f2a8c/sap_listSalesOrders { "intent": "Q1 2026 open orders", "kwargs": { "limit": 50 } } # ← 200 OK | p99: 1.2ms # ← {"results": [...], "count": 43}
MCP path formula
/mcp/{tenant_id}/{source_id}/{tool_name}
Every AI agent project hits the same wall: how to connect tools to enterprise systems securely, reliably, and with measurable value. Arcax is that connection — standards-based, governed, and observable.
Tools are compiled and cached on first call. L1 in-memory + L2 Redis. Sub-millisecond for hot paths. No restarts needed.
Every data source is registered, versioned, and lifecycle-managed. Survives gateway restarts. MuleSoft-style environment promotion built-in.
Every call is metered in bytes_in + bytes_out per source, tool, and tenant. Daily quotas. Automatic chargeback. No more spreadsheet guessing.
Ed25519 PKI, auto-enrolled ephemeral leaf certs, HSM-backed key storage, mTLS 1.3, OPA policy on every tool invocation.
API Products, SLA Plans, Subscriptions, and License entitlements. The complete monetisation stack for internal or commercial API programs.
OTLP traces, alert policies, immutable audit log, and a real-time dashboard with D3.js nerve map of all active connections.
Enterprise AI teams spend 60–80% of project time on tool integration, not on agent logic. Every API call is an invisible cost. Arcax turns that invisible cost into a tracked, governed, optimised line item.
Estimate based on industry benchmarks. Contact us for a project-specific assessment.
Each source passes through a deterministic pipeline: discovery, normalisation, contextualisation, MCP code generation, and JIT caching. No hallucination. No guessing. Certified tool schema every time.
Introspects source: OpenAPI, SQL schema, SAP CDS, COBOL copybooks
Universal Capability Schema — source-agnostic pivot format
Smart field mapping + OPA guard injection per tool
Emits Pydantic v2 models + FastMCP decorators at runtime
Write L1+L2, serve to agent. <1ms on hot path.
Arcax goes beyond a gateway. It's a complete MCP programme stack: SLA Plans, MCP Artifacts with tool filters, self-service key issuance, license entitlements, and alert policies — built-in, no plugins.
Bundle your tools into versioned MCP Artifacts. Define a tool_filter, set a quota, choose a lifecycle state: draft → published → deprecated → retired. Consumers subscribe and get a scoped MCP key — no access beyond what you defined.
Subscriptions auto-generate a scoped key on approval. Keys can be suspended, reactivated, or rotated live — zero gateway restart required.
Enterprise licensing with hard limits: max_sources, max_seats, max_rps. A live usage counter tracks consumption. License keys bind to a tenant — not a cloud account.
Five configurable metrics per source product: error_rate_pct, quota_pct, latency_p99_ms, call_count, bytes_kb. Threshold breaches fire to webhook + email. A live firing panel shows active incidents.
Every configuration change, key issuance, and tool call writes to an append-only source_audit_log. Before/after JSON snapshots. Actor identity, IP, and nanosecond timestamp. PCI-DSS and RGPD ready — no DELETE, ever.
Promote a source configuration from DEV → UAT → PROD with a single API call. Config is cloned, not copy-pasted. Credentials are vault-swapped per environment. Full audit record on every promotion.
Every connector — from SAP BAPI to mainframe TN3270 — goes through the same JIT mediation pipeline, the same OPA policy engine, and the same FinOps metering. Zero exceptions.
Security is not a feature layer — it is the pipeline. Every component is built around zero-trust: no implicit trust, no shared secrets, no plaintext in transit.
Self-contained Certificate Authority. AutoEnrollment issues 1-hour ephemeral leaf certs JIT on first connection. Keys never touch disk after boot.
All inter-service and agent connections enforce TLSv1_3 minimum via MTLSContext. Mutual authentication. Certificate pinning per source.
Set HSM_LIB_PATH to your PKCS#11 library. Keys never reside in process memory. Falls back to FileKeystoreAdapter (chmod 600) without HSM.
Every tool call evaluated against Open Policy Agent before execution. Policy bundles in config/policies/. Gate by tenant, product, tool, time.
Every bridged message carries an Ed25519 signature (__sig__). Downstream systems can verify authenticity and guarantee non-repudiation.
Append-only source_audit_log. Before/after JSON snapshots, actor identity, IP, nanosecond timestamp. PCI-DSS by design. No DELETE ever.
The built-in WebSocket dashboard runs on port 3000. Real-time D3.js nerve map, connector health pills, API lifecycle management, FinOps analytics, and a live firing panel for active alerts.
D3.js force-directed graph of all active agent→gateway→source connections in real time.
Health pills, lifecycle states, tool counts, and one-click promote per registered source.
Full lifecycle management: create, version, publish, deprecate, retire — with subscriber count per product.
Pricing card grid. Create tiers, set rpm / quota_kb_day, assign price — and attach to products instantly.
Consumer key issuance, approve / suspend / cancel workflows, and live call quota meter per subscription.
Entitlement management: max_sources, max_seats, max_rps. Live usage counter and expiry tracking per license key.
Active incidents surface in the firing panel. 5 metrics: error_rate_pct, quota_pct, latency_p99_ms, call_count, bytes_kb.
Immutable event stream. Actor, IP, timestamp, before/after state. Filter by source, tenant, or time range. WORM-compatible export.
Bandwidth analytics: bytes_in + bytes_out per source type. Daily quota gauges. Cost breakdown by source, tool, and tenant.
Per-tenant cost allocation. Export chargeback reports to CSV for internal billing. No spreadsheet gymnastics.
Browse all 81 supported source types. Filter by category. View schema, authentication requirements, and sample queries.
mTLS cert status, OPA policy bundle version, PKI CA health, HSM connection, and Redis cluster status — at a glance.
| Feature | Arcax (UAM) | Kong / Axway | Apigee | MuleSoft |
|---|---|---|---|---|
| Native MCP Gateway | ✓ Native | ✗ | ✗ | ✗ |
| JIT Tool Compilation | ✓ | ✗ | ✗ | ✗ |
| 100% On-Premise | ✓ | Partial | Cloud | Hybrid |
| Per-call ROI tracking | ✓ Built-in | Plugin | Plugin | Add-on |
| Auto PKI / mTLS | ✓ Zero-config | Manual | GCP-only | Add-on |
| Air-Gap Deployment | ✓ | Partial | ✗ | ✗ |
| Mainframe Connector | ✓ Native | ✗ | ✗ | Add-on |
| Source onboarding time | < 5 min | Days | Days | Weeks |
| API Marketplace built-in | ✓ Full stack | Plugin | ✓ | Add-on |
| Command Center Dashboard | ✓ 12 views | Basic | Basic | Add-on |
| Vector DB Connectors | ✓ 5 native | ✗ | ✗ | ✗ |
| SIRH/HCM Connectors | ✓ 6 native | ✗ | ✗ | Some |
| DEV→UAT→PROD Promotion | ✓ One API call | Manual | Manual | Manual |
| Immutable Audit Log | ✓ PCI-DSS | Plugin | Paid | Paid |
Whether your data lives in SAP, Workday, a mainframe, or a data lake — Arcax gives your agents access in minutes, not months.
An LLM-powered finance agent queries SAP S/4HANA for open invoices, Oracle ERP for cash position, and Kyriba for FX exposures — via a single gateway, with full audit on every call.
A maintenance agent reads TimescaleDB sensor time-series, queries COBOL copybooks on the mainframe for asset master data, and cross-references Infor ERP for spare parts inventory.
Unify employee data from SAP SuccessFactors, Workday, ADP, and Lucca. An HR agent can answer headcount, leave balance, and compensation queries across all HRIS sources simultaneously.
From proof-of-concept to production in days, not quarters.
"We integrated 6 enterprise systems into our Claude agent in 3 days. With MuleSoft it would have taken 3 months and $400K. Arcax changed our paradigm."
"The mTLS + OPA combination was a dealbreaker for our CISO. Zero compromises on security, and our agents finally have access to real data. ROI was visible in week one."
"Arcax is what the MCP ecosystem was missing. Air-gap deployment for our on-premise SAP + Oracle stack, sub-50ms latency, and the audit trail satisfies our regulators."
Get a personalised demo and a project-specific ROI estimate. No commitment. No cloud dependency required.
Online — replies in minutes