taxsort_import_csv
ActiveTool of io.github.lonniev/taxsort-mcp
declared in 3.2.3
Import a CSV file into a session. Content is the raw CSV text. Optional account_name overrides the filename-derived account.
Parameters schema
{
"type": "object",
"required": [
"session_id",
"content",
"filename"
],
"properties": {
"npub": {
"type": "string",
"default": "",
"description": "Required. Your Nostr public key (npub1...) for credit billing."
},
"content": {
"type": "string"
},
"filename": {
"type": "string"
},
"dpop_token": {
"type": "string",
"default": ""
},
"session_id": {
"type": "string"
},
"account_name": {
"type": "string",
"default": ""
}
},
"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