TunaPay TX Classifier
Allows classification of Solana on-chain transactions for tax reporting and compliance.
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., "@TunaPay TX ClassifierClassify Solana transaction 5wHuVGNbNEW9kSNYDhR9e5oU2F7CcgMH3eTJtpNR9oP"
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.
TunaPay TX Classifier
中文简介:TunaPay TX Classifier 是一个基于 MCP (Model Context Protocol) 的 Solana 链上交易分类微服务。 输入交易哈希,自动分析交易类型(转账、Swap、质押、NFT、DeFi 等),生成合规对账和税务分类草稿, 输出 CSV(兼容 TurboTax / CoinTracker)和 JSON 双格式。前 100 次免费,之后 $0.005 USDC/次(x402 协议,Base 链)。
A production-ready MCP microservice that classifies Solana on-chain transactions for tax reporting and compliance. Feed it a transaction hash, get back a structured classification with tax category, compliance flags, and an exportable CSV report.
Input: 5wHu...3xKq (Solana tx signature)
Output: { type: "swap", tax_category: "capital_gain", usd_value_estimate: 1243.50, ... }
+ CSV download (TurboTax / CoinTracker compatible)Features
7 transaction types:
transfer,swap,stake,nft_trade,defi_interaction,token_mint,unknown7 tax categories:
income,capital_gain,capital_loss,gift,self_transfer,fee,not_taxableIRS-aligned: Notice 2014-21, Rev. Rul. 2023-14 (staking rewards)
Compliance flags: large transfers (>$10k), DEX interactions, NFT trades, staking rewards, airdrops
CSV exports: Full audit, CoinTracker format, TurboTax (Form 8949-compatible)
MCP-native: JSON-RPC 2.0 over HTTP — works with Claude, GPT, Cursor, and any MCP client
Freemium: First 100 calls free; paid via x402 (USDC on Base)
Demo fallback: If RPC is unreachable, returns synthetic data clearly marked
demo_mode: true
Related MCP server: taxformatter-mcp-server
Quick Start
1. MCP Configuration (Claude Desktop / Cursor)
{
"mcpServers": {
"tunapay-tx-classifier": {
"url": "https://tunapay-tx-classifier.fly.dev/mcp"
}
}
}Then ask your AI assistant:
"Classify Solana transaction 5wHuVGNbNEW9kSNYDhR9e5oU2F7CcgMH3eTJtpNR9oP"
2. REST API
curl -X POST https://tunapay-tx-classifier.fly.dev/api/v1/classify \
-H "Content-Type: application/json" \
-d '{"tx_hash": "5wHuVGNbNEW9kSNYDhR9e5oU2F7CcgMH3eTJtpNR9oP"}'Deployment
fly launch --name tunapay-tx-classifier --region sjc
fly secrets set WALLET_ADDRESS=0xYourBaseChainAddress
fly secrets set ADMIN_API_KEY=$(python3 -c "import secrets; print(secrets.token_hex(32))")
fly deployLicense
MIT
Built by TaishanDigital | Powered by TunaPay
This server cannot be deployed
Maintenance
Related MCP Connectors
Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.
US tax classification for on-chain transactions: category, treatment, confidence, review flags.
Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools.
Full Solana DeFi coverage: launchpads, tokens, trades, and wallets, decoded at scale.
Related MCP Servers
- FlicenseCqualityDmaintenanceProvides comprehensive analytics for Solana wallets, enabling real-time portfolio insights, cross-protocol DeFi position monitoring, behavioral analytics, and AI-powered investment strategy recommendations across the Solana ecosystem.3-
- AlicenseNot gradedqualityCmaintenanceParse crypto exchange CSVs (Coinbase, Binance, Kraken, +11 more) and bank statement PDFs (Chase, BofA, +11 more) into Koinly, TurboTax, CoinLedger, or ZenLedger formats. Free tier: 25 files/month, no credit card required.3 npmISC
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive analytics and insights for Solana wallets and their DeFi activities, including transaction tracking, DeFi position monitoring, risk profiling, and strategy recommendations.15 npm7MIT
- AlicenseNot gradedqualityBmaintenanceFetches and parses on-chain swap transactions from blockchain wallets for LLM-based analysis, supporting Solana with DEX detection and token classification.MIT