Developers · 5 ways to integrate

Your rail. Our intelligence.

Choose how Arctura fits your stack: direct API, iPaaS connector, cloud marketplace, self-serve SaaS, or partner white-label. One TAS engine, five delivery patterns.

Direct API

Send data via REST API

177 v1/ production endpoints, Bearer-token auth, tenant-scoped, rate-limited. Sandbox available immediately with a test key.

  • +177 v1/ REST endpoints (GET + POST)
  • +TAS, battery health, certificates, predictions
  • +Sandbox: arctura_test_demo (instant)
  • +Rate limit: 60 req/min
Try the sandbox →
TAS score · sandbox
curl -H "Authorization: Bearer arctura_test_demo" \
  https://neurflow.fi/api/v1/tas/EV-001
MCP · Model Context Protocol

Query the engine from any AI client.

Arctura natively supports the Model Context Protocol — the open standard for connecting AI assistants to real-world tools. Claude Desktop, Cursor and any MCP-compatible client can query TAS scores, generate certificates and run predictions directly. Base MCP access is included in the relevant tiers; enterprise buyers can upgrade to governed access with policy control, immutable audit logs and SIEM export.

Available MCP tools
get_tas_score
get_battery_health
get_fleet_risk
predict_mileage
predict_residual_value
generate_certificate
get_emissions_report
get_charging_recommendation
+ 55 more tools available
mcp-config.json
{
  "mcpServers": {
    "arctura": {
      "command": "npx",
      "args": ["-y", "@neurflow/mcp-server"],
      "env": {
        "ARCTURA_API_KEY": "YOUR_API_KEY",
        "ARCTURA_URL": "https://mcp.neurflow.fi/mcp"
      }
    }
  }
}
Sandbox · instant access

One test key. No signup.

Test keyarctura_test_demo
  • ·Multi-vertical sandbox: EV, BESS, real estate, marine
  • ·Every response carries a _sandbox: true flag
  • ·TAS: 4-pillar composite (weights trade-secret; see /methodology)
  • ·Knockout: SoH < 60% or manipulation → grade F

SANDBOX real public/sandbox data · no live customer telemetry

Fleet overview
curl -s -H "Authorization: Bearer arctura_test_demo" \
  https://neurflow.fi/api/v1/fleet
TAS score
curl -s -H "Authorization: Bearer arctura_test_demo" \
  https://neurflow.fi/api/v1/tas/EV-001
Battery health
curl -s -H "Authorization: Bearer arctura_test_demo" \
  https://neurflow.fi/api/v1/vehicles/EV-001/battery-health-snapshot
Security & limits

Sovereign by construction.

Authentication

Bearer token, tenant-scoped, SHA-256 + HMAC-SHA256.

Data sovereignty

EU-only (Hetzner Helsinki) · DORA/NIS2/GDPR-aligned · RLS per tenant.

Rate limits

60 req/min (API), 30 req/min (auth). Enterprise: custom.

Ready to connect?

Start with the sandbox, then pick your delivery rail: direct API, iPaaS, marketplace or managed SaaS.

Request an integration briefBook a call →