chocodata-mcp
OfficialAllows retrieving product information, search results, and pricing from Amazon.
Allows retrieving product listings and search results from eBay.
Allows retrieving public profile information including followers, bio, post count, and verified status.
Allows retrieving posts and other data from Reddit via the scraping API.
Allows retrieving public profile information with follower/like/video counts.
Allows retrieving product information and search results from Walmart.
Allows retrieving video details including title, view/like counts, duration, and channel information.
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., "@chocodata-mcpwhat's the price for amazon ASIN B09G9D8KQ5?"
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.
chocodata-mcp
MCP server for the Chocodata web scraping API. Gives Claude, Cursor, Cline, Continue and any other MCP-compatible client tools to scrape the web, so an agent can pull live product prices, search results and social profiles without you writing glue code.
Runs over stdio. Node 18+.
Setup
Add it to your client's MCP config. It runs on demand via npx, so there is no global install and no version drift:
{
"mcpServers": {
"chocodata": {
"command": "npx",
"args": ["-y", "chocodata-mcp"],
"env": { "CHOCODATA_API_KEY": "asa_live_YOUR_KEY" }
}
}
}Get a key at chocodata.com. The free tier is 1,000 requests, one time, no card.
Claude Desktop: claude_desktop_config.json.
Cursor: Settings, then MCP, then Add.
Restart the client after editing, then ask it something like "what does this Amazon ASIN cost in Germany?"
Related MCP server: crawl4ai-mcp
Tools
Tool | What it does |
| One product by ASIN/ISBN ( |
| Amazon search results. |
| One item by |
| Walmart search results. |
| One listing with ISO currency, stock status, quantity sold/available. |
| eBay search results. |
| Web results. Good for grounding an answer in current sources. |
| Image results with source pages. SafeSearch strict by default. |
| Public profile with follower/like/video counts. |
| Title, exact view and like counts, duration, channel. |
| Public profile: followers, bio, post count, verified. |
| Any of the 499 endpoints, for anything above not covered. |
Parameters follow the API's real contract rather than a uniform invention: amazon_product takes query, walmart_product takes url or id, and the Bing tools take q. Each tool's schema documents its own parameters, so the agent picks the right ones.
The generic tool
scrape reaches everything else in the catalog:
target: "reddit"
resource: "post"
params: { "post_id": "627akk", "subreddit": "askscience" }Browse every target and its parameters at chocodata.com/scraper-api.
Errors
Failures come back as readable tool errors rather than stack traces, and say whether retrying will help:
Chocodata error 404 item_not_found: That TikTok handle does not resolve:
it has been deleted, renamed, or is unavailable in this region.
Request id: d2f460a7-...You are only charged on a 2xx. Errors cost no credits. Retryable failures (429, 5xx, network) are retried automatically with backoff before the agent ever sees them.
Rate limits
120 requests per key per 60 seconds, plus a per-plan concurrency ceiling. An agent looping over many items can hit that; the server backs off and retries rather than failing the whole tool call.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
One MCP server for 180+ live web-data APIs returning clean JSON from sites that block scrapers.
All HasData scraping tools in one MCP server: Google, TikTok, Instagram, maps, e-commerce and more.
Official Octoparse MCP server for template discovery, cloud tasks, and structured data export.
Official SerpApi MCP server for Google, Bing, and other search engines.
Related MCP Servers
- AlicenseCqualityCmaintenanceMCP Server enabling integration with Scrapezy to retrieve structured data from websites.120 npm13MIT
- FlicenseBqualityDmaintenanceAn MCP Server for Web scraping and Crawling, built using Crawl4AI224-
- AlicenseBqualityDmaintenanceMCP server for the Spider web crawling and scraping API, enabling AI agents to crawl, scrape, search, and extract web data.1343 npm2MIT
- AlicenseAqualityBmaintenanceMCP server providing tools for web scraping, browser automation, computer vision, audio transcription, and RAG via API.968 PyPI1MIT