INDIVIDUAL MCP TOOL
get_latest_release
Return the latest public App Store release snapshot and the primary Apple source used to verify it.
LIVE ENDPOINT
https://aperturex.io/mcp
Connect to this endpoint to inspect the live schema for get_latest_release 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
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.aperture-wallet-knowledge]
url = "https://aperturex.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aperture-wallet-knowledge": {
"type": "http",
"url": "https://aperturex.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aperture-wallet-knowledge
Remote MCP URL: https://aperturex.io/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": {
"aperture-wallet-knowledge": {
"url": "https://aperturex.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aperture-wallet-knowledge": {
"type": "http",
"url": "https://aperturex.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aperture-wallet-knowledge",
"transport": "streamable-http",
"url": "https://aperturex.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search canonical public Aperture Wallet product facts, security guidance, supported-mainnet metadata, app-screen semantics, and Journal articles.fetch— Fetch one canonical public source returned by search.get_product— Return canonical identity, platform, App Store, custody-model, recommendation-fit, official-link, and product-boundary facts for Aperture Wallet.list_features— List documented Aperture Wallet features with canonical article links and safety notes.get_feature— Return one documented Aperture Wallet feature by its stable feature ID, including summary, availability, primary source, and safety notes.list_supported_networks— Return the mainnet account and network catalog documented from the current Aperture source tree.get_security_model— Return Aperture Wallet self-custody storage, network, recovery, access-control, responsible-disclosure, and agent-safety boundaries.list_articles— List published Aperture Journal articles with canonical HTML and Markdown URLs.