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: mcp-supermercados-cl
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 Servers
- Alicense-qualityCmaintenanceEnables AI agents to search, compare, buy, and sell products across multiple e-commerce platforms through 13 marketplace tools.Last updated1MIT
- AlicenseAqualityAmaintenanceEnables searching products, comparing prices, and building optimal shopping lists across major Chilean supermarkets, using your local machine to access real-time prices and loyalty deals.Last updated1443755MIT
- Flicense-qualityFmaintenanceSemantic 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.Last updated
- Flicense-qualityCmaintenanceEnables AI agents to search, compare, and track prices across 40+ retailers in Southeast Asia and the US using MCP tools.Last updated
Related MCP Connectors
Track prices & price history on any online shop, with alerts and an API
Search 1.5M+ products across 20+ platforms. Compare prices, find deals, browse categories.
Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries.
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/robuno/market-finder-TS-mcp-remote-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server