tx402-mcp
v0.2.0
Published
MCP server for Algorand transaction, atomic-group, batch, and account-activity explanations paid per call with x402.
Maintainers
Readme
tx402 MCP
Use tx402 from any MCP-compatible AI client to explain Algorand transactions, complete atomic groups, transaction batches, and recent account activity.
Tools:
explain_algorand_transactionexplain_algorand_atomic_groupexplain_algorand_transaction_batchsummarize_algorand_account_activity
Run
npx tx402-mcpThe safe default does not spend funds. When the paid API returns HTTP 402, the tool returns the payment requirements to the agent.
To let the MCP client pay from a local wallet, configure a funded Algorand wallet file and explicitly enable Mainnet spending:
$env:TX402_MCP_ENABLE_PAYMENTS="1"
$env:BUYER_WALLET_FILE="C:\path\to\buyer-wallet.json"
$env:CONFIRM_MAINNET_PAYMENT="1"
npx tx402-mcpThe wallet file stays local. tx402 never receives its mnemonic or private key; the MCP process signs the x402 payment client-side.
Service: https://tx402-production.up.railway.app
Source: https://github.com/Mahesvannan/tx402
