Unto Labs website screenshot

Unto Labs

Unto Labs is the team behind Thru, a high-performance Layer 1 blockchain for ultra-low-latency, ultra-high-throughput applications, built around ThruVM — a novel virtual machine targeting the RISC-V architecture so programs are written in plain C rather than crypto-specific languages. Founded in late 2024 by Jump Crypto / Solana alums and backed by Framework Ventures and Electric Capital, Unto Labs publishes a public gRPC and gRPC-Web API on the Thru Alphanet, protobuf definitions, C/Rust/TypeScript SDKs, a first-party CLI, a hosted Explorer MCP server for AI agents, llms.txt documentation sets, and installable agent skills.

Unto Labs publishes 2 APIs on the APIs.io network. Tagged areas include Company, Crypto, Blockchain, Layer 1, and RISC-V.

Unto Labs’ developer surface includes documentation, getting-started guide, support, changelog, CLI, authentication, sandbox, and 19 more developer resources.

31.8/100 thin ▬ flat Agent 28/100 agent aware library Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
2 APIs 1 MCP Servers
CompanyCryptoBlockchainLayer 1RISC-VVirtual MachinesgRPCWeb3Infrastructure

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/unto-labs: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Thru gRPC API

High-performance proto3 gRPC API (with gRPC-Web for browsers) for the Thru blockchain. QueryService exposes 24 read operations over accounts, blocks, transactions, events, state...

Thru Explorer MCP Server

Official hosted Model Context Protocol server on the Thru block explorer. Exposes eight read-only tools (get_block, get_transaction, get_account, list_account_transactions, list...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Thru Explorer MCP

Official hosted MCP server on the Thru block explorer. Lets AI agents inspect blocks, transactions, accounts, recent activity, search results, and on-chain program ABIs with liv...

MCP SERVER

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Unto Labs Authentication

signature-based · 0 schemes

SECURITY

Unto Labs Domain Security

TLSv1.3 · DMARC

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: unto-labs
name: Unto Labs
description: Unto Labs is the team behind Thru, a high-performance Layer 1 blockchain for ultra-low-latency, ultra-high-throughput
  applications, built around ThruVM — a novel virtual machine targeting the RISC-V architecture so programs are written in
  plain C rather than crypto-specific languages. Founded in late 2024 by Jump Crypto / Solana alums and backed by Framework
  Ventures and Electric Capital, Unto Labs publishes a public gRPC and gRPC-Web API on the Thru Alphanet, protobuf definitions,
  C/Rust/TypeScript SDKs, a first-party CLI, a hosted Explorer MCP server for AI agents, llms.txt documentation sets, and
  installable agent skills.
url: https://raw.githubusercontent.com/api-evangelist/unto-labs/refs/heads/main/apis.yml
deliveryModel:
  model: library
  open_source: false
  commercial: false
  callable_host: false
  label: Library · distributed through package registries, no callable service
  confidence: low
  source:
  - none
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://github.com/Unto-Labs.png
x-type: company
x-source: vc-portfolio
x-backed-by:
- electric-capital
x-tier: enriched
x-tier-reason: portfolio-lead
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 33
  pass: local-v1
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- Company
- Crypto
- Blockchain
- Layer 1
- RISC-V
- Virtual Machines
- gRPC
- Web3
- Infrastructure
apis:
- name: Thru gRPC API
  description: High-performance proto3 gRPC API (with gRPC-Web for browsers) for the Thru blockchain. QueryService exposes
    24 read operations over accounts, blocks, transactions, events, state proofs, and node status; CommandService submits
    transactions; StreamingService provides 8 real-time streams (blocks, account updates, transactions, events, height, slot
    metrics, node records); DebugService supports re-execution.
  humanURL: https://thru.org/docs/api-ref/grpc/overview/
  baseURL: https://rpc.alphanet.thru.org
  tags:
  - Blockchain
  - gRPC
  - Streaming
  properties:
  - type: APIReference
    url: https://thru.org/docs/api-ref/grpc/overview/
  - type: Protobuf
    name: QueryService
    url: grpc/unto-labs-query-service.proto
  - type: Protobuf
    name: CommandService
    url: grpc/unto-labs-command-service.proto
  - type: Protobuf
    name: StreamingService
    url: grpc/unto-labs-streaming-service.proto
  - type: Protobuf
    name: DebugService
    url: grpc/unto-labs-debug-service.proto
  - type: ErrorCatalog
    url: errors/unto-labs-error-codes.yml
- name: Thru Explorer MCP Server
  description: Official hosted Model Context Protocol server on the Thru block explorer. Exposes eight read-only tools (get_block,
    get_transaction, get_account, list_account_transactions, list_recent_blocks, list_recent_transactions, search, get_program_abi)
    returning LLM-oriented output, with an optional ?rpc= override to target other networks.
  humanURL: https://thru.org/docs/api-ref/explorer-mcp/overview/
  baseURL: https://scan.thru.org/api/mcp
  tags:
  - MCP
  - Blockchain
  - Agents
  properties:
  - type: APIReference
    url: https://thru.org/docs/api-ref/explorer-mcp/tools-reference/
  - type: MCPServer
    url: mcp/unto-labs-mcp.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/unto-labs-domain-security.yml
- type: Website
  url: https://untolabs.com/
- type: ProductWebsite
  url: https://thru.org/
- type: DeveloperPortal
  url: https://thru.org/docs
- type: Documentation
  url: https://docs.thru.org
- type: GettingStarted
  url: https://thru.org/docs/program-development/setting-up-thru-devkit
- type: GitHubOrganization
  url: https://github.com/Unto-Labs
- type: Support
  url: https://t.me/thruxyz
- type: XAccount
  url: https://x.com/thru_xyz
- type: Careers
  url: https://jobs.ashbyhq.com/unto-labs
- type: StatusPage
  url: https://status.thru.org
- type: ChangeLog
  url: changelog/unto-labs-changelog.yml
- type: LLMsTxt
  url: llms/unto-labs-llms.txt
- type: MCPServer
  url: mcp/unto-labs-mcp.yml
- type: Packages
  url: packages/unto-labs-packages.yml
- type: SDKs
  url: packages/unto-labs-packages.yml
- type: CLI
  url: cli/unto-labs-cli.yml
- type: ErrorCatalog
  url: errors/unto-labs-error-codes.yml
- type: Conventions
  url: conventions/unto-labs-conventions.yml
- type: Lifecycle
  url: lifecycle/unto-labs-lifecycle.yml
- type: Authentication
  url: authentication/unto-labs-authentication.yml
- type: Sandbox
  url: sandbox/unto-labs-sandbox.yml
- type: Conformance
  url: conformance/unto-labs-conformance.yml
- type: Components
  url: components/unto-labs-components.yml
- type: DataModel
  url: data-model/unto-labs-data-model.yml
- type: AgentSkill
  url: skills/_index.yml

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/unto-labs"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/unto-labs/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/unto-labs/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.