← qrblox.com

INDIVIDUAL MCP TOOL

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.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.qrblox.com/mcp/v1

No auth detected

Connect to this endpoint to inspect the live schema for qrblox.voice_agent.register and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

qrblox.com

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://api.qrblox.com/mcp/v1"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "qrblox-mcp": {
      "type": "http",
      "url": "https://api.qrblox.com/mcp/v1"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: qrblox-mcp
Remote MCP URL: https://api.qrblox.com/mcp/v1

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://api.qrblox.com/mcp/v1"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "qrblox-mcp": {
      "type": "http",
      "url": "https://api.qrblox.com/mcp/v1"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "qrblox-mcp",
  "transport": "streamable-http",
  "url": "https://api.qrblox.com/mcp/v1"
}
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.merchant.get_profile — Get the merchant workspace attached to this user or API key.
  • 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.