API Tools
ziyarex.com
Manages app deep links and retrieves app store listing information via API.
ENDPOINT 1
https://ziyarex.com/api/mcp
MCP server metadata
- Name
- ziyarex
- Version
- 1.0.0
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_linkMake 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-onlyupdate_app_linkRetarget, rename, pause or set an expiry on a link you already made.
Inferred read-onlyapp_link_statsClicks for one link over a window of days: the daily series, and the breakdown by platform, device, country, referrer and campaign.
Inferred read-onlyread_store_listingRead the public facts off a store listing — name, developer, icon, rating, price — from an App Store or Google Play URL.
Inferred read-onlymake_qr_codeBuild 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 effectscreate_dynamic_qrMake a QR code whose destination you can change after it's printed.
Inferred read-onlydynamic_qr_statusWhere a dynamic code currently points, how many times it has been scanned, and whether it's still live.
Inferred read-onlystore_screenshot_sizesThe exact pixel dimensions the App Store and Google Play accept for screenshots, including which ones are required and which are legacy.
Inferred read-onlyapp_icon_sizesEvery 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-onlyaso_creditsHow many audit credits the connected account has left, and whether this connection is authenticated at all.
Inferred read-onlyrun_aso_auditGrade 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.