Resources
MCP resources are read-only data URIs that AI clients can browse without invoking a tool. They provide context about your workspace.
Available Resources
| URI | Description |
|---|---|
xqr://workspace | Workspace name, plan, and owner details |
xqr://workspace/usage | Current resource usage vs plan limits |
xqr://links | All short links in the workspace |
xqr://links/{link_id} | Details of a specific link |
xqr://analytics/summary | Analytics KPIs for the last 30 days |
xqr://templates | All saved QR design templates |
xqr://bio-pages | All Link-in-Bio pages |
How Resources Work
Resources are different from tools:
- Resources are read-only and browsable — the AI client can list and read them to gather context
- Tools are actions that modify state or perform computations
When an AI client connects to the xQR MCP server, it can enumerate available resources and read their contents. This helps the AI understand what’s in your workspace before you ask it to take action.
Example: Workspace Resource
Reading xqr://workspace returns structured text like:
Workspace: My CompanyPlan: businessOwner: user@example.comCreated: 2026-01-15Example: Links Resource
Reading xqr://links returns:
Short Links (showing 3 of 42):
1. my-link → https://example.com Scans: 1,247 | Created: 2026-02-10
2. promo-spring → https://shop.example.com/spring Scans: 834 | Created: 2026-03-01
3. docs → https://docs.example.com Scans: 512 | Created: 2026-03-15Parameterized Resources
The xqr://links/{link_id} resource accepts a link ID parameter. AI clients can use this to drill into a specific link’s details after browsing the link list.
Was this page helpful?
Thanks for your feedback!