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
| Plan | Queries/mo | Nodes/mo |
|---|---|---|
| Free | 3,000 | 3,000 |
| Basic | 25,000 | 25,000 |
| Pro | 100,000 | 100,000 |
| Business | 500,000 | 500,000 |
| Enterprise | Custom | Custom |
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
| Endpoint | Method | Description |
|---|---|---|
/v1/usage | GET | Current period usage |
/v1/usage/history | GET | Daily usage snapshots |
Authenticate with a Bearer API key or OAuth token.