Market Price Finder
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., "@Market Price Findercompare prices for iPhone 15 across Amazon, Best Buy, and Walmart"
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.
Market Price Finder MCP Server written in TypeScript (Cloudflare Workers Deployment)
This project is a Model Context Protocol (MCP) server built on Cloudflare Workers that helps find and compare market prices for products. It provides tools for querying and analyzing product prices across different marketplaces.
An MCP server is a specialized server that implements the Model Context Protocol, allowing AI models to interact with external tools and services. In this case, our server provides tools for market price analysis.
Features
Query product prices from various marketplaces
Compare prices across different vendors
Real-time price updates
No authentication required for basic usage
Deployable on Cloudflare Workers platform
Related MCP server: idealo MCP Server
Getting Started
Option 1: Quick Deploy
Click the button below to deploy directly to Cloudflare Workers:
After deployment, your server will be available at: remote-mcp-server-authless.<your-account>.workers.dev/sse
Option 2: Local Development
To set up the project locally, follow these steps:
Create a new project using the template:
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authlessInstall dependencies:
cd my-mcp-server
npm installStart the development server:
npm run devCustomizing the Server
Adding New Tools
You can extend the server's functionality by adding your own tools:
Open
src/index.tsLocate the
init()methodAdd new tools using
this.server.tool(...)
For more information about creating tools, check the MCP tools documentation.
Using the Server
Method 1: Cloudflare AI Playground
The easiest way to interact with your MCP server is through the Cloudflare AI Playground:
Visit Cloudflare AI Playground
In the connection settings, enter your server URL:
For deployed server:
remote-mcp-server-authless.<your-account>.workers.dev/sseFor local development:
http://localhost:8787/sse
Start using the market price finder tools through the playground interface
Method 2: Claude Desktop Integration
You can also use the server with Claude Desktop:
Install the MCP remote proxy:
npm install -g mcp-remoteConfigure Claude Desktop:
Open Claude Desktop
Go to Settings > Developer > Edit Config
Update the configuration:
{
"mcpServers": {
"market-finder": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse" // Use your deployed URL for production
]
}
}
}Restart Claude Desktop to apply changes
API Documentation
Our MCP server provides the following tools:
searchProduct: Search for product pricescomparePrice: Compare prices across marketplacesgetPriceHistory: Get historical price data (if available)
For detailed API documentation and examples, check the source code comments in src/index.ts.
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 Connectors
Cross-merchant product search with real price history, comparisons, and demand signals.
Product search for AI agents: Amazon + Shopify, cart-to-checkout buy path. Pay-per-call, no API key.
Track prices & price history on any online shop, with alerts and an API
Beta. Pay-per-call eCommerce competitive intel for AI agents: pricing, promos, readiness & more.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceSemantic product search and price-intelligence API over Singapore e-commerce data. Computes auditable value-scores from Shannon entropy across vendor price distributions, with pay-per-call pricing via x402 (USDC) alongside Stripe.-

idealo MCP Serverofficial
AlicenseNot gradedqualityFmaintenanceEnables product search, price comparison, and price history analysis across 6 European marketplaces (DE, AT, GB, FR, IT, ES).16MIT- FlicenseNot gradedqualityBmaintenanceEnables AI agents to search and compare live UK product prices from marketplaces like eBay and Amazon, returning normalised JSON with direct buy links.-
- AlicenseNot gradedqualityBmaintenanceProvides Perplexity-powered search and page extraction tools that work without a headless browser, optimized for communities, forums, game stores, and comments. Runs on Cloudflare Workers, with free content fetching and per-search API costs.MIT