taxsort_report_api_usage
ActiveTool of io.github.lonniev/taxsort-mcp
declared in 3.2.3
Report Anthropic API usage from FE classification for cost tracking.
Parameters schema
{
"type": "object",
"required": [
"session_id",
"calls",
"input_tokens",
"output_tokens"
],
"properties": {
"npub": {
"type": "string",
"default": "",
"description": "Required. Your Nostr public key (npub1...) for credit billing."
},
"calls": {
"type": "integer"
},
"model": {
"type": "string",
"default": ""
},
"dpop_token": {
"type": "string",
"default": ""
},
"session_id": {
"type": "string"
},
"input_tokens": {
"type": "integer"
},
"output_tokens": {
"type": "integer"
}
},
"additionalProperties": false
}Parent server
io.github.lonniev/taxsort-mcp
https://github.com/lonniev/taxsort-mcp
1/7 registries