# Volt Supply Co ## Agent Access - MCP endpoint: http://localhost:8080/mcp (search, cart, checkout tools) - REST API: http://localhost:8080/api/v1/ (JSON, structured errors) - Product search: GET http://localhost:8080/api/v1/products?q=... - Cart management: POST http://localhost:8080/api/v1/cart - Checkout: supports dry-run preview and checkpoint/rollback - Rate limit: 100 req/min, no auth required for read ## Policies - Ships to: AE, AT, AU, BE, CA, CH, CZ, DE, DK, ES... - Agent purchases: accepted, attribution tracked via X-Agent-* headers ## Optional - [Full catalog as JSON](http://localhost:8080/api/v1/products?limit=20) - [Store info](http://localhost:8080/api/v1/store/info) > Updated: 2026-03-18