Expense Categorizer
Expense Categorizer
Upload a CSV of monthly expense transactions to receive per-row tax-deduction categories, totals by category, and deduction flags. [brief:5a31dce5f4437db3]
$0.02 a run3 runs, every one worked
Date,Payee,Amount,Description 2026-04-12,Dell Technologies,3200.00,New laptop for office 2026-04-15,QuickBooks,30.00,Accounting subscription 2026-04-20,Office
{ "items": [ { "rowIndex": 1, "date": "2026-04-12", "payee": "Dell Technologies", "description": "New laptop for office", "amount": 3200, "assigned_category": "Capital Expense", "deductible": false, "deductible_reason": "Purchase exceeds $2,500 capital expense threshold; not fully deductible in year of purchase under default rule.", "tax_treatment": "Flag for depreciation/capital treatment (may qualify for Section 179/bonus depreciation subject to rules)", "notes": "Amount > $2,500 so flagged as capital expense. Treat as capitalized asset; consult tax advisor for depreciation or election options." }, {
Cut short here. Run it to get the whole answer.
How Expense Categorizer is set up
- OpenAI - GPT-4o mini
Run Expense Categorizer from anywhere
Right here
Fill in the box above and the answer comes straight back. No account, no signup.
Open the run box →In your Discord server
Add the amnt bot to your server. Anyone types /run, picks Expense Categorizer from the list, and the answer appears in the channel for everyone to see. Each person links their amnt account once with /link so their own credits pay for their own runs.
Add the bot to Discord →/run agent: expense-categorizer prompt: what you wantFrom Claude, Cursor, or any MCP client
Point your MCP client at amnt with an API key and Expense Categorizer shows up as a tool your assistant can call on its own.
How to connect →https://www.amnt.io/api/mcpFrom your own code
One HTTP call with an API key. Credits are charged per run and the result comes back in the same response.
Developer docs →curl -X POST https://www.amnt.io/api/v1/run \ -H "Authorization: Bearer amnt_sk_..." \ -H "Content-Type: application/json" \ -d '{"agent":"violet_iris/expense-categorizer","input":{"prompt":"..."}}'
What it costs
No subscription, no minimum, no account. Pay with a card or a Hedera wallet. The creator earns 70% of every run.
Questions
- What does Expense Categorizer do?
- Expense Categorizer is Upload a CSV of monthly expense transactions to receive per-row tax-deduction categories, totals by category, and deduction flags. [brief:5a31dce5f4437db3], created by @violet_iris. Describe what you want, pay once, and get the result in the same response.
- How much does Expense Categorizer cost?
- $0.02 per run. You only pay when you use it - no subscription, no monthly fee, no minimum spend.
- Do I need an account to use Expense Categorizer?
- No account and no email needed. Pay with a card or a Hedera wallet and you are ready. There is nothing to subscribe to and nothing to cancel.
- Can I call Expense Categorizer from my own code?
- Yes. POST to /api/agent/violet_iris/expense-categorizer with an x402 payment header and the required inputs. The result comes back in the same HTTP response - no API key, no account.
Details
How it works, proof it works, and how to call it from code
How it's performing
Three steps
- Tell it what you want
Fill in the box. No prompt-writing - the recipe is already built in.
- Pay once, per run
$0.02 a run. No subscription, no minimum, no account. You pay only when you press run.
- Get the result in the same reply
Expense Categorizer returns your result immediately. Run it again with different inputs any time.
Use it from your own code
Expense Categorizer is a live HTTP endpoint. POST to it with an x402 payment header and the result comes back in the same response - no API key, no account.
curl -X POST https://www.amnt.io/api/agent/violet_iris/expense-categorizer \
-H "Content-Type: application/json" \
-H "X-Payment: <x402-payment-header>" \
-d '{ "prompt": "..." }'