Amazon & Flipkart MCP Server
Click on "Install 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., "@Amazon & Flipkart MCP Serversearch for wireless headphones on Flipkart"
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.
Amazon & Flipkart MCP Server
Lightweight MCP (Marketplace Content Proxy) server and tools for interacting with Amazon and Flipkart search/auth components. This repository contains a small service, utilities, and tests used during development.
Repository layout
main.py— top-level entry (project wrapper).pyproject.toml— top-level packaging metadata.amazon_flipkart_mcp(1)/amazon_flipkart_mcp/— primary package directory containing the service and modules:config.py— configuration and settings.server.py— MCP server entrypoint (HTTP/service glue).main.py— package-level runner.models.py— shared data models and DTOs.tools.py— helper CLIs and utilities used in development.utils.py— miscellaneous helper functions.requirements.txt— Python dependencies for the package (if present).amazon/— Amazon-specific code:auth.py— authentication helpers for Amazon.search.py— search-related code for Amazon.
flipkart/— Flipkart-specific code:search.py— search-related code for Flipkart.
logs/— runtime logs (gitignored in most setups).tests/— unit tests:test_amazon_auth.py,test_amazon_search.py,test_flipkart_search.py,test_tools.py.
Related MCP server: Amazon Product Intelligence Agent
Requirements
Python 3.10+ recommended.
Install dependencies (inside the package folder):
cd amazon_flipkart_mcp(1)/amazon_flipkart_mcp
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtIf the project uses pyproject.toml for dependency management, use your preferred tool (pip, poetry, etc.).
Configuration
Edit config.py to set API keys, timeouts, or other environment-specific settings. The project expects any secrets or credentials to be provided via environment variables or the local config.py during development.
Running the server (development)
From the package directory run the development server. An example command used during development is:
cd amazon_flipkart_mcp(1)/amazon_flipkart_mcp
uv run fastmcp dev inspector server.pyAdjust the command to match your development runner (for example uvicorn, python -m or a custom uv wrapper used in this repo).
Running tests
Run tests from the package directory:
cd amazon_flipkart_mcp(1)/amazon_flipkart_mcp
pytest -qDevelopment notes
The
amazonandflipkartsubpackages contain marketplace-specific logic — split concerns between authentication and search.Use
tools.pyfor developer convenience functions and test scaffolding.Keep secrets out of source control; prefer environment variables for keys.
Contributing
Feel free to open issues or pull requests. For local changes, add tests in the tests/ folder and run pytest.
License
Add a license file if you intend to publish this repository. By default, no license is included.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceAn MCP Server for Web scraping and Crawling, built using Crawl4AILast updated224
- Flicense-qualityDmaintenanceThis MCP server scrapes Amazon product details and reviews, manages a local JSON database, and visualizes intelligence data through a rich dashboard.Last updated
- Flicense-qualityDmaintenanceSimple MCP server that exposes a tool to fetch student result/CGPA data from MANIT ERP APIs.Last updated
- Alicense-qualityBmaintenanceMinimal MCP server for searching eBay listings via the Browse API, enabling keyword search with filters, sorting, pagination, and retrieving full item details.Last updated1MIT
Related MCP Connectors
MCP server for Google search results via SERP API
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikhil2005verma/Amazon_Flipkart_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server