Does this accessory work with that device?
Verified compatibility data for AI agents and e-commerce. Confidence-scored, source-cited answers on every response.
No credit card required
How it works
Three steps from query to verified answer.
Call the API with device + accessory
Send a structured query or natural language question to the REST API or MCP server.
GET /v1/compatibility ?device=iPhone+15+Pro+Max &accessory=Anker+737+GaNPrime
Receive compatible + confidence + source
Every response includes a boolean result, confidence score, and a citable source.
Agent makes the right purchase. No returns.
Your AI agent or storefront uses the verified data to recommend or purchase the correct accessory.
{
"compatible": true,
"confidence": 0.97,
"recommended_for_purchase": true,
"source": "Official Certification",
"compatibility_notes": "Certified compatible. Fast charge confirmed."
}Five categories covered
From phone cases to PC builds — one API for all accessory compatibility.
Consumer Electronics
Phone chargers, cables, cases, screen protectors. Verified certification data.
59+ devicesPrinter Ink & Toner
OEM and compatible cartridges for HP, Canon, Epson, Brother, and more.
1,200+ printersPC Components
CPU/motherboard socket compatibility, GPU power requirements, RAM speed support.
CPU, GPU, RAM, PSUSmart Home & IoT
Hub compatibility, protocol support (Zigbee, Z-Wave, Matter), ecosystem fit.
13,007 devices • 59,174 compatibility edgesLaptop Accessories
Docking stations, chargers, memory upgrades verified against laptop models.
24 devices • 288 compatibility edgesSimple, transparent pricing
Autonomous agents pay per query via x402 — no signup required.
x402 micropayments: $0.05 per check_compatibility · $0.08 per accessories or NL query
Built for AI agents
UCP-first. MCP server and x402 payments live today.
Primary integration. Compatify is a registered UCP-compatible service — agents using UCP discovery can auto-call our compatibility endpoints.
Agents pay $0.05 per query on-chain — no API key, no signup, no friction.
Drop-in MCP server at mcp.compatify.io — works with Claude Desktop, Cursor, and any MCP-aware agent.
Designed to plug into emerging agent-checkout standards as they stabilize. Reach out if you need a specific integration validated.
{
"mcpServers": {
"compatify": {
"url": "https://mcp.compatify.io",
"transport": "streamable-http"
}
}
}// .cursor/mcp.json
{
"mcpServers": {
"compatify": {
"url": "https://mcp.compatify.io"
}
}
}