Billing

Usage

How queries and nodes are counted and tracked

Usage

What counts as a query

Every tools/call request to the MCP endpoint counts as one query, regardless of which tool is called. tools/list does not count.

REST API calls to /api/v1/memory/* invoke the same tool handlers as MCP (Bearer API key), so each call counts toward your monthly query limit the same way as tools/call.

What counts as a node

Every node stored in your memory graph counts toward your monthly node limit. This includes nodes created by hm_store, hm_ingest, hm_upload_file, and nodes created automatically during enrichment.

Viewing usage

Go to app.hypermemory.io/usage to see:

  • Current period query count vs plan limit
  • Current period node count vs plan limit
  • Daily usage breakdown

Monthly limits

PlanQueries/moNodes/mo
Free3,0003,000
Basic25,00025,000
Pro100,000100,000
Business500,000500,000
EnterpriseCustomCustom

Overages

  • Free: hard limit — queries stop at 3,000. No overages.
  • Basic: $0.70 per 1,000 additional queries/nodes.
  • Pro: $0.25 per 1,000 additional queries/nodes.
  • Business: $0.12 per 1,000 additional queries/nodes.
  • Enterprise: custom limits.

REST API usage endpoints

EndpointMethodDescription
/v1/usageGETCurrent period usage
/v1/usage/historyGETDaily usage snapshots

Authenticate with a Bearer API key or OAuth token.