
Integrate the TAS Engine, not another dashboard.
Arctura exposes evidence-grade APIs, platform-base MCP access, and iPaaS delivery rails. Primary goal: move TAS, battery-risk, and reporting signals into existing enterprise flows.
Delivery Patterns
Provision access
Request the integration brief, then provision API keys or partner-room access for the correct tenant.
Connect the rail
Use direct API calls or route Arctura through your iPaaS when deployment needs to fit an existing enterprise flow.
https://neurflow.fi/api/v1/fleet
Deliver evidence
Return TAS, battery-health, and reporting outputs into the systems your operators and boards already use.
Technical validation surface
Test Vehicles
| corp-bmw-ix3-2023-01 | BMW iX3 | BEV |
| corp-tesla-my-2023-01 | Tesla Model Y | BEV |
| corp-toyota-bz4x-2022-01 | Toyota bZ4X | BEV ⚠ |
| corp-kia-ev6-2023-01 | Kia EV6 | BEV |
| corp-ioniq5-2022-01 | Hyundai IONIQ 5 | BEV |
Examples
JSON Response
{
"device_id": "corp-toyota-bz4x-2022-01",
"tas_score": 58.7,
"tas_grade": "D",
"formula": "multiplicative",
"asset_class": "bev_passenger",
"pillars": {
"battery_health": { "score": 42.0, "weight": 0.40 },
"usage_behavior": { "score": 66.0, "weight": 0.25 }
},
"score_version": "1.1.0"
}
TAS & Evidence APIs
Fleet Snapshot
Real-time fleet state
Realtime Alerts
AI agent alerts
Fleet Risk Score
Fleet risk level 0-100
Vehicle Health Score
Per-vehicle health index
Green Fleet Score
CSRD/ESG environmental scoring
Battery Health Snapshot
EV battery SoH, cycles, RV
EOL Summary
End-of-Life summary
CSRD Emissions
Haversine + DEFRA report
Batch Scoring
Bulk scoring max 100 VIN
Residual Value
Residual value prediction
Certificate Generate
DHC PDF creation
Certificate Retrieve
Certificate retrieval
CSRD Report Generate
CSRD report PDF/JSON
Spot Prices
Electricity spot prices
Charging Recommendation
Smart Charging recommendation
OEM Bulk Ingest
OEM telemetry batch upsert
Total Asset Score
TAS v2 composite A-F
TAS Batch
Bulk TAS max 1000 vehicles
Mileage Prediction
Prophet ML km-prediction
Residual Value Prediction
CatBoost ML residual value + SHAP
Gordon-Loeb ROI
Security investment ROI calculator
Commission Calculator
Carried Interest calculation
Limits & Security
Authentication
Authorization: Bearer arctura_live_xxxx
Scope Restrictions
Tenant Scope — bound to API key
Rate Limits
60 req/min (API), 30 req/min (auth)
Error Codes
| 401 | Unauthorized | missing or invalid Bearer token |
| 403 | Forbidden | no permission for resource |
| 404 | Not Found | resource not available |
| 429 | Too Many Requests | rate limit exceeded |
| 500 | Internal Error | server experienced a failure |
Governed Agent Access
Arctura MCP Surface v1.2.5
Basic Model Context Protocol (MCP) access belongs to the Arctura platform base. When enterprise buyers need tighter controls, the same surface can be upgraded with governed access, policy control, and audit exports without turning MCP into a separate product.
- 22 partner-safe tools for scoring, reports, and predictions
- Native support for Claude Desktop, Cursor, and internal assistants
- Governed enterprise access adds policy control, immutable logs, and SIEM export
- Your iPaaS can deliver the workflow without redefining the product
{
"mcpServers": {
"arctura": {
"command": "npx",
"args": ["-y", "@neurflow/mcp-server"],
"env": {
"ARCTURA_API_KEY": "YOUR_API_KEY",
"ARCTURA_URL": "https://mcp.neurflow.fi/mcp"
}
}
}
}Legacy SDKs & Delivery Options
Python SDK
TypeScript SDK
Postman Collection
Webhooks
Ready to add the TAS layer to an existing rail?
Start with the integration brief. Then choose direct API, platform-base agent access, or governed enterprise access through your iPaaS rail.