tollary
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tollaryrun a fit-check on my project before allowing the KMS signer to sign"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
npx tollary fit-check --project .
npx tollary inspect
npx --yes --package tollary tollary-mcpThe 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 and
/api/legal before every purchase.
The npm beta must be selected explicitly with tollary@beta; no latest
release is created by the bootstrap workflow.
Related MCP server: Cloaked MCP Server
Repository layout
packages/tollary— npm CLI and stdio MCP serverdistribution/github-action— local, bounded fit-check action.github/workflows— manual, environment-protected npm/MCP publishingscripts— 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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Trust-minimized USDC escrow for autonomous agent transactions
Pre-spend firewall for AI agents. Approves, blocks, flags transactions against policy rules.
Pre-execution safety layer for autonomous agent wallets via MCP and x402.
Check a Base contract, transaction or web page before you act. Free pricing, paid per call in USDC.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceExposes an EVM wallet to AI agents via MCP, using AWS KMS for HSM-backed signing and a deny-by-default policy engine for secure DeFi transaction approvals.25 npm4MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to make autonomous payments on Solana with on-chain enforced spending limits, preventing unauthorized fund drainage.01MIT
- AlicenseNot gradedqualityBmaintenanceProvides a three-layer payment firewall for AI agents, enabling identity verification, risk screening, and execution authorization with on-chain policy enforcement for secure and auditable transactions.213 npm2MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to propose wallet payments while a local, human-authored policy decides whether each transaction is approved, requires human confirmation, or is refused, and records every decision in a signed, append-only ledger.-