Back to the catalog

Tollary Agent Transaction Guard

Local fit-check and safe integration guidance for non-custodial Base USDC agent transactions.

Open source Open in the app JSON README (API)

About

Local fit-check and safe integration guidance for non-custodial Base USDC agent transactions.

Details

Kind
MCP servers
Topic
Finance & crypto
Publisher
kr.p-e.tollary
Origin
official
Category
ferramentas
Transport
local
Version
0.1.0
Last push
2026-08-31T13:27:39Z
Repository state
ativo
Language
JavaScript
License
MIT
Added
2026-08-30 13:01:03
Updated
2026-08-30 13:01:03
Origin id
kr.p-e.tollary/agent-transaction-guard

README

# Tollary

> **Experimental beta — Base Sepolia testnet only.** No transaction-safety,
> recipient-identity, legal-compliance, settlement, or loss-prevention
> guarantee is made. Base Mainnet sales are disabled.

Tollary is a non-custodial Agent Transaction Guard for autonomous Base USDC
payments. It checks an exact, owner-mandated transaction immediately before a
customer-owned AWS KMS signer can sign it.

This repository contains the open-source local fit-check/MCP client, immutable
publication metadata, and guarded npm/MCP release workflows. It does **not**
contain customer keys, payment credentials, hosted-service state, or private
backend operations.

## Try the client

```sh
npx tollary fit-check --project .
npx tollary inspect
npx --yes --package tollary tollary-mcp
```

The client never accepts a raw wallet or AWS private key. The fit check is
local and skips credentials, dependencies, vendor directories, and build
output. Inspect mode reads only Tollary's public metadata endpoints.

The hosted service currently exposes Base Sepolia testnet payment terms only.
A published package does not mean that Base Mainnet sales are active. Check
[`/api/readiness`](https://tollary.p-e.kr/api/readiness) and
[`/api/legal`](https://tollary.p-e.kr/api/legal) before every purchase.
The npm beta must be selected explicitly with `tollary@beta`; no `latest`
release is created by the bootstrap workflow.

## Repository layout

- `packages/tollary` — npm CLI and stdio MCP server
- `distribution/github-action` — local, bounded fit-check action
- `.github/workflows` — manual, environment-protected npm/MCP publishing
- `scripts` — fail-closed publication and namespace validation

The local client is MIT-licensed. Tollary's hosted API, service logic,
trademarks, and commercial output are not granted under that license.

More