Enterprise

API-First.
Fleet-Ready.

For teams running autonomous agent fleets at scale. Programmatic access to the mr.technology verification layer — SHA-256 hash verification, dependency auditing, and deterministic deployment logic, all via API.

Hash Verification API
Query any module by ID. Verify its SHA-256 hash against our TIER 5 registry before execution. Eliminate the "did someone modify this" question from your deployment checklist.
GET /v1/verify/{module_id}
→ { status, tier, sha256, cve_count, checked_at }
Dependency Audit API
Submit a package manifest. Get back a full dependency tree with CVE flags, deprecated registry alerts, and transitive risk scores — in one API call.
POST /v1/audit/manifest
Body: { "manifest": "package-lock.json" }
→ { tree[], cve_alerts[], risk_score }
Fleet Provisioning
Provision verified environment configs across your fleet via API. No manual UI work. Designed for multi-node orchestrators running critical infrastructure.
POST /v1/fleet/provision
Body: { "nodes": 12, "tier": 5 }
→ { config_bundle[], deployment_token }
Determinism Guarantees
Every verified module ships with a deterministic build fingerprint. Run it on any node in your fleet and get identical output — or get flagged.
GET /v1/fingerprint/{module_id}
→ { fingerprint, expected_hash, match: true }

Live API Reference

Base URL: https://mr.technology/api/v1 · All responses are JSON · Authentication via Bearer token

GET/verify/{module_id}
Returns tier rating, SHA-256 hash, CVE count, and last-verified timestamp for any registered module.
Parameters
module_id — string, the skill registry ID
Headers
Authorization: Bearer <token>
Example Response
{ "module_id": "openai-assistants", "tier": 4, "sha256": "a3f7...", "cve_count": 0, "checked_at": "2026-04-22T14:00:00Z", "risk_level": "low" }
POST/audit/manifest
Submits a package manifest and receives a full dependency tree with CVE flags and risk scoring.
Parameters
Body: { "manifest": "<raw manifest>", "ecosystem": "npm|python|rust" }
Headers
Authorization: Bearer <token> · Content-Type: application/json
Example Response
{ "tree": [...], "cve_alerts": [{ "package": "lodash", "version": "4.17.20", "cve": "CVE-2021-23337", "severity": "high" }], "risk_score": 7.4 }
POST/fleet/provision
Provisions verified configs across a fleet. Returns a config bundle and scoped deployment token.
Parameters
Body: { "nodes": 12, "tier": 5, "env": "production" }
Headers
Authorization: Bearer <token> · Content-Type: application/json
Example Response
{ "bundle_id": "fb-4kTz...", "config_bundle": [...], "deployment_token": "dt_sk_...", "expires_at": "2026-04-23T14:00:00Z" }
GET/fingerprint/{module_id}
Returns a deterministic build fingerprint. Identical outputs = bit-for-bit identical deployments.
Parameters
module_id — string
Headers
Authorization: Bearer <token>
Example Response
{ "module_id": "mcp-server-builder", "fingerprint": "sha256:a3f7...22c4", "expected_hash": "sha256:a3f7...22c4", "match": true, "build_at": "2026-04-20T09:00:00Z" }
GET/modules
Returns a paginated list of all verified modules. Filter by tier, ecosystem, or risk score.
Parameters
?tier=5&ecosystem=npm&limit=20&offset=0
Headers
Authorization: Bearer <token>
Example Response
{ "modules": [...], "total": 69284, "limit": 20, "offset": 0 }

Who Enterprise is For

Autonomous Fleet Operators

Teams running 10+ agent nodes across cloud or on-prem environments. You need confidence that every module your agents pull is verified before it executes — no exceptions.

Security-Critical Deployments

Financial, healthcare, or infrastructure-adjacent AI systems where a supply-chain compromise has real consequences. Tier 5 verification is a requirement, not a preference.

Multi-Tenant Platforms

You are offering AI-powered features to your own customers. Enterprise API access lets you embed mr.technology verification into your own product without exposing your infrastructure.

Enterprise Compliance Teams

Teams that need audit logs, deterministic deployment records, and SOC2/ISO-aligned verification as part of your compliance posture — accessible via API, not a spreadsheet export.

Enterprise pricing
Custom
Tiered by fleet size and API call volume
API provisioning, dedicated infrastructure, SLA, and compliance documentation included. Billed annually.

Request Access

Tell us about your fleet and we'll respond within 24 hours with provisioning details and pricing.