Self-hosted. Your data never leaves.

Chariot runs your MCP server on your infrastructure. Discovers your internal APIs. Connects 4135 enterprise integrations exposing 35,835 tools. SSO through your existing identity provider. 469 tokens in your context window. Free for one user. Buy seats when the team wants in.

$ npx @epicai/chariot
github.com/protectnil/epic-ai-chariot
See PricingRequest a Demo

Architecture

Your AI client connects to Chariot.
Chariot connects to everything else.

Your Machine (inside your perimeter)
┌─────────────────────────────────────────────────┐
│  Claude / ChatGPT / Cursor / Codex              │
│       │ spawns via stdio                        │
│       ▼                                         │
│  Chariot MCP Server (npx @epicai/chariot)       │
│       │                                         │
│       ├── REST Adapters (870)                   │
│       ├── Stdio MCPs (3,004)                    │
│       ├── HTTP/SSE MCPs (475)                   │
│       └── Your Internal APIs (discovered)       │
│                                                 │
│  ┌─ Rust IAM Binary (Elastic License 2.0) ──┐  │
│  │  SAML · OIDC · SCIM 2.0 · RBAC           │  │
│  │  Credential Vault · Audit Trail           │  │
│  └───────────────────────────────────────────┘  │
│                                                 │
│  Credentials: ~/.epic-ai/.env (local only)      │
│  License: ~/.epic-ai/license.json (offline)     │
│  ✗ No outbound connections. No phone home.      │
└─────────────────────────────────────────────────┘

  Nothing crosses this line. Docker it. Kill the
  network. It still works.

Security

Your data never leaves your infrastructure.

SSO

SAML 2.0 and OpenID Connect. Connects to Okta, Entra, Ping, Auth0, or any standards-compliant IdP. Tested and verified against Okta.

SCIM 2.0

Automated user provisioning. Add or remove a user in your IdP and Chariot reflects it immediately. No manual user management.

RBAC

Role-based access control. DevOps sees Datadog. Finance sees Stripe. Nobody sees what they shouldn't. Per-adapter, per-tool granularity.

Credential Vault

API keys encrypted at rest. Key derivation via scrypt. Never stored in plaintext. Never transmitted.

Audit Trail

Every action logged with timestamp, identity, and SHA-256 hash chain. Tamper-evident. Export as JSON, CSV, or syslog (RFC 5424).

Air-Gapped

No outbound connections. No license server. No telemetry. Offline license validation via Ed25519 signature. Docker it and verify.

Internal API Discovery

Your AI stops confusing your payment service with Stripe.

Chariot scans your codebase, discovers your internal REST and gRPC endpoints, and generates MCP adapters for each one. You review which APIs to connect. The AI learns your internal topology without you writing a single adapter by hand.

$ chariot discover ./src
Found 14 internal APIs:
  payment-service   7 endpoints  REST
  user-service     12 endpoints  gRPC
  inventory-api    9 endpoints  REST
  ... 11 more

$ chariot connect payment-service
✓ payment-service connected (7 tools)

Pricing

Buy seats for your Chariot.

One Chariot per company. One SSO connection. One RBAC policy. One audit trail. Packs add seat capacity. Adapters are unlimited at every tier. Maintenance is bundled.

PackSeatsMonthlyAnnualPer Seat
Free1$0$0$0
10-Pack10$300$3,000$30
25-Pack25$600$6,000$24
50-Pack50$1,000$10,000$20
100-Pack100$1,800$18,000$18

Annual plans include 2 months free. Need more than 100 seats? Buy additional packs. Every pack includes: IAM, Internal API Discovery, adapter maintenance, core updates, and new integrations. Less than a single Datadog seat.

SLA Upgrade

Contractual 24-hour fix guarantee on critical adapters. MSA language for procurement. Staging channel. Changelog. Status page.

PackSLA Add-onAll-in Monthly
10-Pack+$250/mo$550/mo
25-Pack+$350/mo$950/mo
50-Pack+$450/mo$1,450/mo
100-Pack+$650/mo$2,450/mo

What You Get

We keep it working. You keep working.

Adapter Maintenance

Vendor APIs change. MCP specs evolve. We keep all 4,135 adapters current so you never wake up to a broken integration.

Core Updates

Routing improvements, security patches, new features. Included in every paid pack. No upgrade fees.

New Integrations

4,135 today, growing continuously. New adapters ship automatically. Your Chariot gets better every month.

SLA Upgrade

Contractual 24-hour fix guarantee on critical adapters. MSA language for procurement. Available as an add-on.

Quickstart

Running in 60 seconds.

# Install and run the wizard
$ npx @epicai/chariot

# Add your tools
$ chariot add github
$ chariot add datadog
$ chariot add pagerduty

# Discover your internal APIs
$ chariot discover ./src

# Ask your AI a question
$chariot query "What happened in production last night?"