INDIVIDUAL MCP TOOL
get_device_candidates
Clusters of ≥2 end_users seen on the same device: 'anon_bridge' (high confidence — an anonymous visitor later identified) or 'device_shared' (low confidence — review only).
LIVE ENDPOINT
https://platform.aioproductos.com/api/mcp
Connect to this endpoint to inspect the live schema for get_device_candidates 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.aioproductos]
url = "https://platform.aioproductos.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aioproductos": {
"type": "http",
"url": "https://platform.aioproductos.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aioproductos
Remote MCP URL: https://platform.aioproductos.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": {
"aioproductos": {
"url": "https://platform.aioproductos.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aioproductos": {
"type": "http",
"url": "https://platform.aioproductos.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aioproductos",
"transport": "streamable-http",
"url": "https://platform.aioproductos.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_pm_playbook— How to operate as a product manager on AIOProductOS.whoami— Show the connected AIOProductOS identity (org, member) AND the org's products (id, name, is_primary).pm_meta— List the org's PM lists, statuses, members, and features as id+name pairs.get_product_brain— A grounded snapshot of the org's product so YOU can reason about it.get_weekly_signal_memo— The Weekly Product Signal Memo — the last 7 days of customer signal clustered into themes (insights grouped by feature, ranked by the revenue behind them) with verbatim quotes, week-over-week deltas (new / repeated / stronger / weaker), concluded experiments, and shipped releases.get_roadmap_drift— Planned vs shipped features over a window: a drift score (0-100, 100 = perfect alignment), counts (planned / shipped / on-time / slipped / unplanned / orphaned), median slip days, and the top slipped + unplanned ships.get_customer_360— Everything about ONE customer, resolved by id, email, domain, or company name: profile, subscription + MRR, how many users sit under the account, and their verbatim feedback.analyze_nps— NPS for the product: the standard −100…100 score AND revenue-weighted NPS (each respondent weighted by their account MRR), plus detractor accounts ranked by MRR-at-risk (highest first).