Amazon Shopping with Claude

Created By
Fewsatsa year ago
Amazon MCP server to search & buy products using the L402
Overview

What is Amazon Shopping with Claude?

Amazon Shopping with Claude is an integration that allows users to search and purchase products from Amazon directly through an AI assistant named Claude.

How to use Amazon Shopping with Claude?

To use this integration, you need to install the Claude Desktop App, create a Fewsats account for secure payments, and configure Claude with your Fewsats API key.

Key features of Amazon Shopping with Claude?

  • Search and buy Amazon products through chat with Claude.
  • Secure payment processing via Fewsats.
  • Custom budget limits and purchase approval options for enhanced security.

Use cases of Amazon Shopping with Claude?

  1. Finding specific products like coffee makers or running shoes.
  2. Comparing prices and features of different items.
  3. Making secure purchases through an AI assistant.

FAQ from Amazon Shopping with Claude?

  • Can I use Claude to buy any product on Amazon?

Yes! You can search for and purchase any product available on Amazon.

  • Is my payment information secure?

Yes! All transactions are processed securely through Fewsats, which offers buyer protection.

  • Do I need to create an account with Fewsats?

Yes, a Fewsats account is required for secure payment processing.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
Fewsats
Star
2
Language
Python
License
-

Recommend Servers

View All
Wiza

3 days ago
Quizlar
@quizlar

Quizlar is the learning MCP server. It turns whatever source the user brings — a YouTube lecture, a PDF, a URL, a textbook passage, or a pasted block of notes — into flashcards, then runs interactive quizzes with FSRS spaced-repetition scheduling so the material actually sticks. Every tool maps one-to-one to something a real learner does: ingest, quiz, track progress, review what's due. Built as a voice-first tutor (LiveKit + Deepgram + ElevenLabs); the MCP surface exposes the same primitives the voice agent uses internally, so your agent gets production-grade grading, STT-aware answer parsing, and the same FSRS scheduler that powers the consumer app. Three use cases: 1. "Quiz me on X." Call quiz_me(topic) — a composite tool that builds the deck and starts the quiz in one step. Then loop submit_answer → end_quiz. Grading is tier-1 exact match → phonetic fuzz → short LLM fallback (the same pipeline that ships in the voice product). 2. Study from a YouTube lecture. create_deck_from_youtube pulls the transcript, clusters it into concepts, and generates cards proportional to the video length. Poll get_job_status, then run the quiz loop. 3. Daily spaced-repetition review. get_study_recommendations returns exactly the cards due under the user's FSRS schedule, prioritised across all decks. Quizlar is the scheduler of record — your agent executes the plan instead of reinventing one each session. Auth: Bearer token (sk-qz-<32 chars>) for headless installs, or full OAuth 2.1 / DCR / PKCE for one-click clients (Smithery, Claude Connector). Mint keys at https://quizlar.app/settings/api-keys. 22 tools total. Voice and text equal-status. Education-first.

2 days ago