Skip to main content

account_status

utility

Return the caller's Convert Fleet plan (free/premium/enterprise) and remaining credits for the current period.

When to use
Checking the plan, the credits left in this period and the maximum size of a single file — do this BEFORE uploading something large, and when a call fails with -32001 so you can say whether it was the key or the quota.
Not for
Anything about a file.
Returns
Plan name, tier, usage, limit, credits remaining and the per-file size cap for API calls.

Example call

JSON-RPC tools/call body (sent to https://convertfleet.com/api/mcp):

{
  "jsonrpc": "2.0", "id": 1, "method": "tools/call",
  "params": { "name": "account_status", "arguments": {} }
}

Connect first

curl -sN https://convertfleet.com/api/mcp \
  -H "Authorization: Bearer flt_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

See the quickstarts for Hermes, Claude, Cursor, OpenClaw, n8n, Zapier and Make.