← ziyarex.com

INDIVIDUAL MCP TOOL

update_dynamic_qr

Retarget, rename, pause or set an expiry on a dynamic code.

ziyarex.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ziyarex.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_dynamic_qr 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

ziyarex.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.ziyarex]
url = "https://ziyarex.com/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: ziyarex
Remote MCP URL: https://ziyarex.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": {
    "ziyarex": {
      "url": "https://ziyarex.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "ziyarex",
  "transport": "streamable-http",
  "url": "https://ziyarex.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • create_app_link — Make one short link that sends each visitor to the right place for their device — the App Store on an iPhone, Google Play on Android, your site on a laptop.
  • update_app_link — Retarget, rename, pause or set an expiry on a link you already made.
  • app_link_stats — Clicks for one link over a window of days: the daily series, and the breakdown by platform, device, country, referrer and campaign.
  • delete_app_link — Delete a link permanently, along with its click history.
  • read_store_listing — Read the public facts off a store listing — name, developer, icon, rating, price — from an App Store or Google Play URL.
  • make_qr_code — Build a QR code for a link, Wi-Fi network, contact card, event, payment or plain text, styled with your own colours, and get back the encoded payload and optionally the SVG.
  • create_dynamic_qr — Make a QR code whose destination you can change after it's printed.
  • dynamic_qr_status — Where a dynamic code currently points, how many times it has been scanned, and whether it's still live.