← qrblox.com
INDIVIDUAL MCP TOOL
qrblox.merchant.get_profile
Get the merchant workspace attached to this user or API key.
LIVE ENDPOINT
https://app.qrblox.com/api/mcp
Connect to this endpoint to inspect the live schema for qrblox.merchant.get_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.qrblox-mcp]
url = "https://app.qrblox.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"qrblox-mcp": {
"type": "http",
"url": "https://app.qrblox.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: qrblox-mcp
Remote MCP URL: https://app.qrblox.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"qrblox-mcp": {
"url": "https://app.qrblox.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"qrblox-mcp": {
"type": "http",
"url": "https://app.qrblox.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "qrblox-mcp",
"transport": "streamable-http",
"url": "https://app.qrblox.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
qrblox.ping— Confirm that the Qrblox MCP server is reachable for the authenticated merchant.qrblox.voice_agent.lookup— Look up a business in the Qrblox Voice Agent Phone Book by website domain — returns their confirmed AI voice agent phone number if registered.qrblox.voice_agent.register— Register a business's AI voice agent phone number and domain in the Qrblox Voice Agent Phone Book directory (free; creates a backlink page at qrblox.com/d/<domain> once approved).qrblox.qr.list— List recent QR codes for the merchant.qrblox.qr.create— Create a finished QR code: returns a hosted PNG (qrImageUrl) plus, for dynamic codes, a qrb.dev dynamic link you can re-point later.qrblox.qr.update— Edit an existing QR code: re-point the destination URL (dynamic codes redirect immediately, no reprint), change the scan sound, or rename it.qrblox.qr.get_analytics— Per-code scan report from the Qrblox analytics pipeline: total scans, daily counts, and every scan with date and city/state.qrblox.audio.create— Create a draft audio code payload that can later be published as a near-ultrasonic sharing experience.