4 Ways to Integrate

Your rail. Our intelligence.

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

Direct API

Send data via REST API

45 production endpoints, Bearer token auth, tenant-scoped, rate-limited. Sandbox available immediately with test key.

  • 45 REST API endpoints (GET + POST)
  • TAS, battery health, certificates, predictions
  • Sandbox: arctura_test_demo (instant access)
  • Rate limit: 60 req/min
Try sandbox now
TAS Score — sandbox
curl -H "Authorization: Bearer arctura_test_demo" \
  https://neurflow.fi/api/v1/tas/corp-bmw-ix3-2023-01

MCP — Model Context Protocol

Arctura natively supports Model Context Protocol (MCP) — 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 included in every plan. 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

+ 14 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

Test key:arctura_test_demo
  • - Multi-vertical sandbox: EV, BESS, real estate, marine
  • - All responses include _sandbox: true flag
  • - TAS formula: 100 × ∏(1 - w_i·(1 - S_i/100))
  • -Knockout: SoH <60% or manipulation → grade F

Quick start

# 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/corp-bmw-ix3-2023-01
# Battery health
curl -s -H "Authorization: Bearer arctura_test_demo" \
https://neurflow.fi/api/v1/vehicles/corp-bmw-ix3-2023-01/battery-health-snapshot

Security & Limits

Authentication

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

Data Sovereignty

EU-only (Finland). DORA/NIS2/GDPR compliant. RLS per tenant

Rate Limits

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

Ready to connect?

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