Server data from the Official MCP Registry
Real-time Amazon product, seller, and search data for AI agents across 21 marketplaces.
About
Real-time Amazon product, seller, and search data for AI agents across 21 marketplaces.
Remote endpoints: streamable-http: https://mcp.easyparser.com/mcp
Security Report
A well-structured MCP server for Amazon data retrieval with proper authentication via API keys, clear permission scoping, and no critical security vulnerabilities. The codebase demonstrates good error handling, input validation through Zod schemas, and read-only operations appropriate to its purpose. Minor code quality observations exist but do not compromise security. Supply chain analysis found 2 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue.
6 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: EASYPARSER_API_KEY
How to Install & Connect
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
Documentation
View on GitHubFrom the project's GitHub README.
easyparser-mcp
The official Easyparser MCP server: give your AI agent real-time, structured Amazon data across 21 marketplaces through the Model Context Protocol.
Product details, seller offers, search results, 12-month sales history, Best Sellers Rank, package dimensions, seller legal identities, catalogs, and feedback. 10 data operations plus bulk-job monitoring and account tools, one connection.
What your agent can do
Product data
Search & discovery
Seller intelligence
Bulk job monitoring: tracks jobs started from the web app or the Bulk API
Account & discovery
Get your API key
Sign up at app.easyparser.com/signup: free tier included, no credit card required. Copy your API key from Account → Plan. Wherever a setup step below asks for YOUR_API_KEY, paste this key.
Setup
Two ways to connect: the hosted remote server (no install, always up to date) or local via npx (runs on your machine).
Cursor
One-click install (opens Cursor with the configuration pre-filled; replace YOUR_API_KEY when prompted):
- Remote server: Add to Cursor
- Local (npx): Add to Cursor
Or add manually to .cursor/mcp.json:
{
"mcpServers": {
"easyparser": {
"type": "http",
"url": "https://mcp.easyparser.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}
VS Code
One-click install (VS Code asks for your API key securely via an input prompt):
- Remote server: Add to VS Code
Or add manually to .vscode/mcp.json:
{
"servers": {
"easyparser": {
"type": "http",
"url": "https://mcp.easyparser.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}
Claude Code
claude mcp add --scope user --transport http easyparser https://mcp.easyparser.com/mcp \
--header "Authorization: Bearer YOUR_API_KEY"
Claude Desktop & claude.ai
Add a custom connector:
- Open Settings → Connectors → Add → Add custom connector.
- Name:
Easyparser - Remote MCP server URL:
https://mcp.easyparser.com/mcpand click Continue. - Under Authentication, select None (Easyparser uses an API key, not OAuth).
- Under Request headers, add a header: name
authorization, valueBearer YOUR_API_KEY, marked Required. - Click Add.
Manus
Go to Settings → Integrations → Custom MCP Servers → Add Server and fill in the form:
| Field | Value |
|---|---|
| Server name | Easyparser |
| Transport type | HTTP |
| Server URL | https://mcp.easyparser.com/mcp |
| Custom headers | Header name: Authorization, value: Bearer YOUR_API_KEY (paste your Easyparser API key after "Bearer ") |
Click Test to verify the connection, then Save. The value is always your Easyparser API key; no separate token is needed.
Any MCP client
The hosted endpoint speaks Streamable HTTP at https://mcp.easyparser.com/mcp. Authenticate with Authorization: Bearer YOUR_API_KEY; the x-api-key and api-key headers work too. The list_operations discovery tool works without a key, so agents can explore before signing up.
For local stdio clients, run npx -y easyparser-mcp with EASYPARSER_API_KEY set in the environment.
Example prompts
What is the current price and rating of ASIN B0F25371FH?
Find the ASIN for UPC 041604458187, then show me its 6-month sales trend.
Who is the seller behind this product, what is their legal business name,
and what do their negative reviews say?
Compare the top 10 organic results for "stainless steel water bottle" on
amazon.de: prices, ratings, and which ones are Prime.
Is the bulk job I started this morning finished? If any items failed,
tell me which ASINs and why.
Self-hosting the HTTP server
npm install -g easyparser-mcp
PORT=3000 easyparser-mcp-http # or: node dist/http.js from a clone
Or with Docker:
docker build -t easyparser-mcp .
docker run -p 3000:3000 easyparser-mcp
Endpoints: POST /mcp (MCP), GET /health (health check).
How it works
This server is a thin, read-only adapter over the Easyparser Real-Time API. Tool descriptions are written for AI agents: each one states what it returns, when to use it, when a cheaper tool is better, and its credit cost. Every response includes credits_remaining so agents can make budget-aware decisions. Rate-limit and auth errors return actionable guidance (including the signup link) instead of raw HTTP codes.
License
MIT. See LICENSE.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
