AgentTax
About
Tax compliance tools for AI agent transactions — calculate US sales tax across 51 jurisdictions, track capital gains (FIFO/LIFO), monitor economic nexus, and generate 1099 reports. Built for autonomous AI-to-AI commerce.
Details
- Author
- agenttax
- Categories
- Cloud Service, Finance, Security, AI
Jump to
Setup
Install AgentTax in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/agenttax/agenttax-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Tax compliance for MCP tool developers and AI agents, powered byAgentTax.
If you build MCP tools that charge for usage, you have sales tax obligations in states where your buyers are located. Most payment processors don't handle this correctly for digital services.
Add AgentTax to your MCP setup and calltrack_paymentafter every payment. That's it.
{ "mcpServers": { "agenttax": { "command": "npx", "args": ["@agenttax/mcp-server"], "env": { "AGENTTAX_API_KEY": "atx_live_your_key" } } } }
track_payment({ amount: 49.00, buyer_state: "TX", buyer_zip: "78701", description: "MCP API access — monthly subscription", payment_id: "pi_stripe_abc123", source: "stripe" })
Returns your tax liability, compliance status, and logs it to your account. All transactions are viewable in yourAgentTax dashboard.
For fully automatic tax tracking without calling any tool manually, point your Stripe webhook to AgentTax:
- InStripe Dashboard → Developers → Webhooks, add an endpoint:
https://agenttax.io/api/v1/webhooks/stripe?key=atx_live_YOUR_KEY
Every payment is automatically classified, taxed, and logged. No code changes required.
Requires a billing address on the Stripe payment. Enable full address collection in your Stripe Checkout settings.
claude mcp add agenttax -- npx @agenttax/mcp-server export AGENTTAX_API_KEY=atx_live_your_key
{ "mcpServers": { "agenttax": { "command": "npx", "args": ["@agenttax/mcp-server"], "env": { "AGENTTAX_API_KEY": "atx_live_your_key" } } } }
Demo mode works without a key (50 calls/day, no account required).
Track a payment you received and calculate your sales tax liability. The primary tool for MCP tool developers.
track_payment({ amount: 49.00, buyer_state: "TX", buyer_zip: "78701", description: "MCP tool subscription", payment_id: "pi_stripe_abc123", source: "stripe" })
{ "payment_tracked": true, "amount": 49.00, "buyer_state": "TX", "tax_owed": 4.04, "tax_rate": 0.0825, "taxable": true, "work_type": "content", "transaction_id": "atx_...", "compliance_note": "$4.04 sales tax owed to TX. Remit to the state DOR." }
Transaction classification is automatic. Setdescriptionto what you sold for best results, or pass an explicitwork_typevia the Stripe metadata field.
Full tax calculation with complete audit trail. Use this when you need jurisdiction details, confidence scoring, and advisories.
calculate_tax({ role: "seller", amount: 500, buyer_state: "TX", buyer_zip: "78701", transaction_type: "saas", work_type: "content", counterparty_id: "customer-abc", is_b2b: false })
Log a buy or sell for capital gains tracking.
log_trade({ asset_symbol: "COMPUTE", trade_type: "buy", quantity: 100, price_per_unit: 12.50 })
Sell trades return realized gain/loss with cost basis (FIFO, LIFO, or Specific ID).
Get tax rates for all 51 US jurisdictions or a single state.
get_rates({ state: "TX", explain: true })
Set which states you have economic nexus in. Required for sellers to get non-zero tax results.
configure_nexus({ nexus: { TX: { hasNexus: true, reason: "Economic nexus" }, NY: { hasNexus: true, reason: "Physical presence" } } })
Check API health and available endpoints.
curl -X POST https://agenttax.io/api/v1/auth/signup \ -H "Content-Type: application/json" \ -d '{"email": "you@example.com", "password": "securepass", "agent_name": "my-mcp-server"}'
Save theapi_key.keyfrom the response — it's only shown once.
Attested healthcare-finance MCP. Scan medical bills, estimate appeal probability, generate state-specific appeal letters, benchmark commercial rates, look up ICD-10/CPT/NPI/DEA. Every response Ed25519-signed so LLMs can cite + verify.
Open-source tax skills for AI across 134 countries — VAT/GST, income tax, social contributions. pip install openaccountants-mcp
AI-powered regulatory compliance checking for financial marketing content across multiple jurisdictions.
A read-only server to query live TaxJar data, powered by the CData JDBC Driver.
Cryptographic action verification and hash-chained audit trails for AI agents
Real-time A-share market signal engine — Phi/Delta/Chi indicators, phase detection, cross-market resonance via MCP. Built for AI agents making investment decisions.
Landau-Ginzburg market phase transition signals for financial markets. Agent-first MCP with x402 micropayment. Real-time HS300/BTC phase classification (SOLID/LIQUID/CRITICAL), SoTI sensing, daily briefings.
Institutional research and manager diligence reports on hedge funds, venture capital and private equity managers. Summary of filings, personnel changes, media screening and social signals delivered to you in minutes.
Cited compliance, legal & security intelligence for AI agents — 300+ law, regulation and standards corpora (GDPR, NIS2, AI Act, DORA) with article-level citations, plus live CVE/KEV/EPSS vulnerability context. OAuth remote server, free tier
Coinrule Agentic Trading MCP enables investors to create, backtest, execute, and manage trading agents through natural language across stocks, crypto and ETFs
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
