AI Product Inspector - Image Classification & Analysis
Pricing
Pay per event + usage
AI Product Inspector - Image Classification & Analysis
Analyze product images automatically. Classify items, inspect quality, and detect defects.
Pricing
Pay per event + usage
Rating
0.0
(0)
Developer
daehwan kim
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
4 days ago
Last modified
Categories
Share
Vision Product Analyzer MCP
Real MCP server for Claude Desktop. Classify product images, inspect quality for defects, and analyze products comprehensively.
- Model: Qwen2.5-VL (Apache 2.0 License)
- Pricing: Pay-Per-Event ($0.05, $0.10, $0.10)
- Connect: Standby URL in Claude Desktop
Features
1. Classify Product
Classify product images and extract key information.
Tool: classify_productInput: imageUrl (URL of product image)Output:- category (main category)- subcategory- tags (array of up to 5 tags)- condition (new | used | refurbished | damaged)- brand_visible (boolean)- brand_name (detected brand or null)Price: $0.05
Example:
{"category": "Electronics","subcategory": "Smartphones","tags": ["Apple", "iPhone", "Used", "Screen Protected"],"condition": "used","brand_visible": true,"brand_name": "Apple"}
2. Inspect Quality
Inspect product images for quality issues and defects.
Tool: inspect_qualityInput: imageUrl (URL of product image)Output:- overall_quality (excellent | good | acceptable | poor | defective)- defects_found (array of defect objects)- type (scratch, dent, crack, etc.)- severity (minor | moderate | severe)- location (description of location)- quality_score (1-10)- recommendation (pass | review | reject)Price: $0.10
Example:
{"overall_quality": "good","defects_found": [{"type": "scratch","severity": "minor","location": "bottom left corner"}],"quality_score": 8,"recommendation": "pass"}
3. Analyze Product
Comprehensive product analysis covering description, features, market positioning, and pricing.
Tool: analyze_productInput: imageUrl (URL of product image)Output:- analysis (structured text analysis including)- Product Description- Key Features- Target Market- Estimated Price Range- Condition Assessment- Competitive PositioningPrice: $0.10
Example Output:
Product Description: Premium smartphone in excellent conditionKey Features: High-end processor, OLED display, 5G capable, 256GB storageTarget Market: Tech enthusiasts, professionals seeking premium devicesEstimated Price Range: $700-$900Condition Assessment: Used but well-maintainedCompetitive Positioning: Mid-range premium segment, strong competition from similar devices
Connection (Claude Desktop)
- In Claude Desktop → Settings → Developer
- Add this server:
{"vision-product-analyzer-mcp": {"url": "https://ntriqpro--vision-product-analyzer-mcp.apify.actor/mcp","type": "stdio"}}
- Or use the Standby URL directly in MCP configuration
Usage in Claude
Classify this product image: https://example.com/product.jpgInspect this product for defects: https://example.com/item.jpgAnalyze this product comprehensively: https://example.com/good.jpg
Local Development
npm installnpm start# Server runs on http://localhost:3000/mcp
Testing
# Localcurl -X POST http://localhost:3000/mcp \-H "Content-Type: application/json" \-d '{"jsonrpc": "2.0","id": 1,"method": "tools/list"}'# Cloud (Standby URL)curl -X POST "https://ntriqpro--vision-product-analyzer-mcp.apify.actor/mcp?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"jsonrpc": "2.0","id": 1,"method": "tools/list"}'
Pricing
| Tool | Price |
|---|---|
| classify_product | $0.05 |
| inspect_quality | $0.10 |
| analyze_product | $0.10 |
Billed per successful call. Errors do not incur charges.
Powered By
- Qwen2.5-VL - Apache 2.0 License - Multi-modal vision language model for product analysis
- MCP SDK - Model Context Protocol for Claude Desktop integration
- Apify - Serverless actor runtime with MCP support
License
Apache 2.0 (Qwen2.5-VL attribution)
Support
For issues or feedback, contact the development team.
