taxsort_get_transactions
ActiveTool of io.github.lonniev/taxsort-mcp
Get transactions for a session with optional filters. Returns raw transactions LEFT JOINed with their classifications. Use unclassified_only=true to fetch pages of transactions needing classification by the FE. Use date_from/date_to for date range queries.
Parameters schema
{
"type": "object",
"required": [
"session_id"
],
"properties": {
"npub": {
"type": "string",
"default": "",
"description": "Required. Your Nostr public key (npub1...) for credit billing."
},
"limit": {
"type": "integer",
"default": 200
},
"month": {
"type": "string",
"default": ""
},
"offset": {
"type": "integer",
"default": 0
},
"search": {
"type": "string",
"default": ""
},
"account": {
"type": "string",
"default": ""
},
"date_to": {
"type": "string",
"default": ""
},
"category": {
"type": "string",
"default": ""
},
"date_from": {
"type": "string",
"default": ""
},
"dpop_token": {
"type": "string",
"default": ""
},
"session_id": {
"type": "string"
},
"subcategory": {
"type": "string",
"default": ""
},
"unclassified_only": {
"type": "boolean",
"default": false
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.lonniev/taxsort-mcp
https://github.com/lonniev/taxsort-mcp
1/7 registries