Amz Vault vs Voila Sdk — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Amz Vault vs Voila Sdk
In-depth architectural comparison of the Amz Vault and Voila Sdk MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Amz Vault
E-Commerce · Remote HTTP/SSE
Quality: 80/100 (Excellent) | Auth: OAuth 2.0
Voila Sdk
E-Commerce · Local stdio
Quality: 60/100 (Good) | Auth: No auth required
Verdict Summary: Choose Amz Vault if you need specialized E-Commerce tools running via a hosted cloud SSE transport. Choose Voila Sdk if your workspace requires E-Commerce integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Amz Vault when:
You need dedicated capabilities in the E-Commerce domain.
You prefer remote streaming HTTP/SSE transport architecture.
Your security boundary fits: OAuth 2.0 (Paid Service).
AMZ Vault connects Amazon Seller Central and Amazon Advertising to any MCP client. Settlement-accurate P&L - every fee, refund and reimbursement as Amazon actually posted it - plus full Sponsored Products, Brands and Display management, SQP and Brand Analytics, inventory and per-ASIN forecasting. 114 tools: 79 read-only, 29 staged writes. Every Amazon-touching change stages a reviewable diff and reaches Amazon only when you confirm it. There is no autonomous-write mode. $99 flat, 14-day trial.
Tools & Capabilities Breakdown
Amz Vault Tools (80)
account_feedback
Feedback & support channel to the AMZ Vault team (NOT an Amazon write): action=submit opens a thread (subject, body, category bug\
account_health_check
Per-connection onboarding + sync health across ALL tenants (SUPER-ADMIN ONLY)
account_help
Search and read AMZ Vault's Help Center - the same articles users see at /help: setup, connections and data semantics, per-page platform...
Amz Vault is categorized under E-Commerce and uses a remote streaming HTTP/SSE transport. In contrast, Voila Sdk belongs to E-Commerce using local stdio subprocess. Select Amz Vault when you need capabilities focused on e-commerce and Voila Sdk when you require tools for e-commerce.
Personal Voila grocery automation via MCP. Search products, inspect discounts, list delivery slots, read cart and order history, and update cart quantities.
Operational health feed (ADMIN-ONLY): deduped errors / warnings / API-throttle events from the worker and web services with occurrence co...
account_profiles
List the advertising profiles (PPC accounts) bridged to this token's seller connections.
account_report
THE canonical account overview — ONE call: period cards + settlement waterfall + freshness caveats for the money datasets, with quote_rules
account_sellers
List the Amazon seller connections this token can access, with their marketplaces and currencies.
account_support_access
Grant or revoke the AMZ Vault support team's READ-ONLY view of this account: action=grant lets support see what the user sees for 7 days...
data_describe
Without arguments: list every warehouse dataset available to data_query
data_freshness
Per-dataset sync freshness, row counts, date coverage and backfill progress — use to caveat answers correctly
+68 more tools listed on main page
Voila Sdk Tools (13)
voila_check_session_health
Check whether the configured Voila session is active, retryable, expired, or guest-only.
voila_get_active_shopping_context
Read the active Voila delivery and cart context. Preferred first step for order planning before product discovery because availability and pricing are session and slot-context sensitive.
voila_get_slot_listings
List available Voila delivery slots for an explicit delivery destination and region. Preferred first step for order planning; this is read-only and does not reserve a slot.
voila_reserve_slot
Reserve a caller-selected Voila delivery slot. This is a mutation and should only be called after a latest slot listing and explicit user confirmation.
voila_search_products
Search Voila products by text query for the current session context. Product availability and pricing are session and slot-context sensitive, so prefer checking slots first when planning an order.
voila_get_category_products
Fetch products for a Voila category id for the current session context. Product availability and pricing are session and slot-context sensitive, so prefer checking slots first when planning an order.
voila_get_discounted_products
Fetch discounted Voila products from promotions. Product availability and pricing are session and slot-context sensitive, so prefer checking slots first when planning an order. By default returns only meaningful discounts ($0.50 or 10% savings); lower thresholds only when the user asks. Query matches are filtered locally and include scan metadata.
voila_get_completed_orders
Fetch completed Voila orders with cursor pagination for the authenticated account.
voila_get_order_details
Fetch item-level details for one completed Voila order by order id.
voila_get_completed_order_items
Aggregate previously ordered items across completed orders, optionally within a date range.
voila_get_cart
Fetch the current active cart with totals, limited items, unavailable data, and pricing notices.
voila_add_cart_items
Add product quantity deltas to the active cart using Voila product UUIDs.