MRA serves smart CAPTCHA challenges only to suspicious visitors, routes everyone else to the nearest available location, and keeps you online through any outage — all on infrastructure you own and control.
Turn every location into a smart edge that screens threats, sends each visitor to the fastest available place, and stays online no matter what.
Challenge only the visitors that look risky. Real customers continue without friction, while bots and scripts are stopped at the door.
Stop scraping, credential stuffing, and fraud before it ever reaches your services.
If a location goes offline, traffic shifts to a healthy one in an instant. Your users never notice.
Every visitor is served from the closest available location, so pages load quickly anywhere in the world.
Keep traffic and data within the regions you choose to meet local requirements.
See who is reaching your services and adjust protection and routing the moment things change.
Health-aware balancing spreads traffic across regions and endpoints, with per-endpoint weights and graceful draining.
Run your own nameservers with geo, weighted, and failover answers computed at query time — bind a zone in one click.
Watch requests, latency, top sources, and per-region health timelines update in real time — no extra tooling to wire up.
Every configuration change is cryptographically signed and verified before it goes live, so nothing can be forged or tampered with in transit.
Multi-tenant projects with fine-grained roles and SSO, and every change written to an immutable audit log.
Self-hosted by design. Run the entire edge on infrastructure you own — no outside vendor in your data path, and nothing about your setup on show.
Routing, DNS, the data plane, and live telemetry — behind a single console you fully control. Switch a policy and watch traffic move in real time.
Choose how traffic is steered — MRA adapts in real time to availability, demand, and location.
Click any component to inspect it. Solid lines carry requests; dashed lines carry signed configuration. Watch packets flow in real time.
Select a node in the diagram to inspect its role, interfaces, and guarantees.
Every configuration change the control plane hands to a gateway is serialized deterministically and cryptographically signed. Each gateway verifies it before applying — so config can't be forged or silently changed in transit.
// signed configuration snapshot — verified before apply { "snapshot": "v1:8fK2a", "scope": "global", "services": [{ "name": "checkout", "endpoints": 3, "policy": "latency_failover" }], "signature": { "value": "a3f1…9e7c", "verified": true } }
Trace a single request as it resolves through DNS, lands on the nearest healthy gateway, and proxies to a backend.
Your services keep responding even when an entire region goes offline.
Everything in MRA is a documented REST resource. Declare a global service in one call — versioned, reproducible, and entirely yours.
curl -X POST https://api.mra.io/v1/services \ -H "authorization: Bearer $MRA_TOKEN" \ -H "content-type: application/json" \ -d '{ "name": "checkout", "policy": "latency_failover", "regions": "all", "zone": "edge.accelstacks.com" }'
from mra import Client mra = Client(token=os.environ["MRA_TOKEN"]) svc = mra.services.create( name="checkout", policy="latency_failover", regions="all", zone="edge.accelstacks.com", ) print(svc.fqdn) # checkout.edge.accelstacks.com
{
"id": "svc_8fK2a",
"name": "checkout",
"policy": "latency_failover",
"fqdn": "checkout.edge.accelstacks.com",
"regions": "all",
"config": { "signed": true },
"status": "live"
}
Flat, predictable pricing per region — no surprise egress bills. Self-host for free, forever.
For a single region and local labs.
Multi-region HA for production services.
Unlimited regions, anycast, and SSO.
“We replaced a managed global load balancer with MRA in a weekend. Same health-aware routing, on our own clusters, and the bill stopped scaling with traffic.”— Platform lead, fintech infrastructure team
No specialist team required — set it up once and let it run.
Bring the places you serve users from under one platform.
Choose how visitors are protected and routed, in clear settings.
Visitors are automatically protected and sent to the best location.
Protect, accelerate, and control your traffic on infrastructure you own — with nothing handed to anyone else.