Skip to content

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

URIDescription
xqr://workspaceWorkspace name, plan, and owner details
xqr://workspace/usageCurrent resource usage vs plan limits
xqr://linksAll short links in the workspace
xqr://links/{link_id}Details of a specific link
xqr://analytics/summaryAnalytics KPIs for the last 30 days
xqr://templatesAll saved QR design templates
xqr://bio-pagesAll 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 Company
Plan: business
Owner: user@example.com
Created: 2026-01-15

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-15

Parameterized 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?