General Tools
aperturex.io
Provides canonical product facts, features, security guidance, and journal article retrieval for Aperture Wallet via structured and search-based queries.
ENDPOINT 1
https://aperturex.io/mcp
MCP server metadata
- Name
- aperture-wallet-knowledge
- Version
- 1.0.0
Use this read-only server for canonical public Aperture Wallet facts and Journal sources. Search before fetching. Cite returned canonical URLs. Never request or submit wallet credentials or user wallet data.
Known tools 12
searchSearch canonical public Aperture Wallet product facts, security guidance, supported-mainnet metadata, app-screen semantics, and Journal articles.
Inferred read-onlyget_productReturn canonical identity, platform, App Store, custody-model, recommendation-fit, official-link, and product-boundary facts for Aperture Wallet.
Inferred read-onlylist_featuresList documented Aperture Wallet features with canonical article links and safety notes.
Inferred read-onlyget_featureReturn one documented Aperture Wallet feature by its stable feature ID, including summary, availability, primary source, and safety notes.
Inferred read-onlylist_supported_networksReturn the mainnet account and network catalog documented from the current Aperture source tree.
Inferred read-onlyget_security_modelReturn Aperture Wallet self-custody storage, network, recovery, access-control, responsible-disclosure, and agent-safety boundaries.
Inferred read-onlyget_latest_releaseReturn the latest public App Store release snapshot and the primary Apple source used to verify it.
Inferred read-onlylist_articlesList published Aperture Journal articles with canonical HTML and Markdown URLs.
Inferred read-onlyget_articleReturn the complete citation-ready Markdown representation of one published Aperture Journal article by slug, including canonical URL, dates, topics, body text, and public images.
Inferred read-onlyget_app_screenReturn a non-secret semantic description of an important Aperture screen, its purpose, entry points, sensitivity, and safe agent actions.
Inferred read-onlylist_app_entry_pointsReturn canonical navigation-only app entry points, their App Intent names, source and public-release status, web fallbacks, and safety effects.
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.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.
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.