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
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
+ 14 more tools available
{
"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
- - 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
https://neurflow.fi/api/v1/fleet
https://neurflow.fi/api/v1/tas/corp-bmw-ix3-2023-01
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.