thinkneo_check_spend
ActiveTool of ThinkNEO MCP Server
declared in 1.28.0
Check AI spend summary for a workspace, team, or project. Returns real cost breakdown by provider, model, and time period from the ThinkNEO AI gateway.
Parameters schema
{
"type": "object",
"title": "thinkneo_check_spendArguments",
"properties": {
"period": {
"type": "string",
"title": "Period",
"default": "this-month",
"description": "Time period: today, this-week, this-month, last-month"
},
"group_by": {
"type": "string",
"title": "Group By",
"default": "provider",
"description": "Group costs by: provider, model, team, or project"
},
"workspace": {
"type": "string",
"title": "Workspace",
"default": "default",
"description": "Workspace name or ID"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries