🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tx402-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tx402-mcp

MCP server for Algorand transaction, atomic-group, batch, and account-activity explanations paid per call with x402.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

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_transaction
  • explain_algorand_atomic_group
  • explain_algorand_transaction_batch
  • summarize_algorand_account_activity

Run

npx tx402-mcp

The 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-mcp

The 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

Keywords

mcp

FAQs

Package last updated on 03 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts