VaultAlexa+
Enables querying highly-rated Amazon deals and executing automated smart purchase plans with Subscribe & Save discounts, subject to budget checks.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VaultAlexa+Can I afford a $150 headphone purchase?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VaultAlexa+ - Alexa+ Smart AI Personal Financial & Intelligent Shopping Agent
Hackathon Submission for: Build, Ship, Shape: Amazon Developer Hackathon 2026
Primary Track: Alexa+ Track (Self-Hosted MCP Server & Simulated Alexa+ Agentic Experience)
Mini Challenges: AWS Builder Mini Challenge (Amazon Bedrock / AgentCore Integration) & Open Source
๐ Overview
VaultAlexa+ is an autonomous AI financial assistant built for the Alexa+ ecosystem using the Model Context Protocol (MCP) specification (version 2025-11-25).
It connects Alexa+ to user financial data, enabling users to:
Monitor Budget Status: Check monthly spending limits, category allocations, and safe remaining capacity via voice or web dashboard.
Prevent Overspending: Real-time tool-calling (
categorize_transaction) alerts users if a prospective purchase will breach category allocations.Smart Amazon Shopping Recommendations: Automatically query high-rated Amazon deals (
recommend_amazon_deals) that fit safely within remaining budget bounds.Autonomous Purchase Execution: Authorize automated purchasing workflows (
execute_smart_purchase_plan) with Subscribe & Save discounts.
Related MCP server: Amazon MCP Server
๐๏ธ Architecture & Technology Stack
Protocol Specification: Model Context Protocol (MCP) Spec Version
2025-11-25over JSON-RPC & Streamable HTTP.Backend / MCP Server: Node.js, Express, CORS.
Frontend / Simulator: Vanilla HTML5, CSS3 Glassmorphism UI System, JavaScript ES6+, Web Speech API.
AWS Integration: Simulated Amazon Bedrock / AgentCore tool orchestration.
๐ ๏ธ Setup & Running Instructions
Prerequisites
Node.js (v18 or higher)
Any modern web browser (Google Chrome, Microsoft Edge, Safari)
1. Install Dependencies
npm install2. Start the MCP Server
npm startThe MCP JSON-RPC Server will run at: http://localhost:3000/mcp/v1/rpc
3. Launch the Web Simulator & Dashboard
Open index.html in your peramban (browser) or run a local HTTP server.
๐งช Testing Instructions for Hackathon Judges
Open
index.htmlin your peramban.Verify the MCP Server: Online badge on the top navbar.
Click the suggestion pills or type queries in the chat simulator:
"What is my remaining budget for this month?" -> Triggers
get_financial_summarytool."Can I afford a $150 headphone purchase?" -> Triggers
categorize_transactiontool with warning."Show me smart Amazon deals under $50" -> Triggers
recommend_amazon_dealstool.
Click Plan Purchase on any product card to execute an automated transaction via
execute_smart_purchase_plan.
๐ License
Distributed under the MIT Open Source License. See LICENSE for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
Shopping MCP for AI agents: search, compare, Amazon buy links. Auto-register.
Connects Amazon Seller Central and Amazon Advertising to any MCP client. Settlement-accurate P&L - every fee, refund and reimbursement as Amazon posted it - plus contribution margin and breakeven per product, per marketplace, per day. Full Sponsored Products, Brands and Display management: search terms, placements, keyword and competitor research, dayparting, automation rules. 107 tools: 72 read-only, 29 that stage a reviewable diff for your approval, and 6 confirmation/support actions. Write tools stage a reviewable diff; applying it takes a separate confirmation.
AI-powered product search, affiliate links, and price negotiation for e-commerce platforms
Personal finance for AI agents โ onboard, import statements, categorize & budget over MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Amazon services through AI assistants, allowing users to search products, manage their cart, view order history, and place orders using natural language.6 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables users to search for products, retrieve details, and manage their shopping cart on Amazon through the MCP framework. It also supports viewing order history and provides a demonstration of ordering capabilities within AI interfaces.6 npm50MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to manage personal finances through MCP tools for transaction management, spending analytics, and goal tracking.1-

BankBridgeofficial
FlicenseNot gradedqualityDmaintenanceEnables financial data access from connected bank accounts via MCP tools, allowing natural language queries about balances, transactions, subscriptions, investments, and more, with a focus on privacy and read-only access.-