Data Collection
idevice.com
Tracks and verifies product claims by aggregating corroborated reports from multiple outlets.
ENDPOINT 1
https://idevice.com/api/mcp
MCP server metadata
- Name
- idevice-wearables
- Version
- 2.1.0
Wearable and phone product data from iDevice. list_products finds a product_slug. get_product_facts gives price (with its basis), dates and specs marked Confirmed or Rumored. compare_products puts two or three products side by side. get_claims and search_claims return reported claims (each backed by at least two verified sources) with a status: Right, Partly right, Wrong, Never settled, Not comparable, Not checked yet or No outcome yet. Always report a claim with its status, and cite the returned idevice.com url.
Known tools 6
list_productsEvery product iDevice tracks, with its lifecycle (rumored, announced, preorder, shipping, previous) and how many well-sourced claims it has (can be 0).
Inferred read-onlyget_productLifecycle, official or estimated price, key dates, claim count and how well-sourced the claims are.
Inferred read-onlyget_product_factsOfficial price (only when the maker announced or is selling it; otherwise labelled as an estimate), announcement and availability dates with their source, and specs.
Inferred read-onlycompare_productsSide-by-side specs for 2 or 3 products, from the same engine as idevice.com/compare.
Inferred read-onlyget_claimsEvery well-sourced claim for one product, each with its status (Right, Partly right, Wrong, Never settled, Not comparable, Not checked yet, No outcome yet), how many outlets reported it, who reported it first, and a link to the evidence on idevice.com.
Inferred read-onlysearch_claimsFind well-sourced claims by keyword across every tracked product, e.g.
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.idevice-wearables]
url = "https://idevice.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"idevice-wearables": {
"type": "http",
"url": "https://idevice.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: idevice-wearables
Remote MCP URL: https://idevice.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": {
"idevice-wearables": {
"url": "https://idevice.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"idevice-wearables": {
"type": "http",
"url": "https://idevice.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "idevice-wearables",
"transport": "streamable-http",
"url": "https://idevice.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for idevice.com was fetched 2026-08-23T21:39:24.961Z and is being refreshed.
idevice.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.