You're viewing a demo portfolio

Join the waitlist
PRSM

taxsort_get_transactions

Active

Tool of io.github.lonniev/taxsort-mcp

declared in 3.2.3

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.lonniev/taxsort-mcp

https://github.com/lonniev/taxsort-mcp

1/7 registries
View full server →
taxsort_get_transactions — io.github.lonniev/taxsort-mcp — PRSM MCP