taxsort_get_amount_neighbors
ActiveTool of io.github.lonniev/taxsort-mcp
declared in 3.2.3
Fetch transactions with the same amount within ±days of a date. Used by the classifier to detect duplicates from overlapping CSV imports.
Parameters schema
{
"type": "object",
"required": [
"session_id",
"amount",
"date"
],
"properties": {
"date": {
"type": "string"
},
"days": {
"type": "integer",
"default": 14
},
"npub": {
"type": "string",
"default": "",
"description": "Required. Your Nostr public key (npub1...) for credit billing."
},
"amount": {
"type": "number"
},
"dpop_token": {
"type": "string",
"default": ""
},
"exclude_id": {
"type": "string",
"default": ""
},
"session_id": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.lonniev/taxsort-mcp
https://github.com/lonniev/taxsort-mcp
1/7 registries