v0.4.0 — April 2026 Unified Agentic Mediation

Your enterprise data.
Ready for agents.
In 5 minutes.

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.

0
Enterprise Connectors
0s
Avg. source onboarding time
0%
Reduction in integration cost
0%
On-premise. Zero cloud.
Live in 3 commands

From zero to 8 MCP tools in under 5 minutes

No cloud account. No YAML sprawl. No SDK. Clone, configure, register your first source — your agents call it via the MCP protocol instantly.

1

Authenticate & Boot

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
2

Register a Source

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
3

Call from Your Agent

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}
Unified Agentic Mediation

The missing layer between your agents and your enterprise data

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.

JIT Mediation Engine

Tools are compiled and cached on first call. L1 in-memory + L2 Redis. Sub-millisecond for hot paths. No restarts needed.

  • L1 in-memory dict — process-local
  • L2 Redis SETEX — shared across replicas
  • Pub/sub invalidation on source change
  • Auto-warm on start from registry

Source Registry

Every data source is registered, versioned, and lifecycle-managed. Survives gateway restarts. MuleSoft-style environment promotion built-in.

  • draft → published → deprecated → retired
  • Export OpenAPI 3.1 from any source
  • Clone to staging / production
  • Immutable audit trail on every change

FinOps & ROI per Tool Call

Every call is metered in bytes_in + bytes_out per source, tool, and tenant. Daily quotas. Automatic chargeback. No more spreadsheet guessing.

  • Per-call cost telemetry in real-time
  • Configurable quotas per source type
  • 429 BudgetExceeded guard on quota breach
  • REST + dashboard chargeback export

Zero-Trust Security

Ed25519 PKI, auto-enrolled ephemeral leaf certs, HSM-backed key storage, mTLS 1.3, OPA policy on every tool invocation.

  • 1-hour ephemeral certs, memory-only
  • PKCS#11 HSM integration
  • Ed25519 payload signing on every response
  • OPA policy: tenant, tool, product scope

Enterprise API Platform

API Products, SLA Plans, Subscriptions, and License entitlements. The complete monetisation stack for internal or commercial API programs.

  • Apigee-style API products with tool filters
  • Free / Bronze / Gold / Enterprise tiers
  • Live key rotation without restart
  • Metered usage payback for billing

Full Observability

OTLP traces, alert policies, immutable audit log, and a real-time dashboard with D3.js nerve map of all active connections.

  • OTLP traces on every tool execution
  • Alert rules: error_rate, quota_pct, p99
  • PCI-DSS append-only audit log
  • WebSocket live dashboard on port 3000
The Agentic ROI Problem

Most Agentic projects fail to justify cost.
Arcax makes ROI calculable — per call.

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.

Without Arcax
Custom connector per source (weeks)
No visibility on call cost
No governance on tool access
No audit trail for compliance
Security per-integration
ROI impossible to calculate
With Arcax
Any source online in <5 minutes
Per-call cost in real-time
OPA policy centralised
Immutable audit on every call
mTLS + PKI across all sources
ROI dashboard included
Integration cost per source type
REST API
80d
REST + Arcax
5min
SAP S/4HANA
60d
SAP + Arcax
8min
Mainframe
120d
Mainframe + AX
12min

🔢 Agentic ROI Calculator

€432,000
Estimated integration cost avoided (Year 1)
540d
Dev days saved
96%
Faster onboarding
0ms
Governance overhead

Estimate based on industry benchmarks. Contact us for a project-specific assessment.

Mediation Pipeline

5-stage pipeline. Source to MCP tool in milliseconds.

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.

1

Probe

Introspects source: OpenAPI, SQL schema, SAP CDS, COBOL copybooks

2

UCS

Universal Capability Schema — source-agnostic pivot format

3

Contextualise

Smart field mapping + OPA guard injection per tool

4

MCP Generate

Emits Pydantic v2 models + FastMCP decorators at runtime

5

JIT Cache

Write L1+L2, serve to agent. <1ms on hot path.

Governed Tool Registry

From internal tool — to governed, monetised MCP Artifact.

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.

SLA Plans

Free
€0/mo
60 rpm · 1 MB/day

Up to 2 sources
Standard tools
OPA policy
Audit trail
FinOps dashboard
SLA guarantee
Bronze
€490/mo
300 rpm · 50 MB/day

Up to 10 sources
All connector types
OPA policy
Audit trail (30d)
FinOps dashboard
SLA guarantee
Enterprise
Custom
Unlimited · Air-gap OK

Multi-tenant
Custom connectors
HSM + PKCS#11
Unlimited audit
Dedicated infra
99.99% SLA + support

MCP Artifacts · Keys · Licenses · Alerts

Governed MCP Artifacts

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.

Self-service Key Issuance

Subscriptions auto-generate a scoped key on approval. Keys can be suspended, reactivated, or rotated live — zero gateway restart required.

smcp_Tz9fG3kL…

License Entitlements

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.

SMCP-ENTERPRISE-xKp9…

Alert Policies

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.

Immutable Audit Trail

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.

Environment Promotion

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.

81 Enterprise Connectors

Every enterprise system. One gateway.

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.

REST / OpenAPI
5
OpenAPI 3.x Swagger 2.0 SOAP/WSDL gRPC GraphQL
SQL Databases
5
PostgreSQL TimescaleDB SQL Server Oracle DB MySQL
NoSQL
9
MongoDB Elasticsearch OpenSearch Cassandra DynamoDB Redis InfluxDB Neo4j Couchbase
Data Platforms
8
Databricks Redshift Athena Azure Synapse BigQuery Trino Druid Dremio
Vector DB
5
Pinecone Weaviate Qdrant Milvus/Zilliz ChromaDB
Messaging
5
Apache Kafka RabbitMQ Azure Service Bus Google Pub/Sub NATS
Storage & IAM
6
Amazon S3 Azure Blob/ADLS SFTP SharePoint LDAP/AD HashiCorp Vault
SaaS & Collaboration
9
Salesforce ServiceNow Jira / Confluence Power BI SAP Concur SAP Ariba Coupa Anaplan Kyriba
ERP
9
SAP S/4HANA OData SAP RFC/BAPI SAP IDoc MS Dynamics 365 Sage Cegid NetSuite Oracle ERP Cloud Infor
SIRH / HCM
6
SAP SuccessFactors Workday ADP Lucca PayFit Cegedim SRH
Mainframe / Legacy
5
TN3270 / CICS COBOL Copybooks IBM MQ VSAM / DB2/400 AS400
File / Docs
4
PDF / Word / Excel MinIO FTP/FTPS EBCDIC→UTF-8
Zero-Trust Security

Enterprise-grade security. No configuration shortcuts.

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.

Ed25519 PKI

Self-contained Certificate Authority. AutoEnrollment issues 1-hour ephemeral leaf certs JIT on first connection. Keys never touch disk after boot.

mTLS 1.3

All inter-service and agent connections enforce TLSv1_3 minimum via MTLSContext. Mutual authentication. Certificate pinning per source.

HSM / PKCS#11

Set HSM_LIB_PATH to your PKCS#11 library. Keys never reside in process memory. Falls back to FileKeystoreAdapter (chmod 600) without HSM.

OPA Policy Engine

Every tool call evaluated against Open Policy Agent before execution. Policy bundles in config/policies/. Gate by tenant, product, tool, time.

Ed25519 Payload Signing

Every bridged message carries an Ed25519 signature (__sig__). Downstream systems can verify authenticity and guarantee non-repudiation.

Immutable Audit Log

Append-only source_audit_log. Before/after JSON snapshots, actor identity, IP, nanosecond timestamp. PCI-DSS by design. No DELETE ever.

Command Center Dashboard

12 live views. Everything visible. Nothing hidden.

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.

Nerve Map

D3.js force-directed graph of all active agent→gateway→source connections in real time.

Source Registry

Health pills, lifecycle states, tool counts, and one-click promote per registered source.

API Products

Full lifecycle management: create, version, publish, deprecate, retire — with subscriber count per product.

SLA Plans

Pricing card grid. Create tiers, set rpm / quota_kb_day, assign price — and attach to products instantly.

Subscriptions

Consumer key issuance, approve / suspend / cancel workflows, and live call quota meter per subscription.

Licenses

Entitlement management: max_sources, max_seats, max_rps. Live usage counter and expiry tracking per license key.

Alerts & Firing Panel

Active incidents surface in the firing panel. 5 metrics: error_rate_pct, quota_pct, latency_p99_ms, call_count, bytes_kb.

Audit Log

Immutable event stream. Actor, IP, timestamp, before/after state. Filter by source, tenant, or time range. WORM-compatible export.

FinOps Analytics

Bandwidth analytics: bytes_in + bytes_out per source type. Daily quota gauges. Cost breakdown by source, tool, and tenant.

Chargeback

Per-tenant cost allocation. Export chargeback reports to CSV for internal billing. No spreadsheet gymnastics.

Connector Catalog

Browse all 81 supported source types. Filter by category. View schema, authentication requirements, and sample queries.

Settings

mTLS cert status, OPA policy bundle version, PKI CA health, HSM connection, and Redis cluster status — at a glance.

Market Comparison

Why Arcax for Agentic integration?

Feature Arcax (UAM) Kong / Axway Apigee MuleSoft
Native MCP Gateway✓ Native
JIT Tool Compilation
100% On-PremisePartialCloudHybrid
Per-call ROI tracking✓ Built-inPluginPluginAdd-on
Auto PKI / mTLS✓ Zero-configManualGCP-onlyAdd-on
Air-Gap DeploymentPartial
Mainframe Connector✓ NativeAdd-on
Source onboarding time< 5 minDaysDaysWeeks
API Marketplace built-in✓ Full stackPluginAdd-on
Command Center Dashboard✓ 12 viewsBasicBasicAdd-on
Vector DB Connectors✓ 5 native
SIRH/HCM Connectors✓ 6 nativeSome
DEV→UAT→PROD Promotion✓ One API callManualManualManual
Immutable Audit Log✓ PCI-DSSPluginPaidPaid
Enterprise Use Cases

Every AI agent project. Every vertical.

Whether your data lives in SAP, Workday, a mainframe, or a data lake — Arcax gives your agents access in minutes, not months.

Finance & Treasury

AI Finance Agent for SAP + Oracle

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.

SAP S/4HANA OData Oracle ERP Cloud Kyriba PostgreSQL
AI Finance Agent via MCP
Result: 43-source consolidation in 2 weeks vs 18-month custom ESB. 94% reduction in integration sprints.
Manufacturing & IoT

Predictive Maintenance Agent

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.

TimescaleDB (SCADA) Mainframe COBOL Infor ERP InfluxDB
Predictive Maintenance Agent via MCP
Result: Mainframe data accessible to LLM in 12 minutes. EBCDIC→UTF-8 automatic. Zero integration code written.
HR & Workforce

HR Consolidation Agent

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.

SAP SuccessFactors Workday ADP Lucca
HR Consolidation Agent via MCP
Result: 4 HRIS sources, 1 agent, 0 custom connectors. Per-tenant data isolation enforced by OPA out of the box.
What Teams Are Saying

Trusted by Engineering & AI Teams

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."
Jean-Baptiste M. Chief AI Officer — European Tier-1 Bank
★★★★★
"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."
Sophie A. VP Engineering — Defense & Government Integrator
★★★★★
"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."
Mehdi K. CTO — Healthcare Data Platform

Ready to connect your agents to your enterprise?

Get a personalised demo and a project-specific ROI estimate. No commitment. No cloud dependency required.

Request a Demo
contact@talentys.eu WhatsApp Expert github.com/Monsau/arcax