Tari website screenshot

Tari

Tari is an open-source, proof-of-work blockchain protocol designed to be private by default (confidential transactions) and accessible to everyday users. Its Tari Universe application lets people mine XTM tokens by contributing compute, and the protocol has grown to hundreds of thousands of active miners. For developers, exchanges, and dApp builders, Tari exposes self-hosted Base Node and Wallet interfaces over gRPC (proto3, package tari.rpc): the Base Node service queries headers, blocks, mempool, network constants, block templates for miners, and PayRef payment-reference lookups, while the Wallet service handles balances, transfers, fee estimation, one-sided and atomic-swap transactions, transaction history, and a live transaction-event stream. A Layer-2 (Ootle) adds smart-contract templates via the tari-cli. Official TypeScript SDKs (tari.js, typescript-bindings, wallet JSON-RPC client) and Rust crates support integration. Tari is backed by Canaan Partners, Multicoin Capital, Pantera Capital, and Trinity Ventures.

Tari publishes 1 API on the APIs.io network. Tagged areas include Company, Blockchain, Cryptocurrency, Protocol, and gRPC.

Tari’s developer surface includes documentation, getting-started guide, engineering blog, changelog, CLI, and 13 more developer resources.

24.4/100 emerging ▬ flat Agent 13/100 agent aware library Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
CompanyBlockchainCryptocurrencyProtocolgRPCWalletsMiningPrivacyWeb3

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Regulatory Posture applies to this provider. Its tags matched the Payments regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
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.
The six quality facets above are damped to 85 points between them, because the conditional facet above carries the other 15. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 85% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
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/tari: 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 1

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

Tari Base Node & Wallet gRPC

Self-hosted gRPC interfaces (proto3, package tari.rpc) to a Tari base node and wallet, for querying the chain and controlling a wallet. Servers run locally on the operator's nod...

Security Posture 1

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

Tari Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Resources

Get Started 2

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 3

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: tari
name: Tari
description: 'Tari is an open-source, proof-of-work blockchain protocol designed to be private by default (confidential transactions)
  and accessible to everyday users. Its Tari Universe application lets people mine XTM tokens by contributing compute, and
  the protocol has grown to hundreds of thousands of active miners. For developers, exchanges, and dApp builders, Tari exposes
  self-hosted Base Node and Wallet interfaces over gRPC (proto3, package tari.rpc): the Base Node service queries headers,
  blocks, mempool, network constants, block templates for miners, and PayRef payment-reference lookups, while the Wallet service
  handles balances, transfers, fee estimation, one-sided and atomic-swap transactions, transaction history, and a live transaction-event
  stream. A Layer-2 (Ootle) adds smart-contract templates via the tari-cli. Official TypeScript SDKs (tari.js, typescript-bindings,
  wallet JSON-RPC client) and Rust crates support integration. Tari is backed by Canaan Partners, Multicoin Capital, Pantera
  Capital, and Trinity Ventures.'
url: https://raw.githubusercontent.com/api-evangelist/tari/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- canaan-partners
- multicoin-capital
- pantera-capital
- trinity-ventures
x-tier: stub
x-tier-reason: portfolio-lead
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: []
  generated: '2026-07-22'
  method: derived
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-21'
image: https://tari.com/favicon.ico
tags:
- Company
- Blockchain
- Cryptocurrency
- Protocol
- gRPC
- Wallets
- Mining
- Privacy
- Web3
tags_raw:
- Company
- Blockchain
- Cryptocurrency
- Protocol
- gRPC
- Wallet
- Mining
- Privacy
- Web3
apis:
- name: Tari Base Node & Wallet gRPC
  description: Self-hosted gRPC interfaces (proto3, package tari.rpc) to a Tari base node and wallet, for querying the chain
    and controlling a wallet. Servers run locally on the operator's node rather than at a single hosted public endpoint.
  humanURL: https://tari.com/integration-guide
  baseURL: https://rfc.tari.com/
  properties:
  - type: Protobuf
    name: Base Node service
    url: grpc/tari-base_node.proto
  - type: Protobuf
    name: Wallet service
    url: grpc/tari-wallet.proto
  - type: Protobuf
    name: Types
    url: grpc/tari-types.proto
  - type: Protobuf
    name: Transaction
    url: grpc/tari-transaction.proto
  - type: Protobuf
    name: Block
    url: grpc/tari-block.proto
  - type: Protobuf
    name: Network
    url: grpc/tari-network.proto
  - type: Protobuf
    name: P2Pool
    url: grpc/tari-p2pool.proto
  - type: Protobuf
    name: Sidechain types
    url: grpc/tari-sidechain_types.proto
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://tari.com
- type: DeveloperPortal
  url: https://rfc.tari.com/
- type: Documentation
  url: https://rfc.tari.com/
- type: GettingStarted
  url: https://tari.com/integration-guide
- type: GitHubOrganization
  url: https://github.com/tari-project
- type: Blog
  url: https://tari.com/updates
- type: ChangeLog
  url: https://github.com/tari-project/tari/releases
- type: Protobuf
  name: gRPC service index
  url: grpc/_index.yml
- type: Packages
  url: packages/tari-packages.yml
- type: SDKs
  url: packages/tari-packages.yml
- type: CLI
  url: cli/tari-cli.yml
- type: X-MCPServerCandidate
  url: mcp/tari-mcp.yml
  note: 'Renamed from MCPServer 2026-09-03 (roadmap#247): the manifest self-describes as status: candidate — a tool list derived
    from the published API contracts, not an existing server. The scorer already read the manifest and reported mcp_server
    correctly; the MCPServer type was crediting the artifact-type surfaces with a server that does not exist.'
- type: LLMsTxt
  url: llms/tari-llms.txt
- type: Conformance
  url: conformance/tari-conformance.yml
- type: Conventions
  url: conventions/tari-conventions.yml
- type: Lifecycle
  url: lifecycle/tari-lifecycle.yml
- type: DomainSecurity
  url: security/tari-domain-security.yml
- type: WellKnown
  url: well-known/tari-well-known.yml
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 18
  pass: local-v1

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/tari"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/tari/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/tari/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.