MCP Test Ario
Enables scraping Tokopedia products and performing calculations via an MCP server, with self-hosted or public hosted configuration.
README
MCP Test Ario
A Model Context Protocol (MCP) server that provides tools for scraping Tokopedia products and performing calculations. This project includes both an MCP server and a web scraper service.
š Quick Start
Self-Hosted Setup
- Clone the repository:
git clone https://github.com/anazaim77/mcp-test-ario
cd mcp-test-ario
- Start the services using Docker Compose:
docker compose up -d --build
This will start:
-
MCP Server on port 4002
-
Scraper Service on port 4004
- Verify the services are running:
docker compose ps
š§ MCP Client Configuration
Self-Hosted Configuration
For local development and testing:
{
"mcpServers": {
"mcp-ario-test": {
"url": "http://localhost:4002/mcp"
}
}
}
Public Hosted Configuration
For production use:
{
"mcpServers": {
"mcp-ario-test": {
"url": "https://mcp-ario-test.fajaryae.my.id/mcp"
}
}
}
š ļø Available Tools
Scrape Tokopedia Tool
Scrapes product listings from Tokopedia based on keyword searches. Returns product information including titles, prices, images, links, ratings, and store information.
Example prompts:
-
"Search for 'case iphone 11' on Tokopedia"
-
"Find laptop products on Tokopedia"
-
"Scrape Tokopedia for 'playstation 5'"
-
"Get the top 5 products for 'smartphone' from Tokopedia"
Sample Response:
Found 5 products for keyword "case iphone 11":
1. **Case iPhone 11 Premium**
š° Price: Rp 150.000
ā Rating: 4.8
šŖ Store: TechStore
š Link: https://tokopedia.com/...
š¼ļø Image: https://images.tokopedia.net/...
2. **Case iPhone 11 Transparan**
š° Price: Rp 89.000
ā Rating: 4.5
šŖ Store: GadgetMart
š Link: https://tokopedia.com/...
š¼ļø Image: https://images.tokopedia.net/...
š API Documentation
The complete API documentation can be accessed here:
https://web-ario-test.fajaryae.my.id/api-docs
This includes detailed information about:
-
Available endpoints
-
Request/response schemas
-
Authentication methods
-
Error handling
š Authentication Concept
Get User Purchase History with Authentication
The authentication concept for retrieving user purchase history can be found in the UML diagram:
This diagram illustrates:
-
User authentication flow
-
Session management
-
Purchase history retrieval process
-
Data security measures
š„ Demo Video
A demonstration video showcasing the MCP server capabilities will be available here:
https://photos.app.goo.gl/1fjr6qzjwhCfKhSx9
The demo will cover:
-
Setting up the MCP client
-
Scraping Tokopedia products
-
Real-world usage scenarios
šļø Architecture
The project consists of two main services:
MCP Server (apps/mcp-app)
-
Built with TypeScript and Express
-
Implements the Model Context Protocol
-
Provides tools for web scraping
-
Runs on port 4002
Scraper Service (apps/scraper-app)
-
Built with NestJS
-
Handles web scraping operations
-
Uses Puppeteer for browser automation
-
Runs on port 4004
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.