You're viewing a demo portfolio

Join the waitlist
PRSM

taxsort_get_transactions_paged

Active

Tool of io.github.lonniev/taxsort-mcp

declared in 3.2.3

Server-side filtered, grouped, sorted, paginated transactions. group_sort controls the order of groups (A-Z vs Z-A). sort_col + sort_dir control row order within each group. When group_by='none', only sort_col + sort_dir apply.

Parameters schema

{
  "type": "object",
  "required": [
    "session_id"
  ],
  "properties": {
    "npub": {
      "type": "string",
      "default": "",
      "description": "Required. Your Nostr public key (npub1...) for credit billing."
    },
    "page": {
      "type": "integer",
      "default": 0
    },
    "month": {
      "type": "string",
      "default": ""
    },
    "search": {
      "type": "string",
      "default": ""
    },
    "account": {
      "type": "string",
      "default": ""
    },
    "category": {
      "type": "string",
      "default": ""
    },
    "group_by": {
      "type": "string",
      "default": "none"
    },
    "sort_col": {
      "type": "string",
      "default": "date"
    },
    "sort_dir": {
      "type": "string",
      "default": "asc"
    },
    "page_size": {
      "type": "integer",
      "default": 200
    },
    "dpop_token": {
      "type": "string",
      "default": ""
    },
    "group_sort": {
      "type": "string",
      "default": "asc"
    },
    "session_id": {
      "type": "string"
    },
    "subcategory": {
      "type": "string",
      "default": ""
    },
    "classified_only": {
      "type": "boolean",
      "default": false
    },
    "unclassified_only": {
      "type": "boolean",
      "default": false
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.lonniev/taxsort-mcp

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

1/7 registries
View full server →