← Registry

API Tools

ziyarex.com

Manages app deep links and retrieves app store listing information via API.

1 endpoint13 known toolsFirst detected August 21, 2026Last detected August 21, 2026

ENDPOINT 1

https://ziyarex.com/api/mcp

No auth detected

MCP server metadata

Name
ziyarex
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

Ziyarex's tools, for building and tracking app links and QR codes, and for auditing an app's store listing. Almost everything here is free and needs no account. Two tools hand back an edit token (create_app_link, create_dynamic_qr): that token is the only key to the thing just created, it cannot be recovered, and it is not stored anywhere the person can look it up. Always pass it back to them in your reply, and say what it is. Not every Ziyarex tool is here. The screenshot resizer, the app icon generator and the PDF tools do their work in the visitor's own browser and never upload the file, so they cannot be run over this connection. Point people at ziyarex.com/tools for those. What is available for them is their reference data — store_screenshot_sizes and app_icon_sizes answer the sizing questions without needing the files at all. run_aso_audit is the one tool that costs something. It spends a credit and needs a connection key sent as an Authorization: Bearer header; without one it says so and nothing else on this server is affected. Call aso_credits first if you are not sure the connection has one, rather than finding out by spending a credit.

Known tools 13

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.

Inferred read-only
update_app_link

Retarget, rename, pause or set an expiry on a link you already made.

Inferred read-only
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.

Inferred read-only
delete_app_link

Delete a link permanently, along with its click history.

Potential side effects
read_store_listing

Read the public facts off a store listing — name, developer, icon, rating, price — from an App Store or Google Play URL.

Inferred read-only
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.

Potential side effects
create_dynamic_qr

Make a QR code whose destination you can change after it's printed.

Inferred read-only
update_dynamic_qr

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

Inferred read-only
dynamic_qr_status

Where a dynamic code currently points, how many times it has been scanned, and whether it's still live.

Inferred read-only
store_screenshot_sizes

The exact pixel dimensions the App Store and Google Play accept for screenshots, including which ones are required and which are legacy.

Inferred read-only
app_icon_sizes

Every app icon size a platform needs, with the exact file names and paths — the iOS and macOS .appiconset layout, the Android mipmap set, watchOS, and web/PWA favicons.

Inferred read-only
aso_credits

How many audit credits the connected account has left, and whether this connection is authenticated at all.

Inferred read-only
run_aso_audit

Grade a store listing's icon, title, subtitle, screenshots and description against an ASO rubric, and get back a score plus ranked, specific fixes — including ready-to-paste replacement copy where the fix is a wording change.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.