taxsort_set_account_type
ActiveTool of io.github.lonniev/taxsort-mcp
declared in 3.2.3
Set an account's type: bank (checking/savings), card (credit/debit), investment, or loan.
Parameters schema
{
"type": "object",
"required": [
"session_id",
"account_name",
"account_type"
],
"properties": {
"npub": {
"type": "string",
"default": "",
"description": "Required. Your Nostr public key (npub1...) for credit billing."
},
"dpop_token": {
"type": "string",
"default": ""
},
"session_id": {
"type": "string"
},
"account_name": {
"type": "string"
},
"account_type": {
"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