Tool reference · open
subscription_status
Subscription status
Report the tiers of this MCP server and — from the `key` argument or the same `Authorization` header the gated tools read — that key's tier, status and month-to-date usage. This is the authoritative answer to "am I connected, and what do I have".
Call it
curl -X POST https://shpbl.com/api/public/v1/tools/subscription_status \
-H 'content-type: application/json' \
-H 'authorization: Bearer shpbl_mcp_…' \
-d '{}'Same handler over MCP. The free lane needs no key; a Practitioner key is what keeps a run.
Optional arguments
key
Optional SHPBL subscription key. Omit it if your client sends the key as a request header.